diff options
Diffstat (limited to 'app-text/enscript/files/enscript-1.6.4-ebuild.st.patch')
-rw-r--r-- | app-text/enscript/files/enscript-1.6.4-ebuild.st.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app-text/enscript/files/enscript-1.6.4-ebuild.st.patch b/app-text/enscript/files/enscript-1.6.4-ebuild.st.patch new file mode 100644 index 000000000000..0741576226af --- /dev/null +++ b/app-text/enscript/files/enscript-1.6.4-ebuild.st.patch @@ -0,0 +1,10 @@ +--- states/hl/enscript.st 2006/01/31 05:37:23 1.1 ++++ states/hl/enscript.st 2006/01/31 06:48:32 +@@ -509,6 +509,7 @@ namerules + /\b(rfc.*\.txt|draft-.*\.txt)$/ rfc; + /\.inf$/i inf; + /\.tex$/ tex; ++ /\.(ebuild|eclass)$/ ebuild; + /\.wmlscript$/ wmlscript; + /\.wmls$/ wmlscript; + /^.*$/ passthrough; |