summaryrefslogtreecommitdiff
path: root/sys-apps/ack/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-06-13 10:39:22 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-06-13 10:39:22 +0100
commit9452a6e87b6c2c70513bc47a2470bf9f1168920e (patch)
tree8ac67e26b45f34d71c5aab3621813b100a0d5f00 /sys-apps/ack/files
parentf516638b7fe9592837389826a6152a7e1b251c54 (diff)
gentoo resync : 13.06.2020
Diffstat (limited to 'sys-apps/ack/files')
-rw-r--r--sys-apps/ack/files/ack-3.3.0-gentoo.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/sys-apps/ack/files/ack-3.3.0-gentoo.patch b/sys-apps/ack/files/ack-3.3.0-gentoo.patch
new file mode 100644
index 000000000000..37fe1d9901b5
--- /dev/null
+++ b/sys-apps/ack/files/ack-3.3.0-gentoo.patch
@@ -0,0 +1,13 @@
+--- a/lib/App/Ack/ConfigDefault.pm
++++ b/lib/App/Ack/ConfigDefault.pm
+@@ -280,6 +280,10 @@
+ # https://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
+ # https://golang.org/
+ --type-add=go:ext:go