diff options
author | Tavis Ormandy <taviso@gentoo.org> | 2003-11-12 12:15:24 +0000 |
---|---|---|
committer | Tavis Ormandy <taviso@gentoo.org> | 2003-11-12 12:15:24 +0000 |
commit | baedf5cd3e1e4b9717a6d7fbec47f4ca1c625a95 (patch) | |
tree | de5afe2ea20129f0b3e51fc78f80f4732fe183a8 /x11-wm/fvwm | |
parent | only patch tabs if USE="perl" (diff) | |
download | gentoo-2-baedf5cd3e1e4b9717a6d7fbec47f4ca1c625a95.tar.gz gentoo-2-baedf5cd3e1e4b9717a6d7fbec47f4ca1c625a95.tar.bz2 gentoo-2-baedf5cd3e1e4b9717a6d7fbec47f4ca1c625a95.zip |
syntax
Diffstat (limited to 'x11-wm/fvwm')
-rw-r--r-- | x11-wm/fvwm/Manifest | 2 | ||||
-rw-r--r-- | x11-wm/fvwm/fvwm-2.5.8.ebuild | 6 |
2 files changed, 5 insertions, 3 deletions
diff --git a/x11-wm/fvwm/Manifest b/x11-wm/fvwm/Manifest index 85c2857656f1..d4fcc794caab 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 80d1e404c497a0eb9745671f8501e070 fvwm-2.5.8.ebuild 9125 +MD5 50d28dc5e95e4c595d28698c95b2e035 fvwm-2.5.8.ebuild 9137 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 c78f86a381ef..78261d3b782a 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.13 2003/11/12 12:13:54 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/fvwm/fvwm-2.5.8.ebuild,v 1.14 2003/11/12 12:15:19 taviso Exp $ inherit eutils flag-o-matic @@ -65,7 +65,9 @@ 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}; use perl && epatch ${FILESDIR}/fvwmtabs-insecure-tmp-handling.diff + if use perl; then + cd ${WORKDIR}; epatch ${FILESDIR}/fvwmtabs-insecure-tmp-handling.diff + fi # this patch from cvs, regarding a message sent to the fvwm-workers # mailing list in <20031111234845.A12314@deepblue.milkyway.com.au>, |