summaryrefslogtreecommitdiff
path: root/games-misc/wtf/files/wtf-20090924-prefix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'games-misc/wtf/files/wtf-20090924-prefix.patch')
-rw-r--r--games-misc/wtf/files/wtf-20090924-prefix.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/games-misc/wtf/files/wtf-20090924-prefix.patch b/games-misc/wtf/files/wtf-20090924-prefix.patch
deleted file mode 100644
index 87dc6436e086..000000000000
--- a/games-misc/wtf/files/wtf-20090924-prefix.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- wtf.orig 2009-09-27 10:46:12 +0200
-+++ wtf 2009-09-27 10:46:57 +0200
-@@ -12,7 +12,7 @@
- exit 1
- }
-
--acronyms=${ACRONYMDB:-`ls /usr/share/misc/acronyms* 2>/dev/null`}
-+acronyms=${ACRONYMDB:-`ls "@GENTOO_PORTAGE_EPREFIX@"/usr/share/misc/acronyms* 2>/dev/null`}
-
- if [ "$acronyms" = "" ]; then
- echo "$PROGNAME: acronyms database not found!" >&2