You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-apps/ack/files/ack-2.14-gentoo.patch

23 lines
431 B

--- ack-2.14/ConfigDefault.pm
+++ ack-2.14/ConfigDefault.pm
@@ -252,6 +252,9 @@
# http://en.wikipedia.org/wiki/Fortran
--type-add=fortran:ext:f,f77,f90,f95,f03,for,ftn,fpp
+# Gentoo http://www.gentoo.org/
+--type-add=gentoo:ext:ebuild,eclass
+
# Go
# http://golang.org/
--type-add=go:ext:go
--- ack-2.14/t/ack-filetypes.t
+++ ack-2.14/t/ack-filetypes.t
@@ -26,6 +26,7 @@
elisp
erlang
fortran
+gentoo
go
groovy
haskell