summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2008-01-25 19:26:43 +0000
committerSamuli Suominen <drac@gentoo.org>2008-01-25 19:26:43 +0000
commite946f26a68e647ac95933aba8b1928c48e9a6031 (patch)
tree38a7e88a73f8a0aaddd192120bf1cd0b34cb5c96 /app-editors/lpe
parentDropped ppc-macos keyword, see you in prefix (diff)
downloadgentoo-2-e946f26a68e647ac95933aba8b1928c48e9a6031.tar.gz
gentoo-2-e946f26a68e647ac95933aba8b1928c48e9a6031.tar.bz2
gentoo-2-e946f26a68e647ac95933aba8b1928c48e9a6031.zip
and the unused patch.
(Portage version: 2.1.4)
Diffstat (limited to 'app-editors/lpe')
-rw-r--r--app-editors/lpe/files/lpe-1.2.6-gentoo.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/app-editors/lpe/files/lpe-1.2.6-gentoo.patch b/app-editors/lpe/files/lpe-1.2.6-gentoo.patch
deleted file mode 100644
index f1bc37d92750..000000000000
--- a/app-editors/lpe/files/lpe-1.2.6-gentoo.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff -uNr lpe-1.2.6-pristine/data/Makefile.am lpe-1.2.6/data/Makefile.am
---- lpe-1.2.6-pristine/data/Makefile.am Wed Jul 19 09:49:03 2000
-+++ lpe-1.2.6/data/Makefile.am Thu Sep 12 20:40:55 2002
-@@ -22,5 +22,5 @@
- < $(srcdir)/init.sl.in > init.sl.tmp \
- && mv init.sl.tmp init.sl
-
--%.slc: %.sl
-+%.slc: %.sl comp
- $(top_builddir)/data/comp $<
-diff -uNr lpe-1.2.6-pristine/data/Makefile.in lpe-1.2.6/data/Makefile.in
---- lpe-1.2.6-pristine/data/Makefile.in Wed Jun 20 03:22:28 2001
-+++ lpe-1.2.6/data/Makefile.in Thu Sep 12 20:41:12 2002
-@@ -375,7 +375,7 @@
- < $(srcdir)/init.sl.in > init.sl.tmp \
- && mv init.sl.tmp init.sl
-
--%.slc: %.sl
-+%.slc: %.sl comp
- $(top_builddir)/data/comp $<
-
- # Tell versions [3.59,3.63) of GNU make to not export all variables.