diff options
author | Tavis Ormandy <taviso@gentoo.org> | 2003-11-12 12:13:59 +0000 |
---|---|---|
committer | Tavis Ormandy <taviso@gentoo.org> | 2003-11-12 12:13:59 +0000 |
commit | ce348eaa1a27fe53c06b7a7017840da1bad5a5ea (patch) | |
tree | a6ea8c0a25dc86b797781914ed3541f5fd3d3458 | |
parent | Initial import (diff) | |
download | gentoo-2-ce348eaa1a27fe53c06b7a7017840da1bad5a5ea.tar.gz gentoo-2-ce348eaa1a27fe53c06b7a7017840da1bad5a5ea.tar.bz2 gentoo-2-ce348eaa1a27fe53c06b7a7017840da1bad5a5ea.zip |
only patch tabs if USE="perl"
-rw-r--r-- | x11-wm/fvwm/Manifest | 2 | ||||
-rw-r--r-- | x11-wm/fvwm/fvwm-2.5.8.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/x11-wm/fvwm/Manifest b/x11-wm/fvwm/Manifest index e04514e0184d..85c2857656f1 100644 --- a/x11-wm/fvwm/Manifest +++ b/x11-wm/fvwm/Manifest @@ -1,5 +1,5 @@ MD5 e79bd2fa2e46e650aabaa16754e25583 fvwm-2.5.7-r5.ebuild 8757 -MD5 4cb963d46899b4e7b468135b2b8688d4 fvwm-2.5.8.ebuild 9113 +MD5 80d1e404c497a0eb9745671f8501e070 fvwm-2.5.8.ebuild 9125 MD5 b893f78193652b275ce5d276ac38af29 fvwm-2.4.17.ebuild 3961 MD5 8fa93269e89c39d61e797e46a91b2872 fvwm-2.5.7-r3.ebuild 8726 MD5 a3663b67114af0af40f4bd9fb2cfe69c ChangeLog 9092 diff --git a/x11-wm/fvwm/fvwm-2.5.8.ebuild b/x11-wm/fvwm/fvwm-2.5.8.ebuild index 57d9cfd7009c..c78f86a381ef 100644 --- a/x11-wm/fvwm/fvwm-2.5.8.ebuild +++ b/x11-wm/fvwm/fvwm-2.5.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/fvwm/fvwm-2.5.8.ebuild,v 1.12 2003/11/12 09:07:16 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/fvwm/fvwm-2.5.8.ebuild,v 1.13 2003/11/12 12:13:54 taviso Exp $ inherit eutils flag-o-matic @@ -65,7 +65,7 @@ src_unpack() { # damage with symlinks. It will also break if multiple users try using # the same location simultaneously...probably should use File::Temp, but # moving it into ~/.fvwmtabs.state will do for now. - cd ${WORKDIR}; epatch ${FILESDIR}/fvwmtabs-insecure-tmp-handling.diff + cd ${WORKDIR}; use perl && epatch ${FILESDIR}/fvwmtabs-insecure-tmp-handling.diff # this patch from cvs, regarding a message sent to the fvwm-workers # mailing list in <20031111234845.A12314@deepblue.milkyway.com.au>, |