summaryrefslogtreecommitdiff
path: root/sys-apps/ack/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /sys-apps/ack/files
reinit the tree, so we can have metadata
Diffstat (limited to 'sys-apps/ack/files')
-rw-r--r--sys-apps/ack/files/ack-2.14-gentoo.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/sys-apps/ack/files/ack-2.14-gentoo.patch b/sys-apps/ack/files/ack-2.14-gentoo.patch
new file mode 100644
index 000000000000..80f0747deef9
--- /dev/null
+++ b/sys-apps/ack/files/ack-2.14-gentoo.patch
@@ -0,0 +1,22 @@
+--- 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