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-3.0.0-gentoo.patch

24 lines
428 B

--- a/lib/App/Ack/ConfigDefault.pm
+++ b/lib/App/Ack/ConfigDefault.pm
@@ -263,6 +263,10 @@
# http://en.wikipedia.org/wiki/Fortran
--type-add=fortran:ext:f,f77,f90,f95,f03,for,ftn,fpp
+# Gentoo
+# https://www.gentoo.org/
+--type-add=gentoo:ext:ebuild,eclass
+
# Go
# http://golang.org/
--type-add=go:ext:go
--- a/t/ack-filetypes.t
+++ b/t/ack-filetypes.t
@@ -26,6 +26,7 @@
elisp
erlang
fortran
+gentoo
go
groovy
gsp