diff options
author | Tavis Ormandy <taviso@gentoo.org> | 2003-11-04 18:40:30 +0000 |
---|---|---|
committer | Tavis Ormandy <taviso@gentoo.org> | 2003-11-04 18:40:30 +0000 |
commit | dd529619d597937cb9693c1f043fea67f18c0afd (patch) | |
tree | 76f66a1f3ecfae6cdc6115b3e8f077c3d538a321 /x11-wm/fvwm | |
parent | Fix #32361. (diff) | |
download | gentoo-2-dd529619d597937cb9693c1f043fea67f18c0afd.tar.gz gentoo-2-dd529619d597937cb9693c1f043fea67f18c0afd.tar.bz2 gentoo-2-dd529619d597937cb9693c1f043fea67f18c0afd.zip |
doesnt need to check for debug, its enabled anyway,
Diffstat (limited to 'x11-wm/fvwm')
-rw-r--r-- | x11-wm/fvwm/Manifest | 4 | ||||
-rw-r--r-- | x11-wm/fvwm/fvwm-2.5.8.ebuild | 6 |
2 files changed, 4 insertions, 6 deletions
diff --git a/x11-wm/fvwm/Manifest b/x11-wm/fvwm/Manifest index 311d58f2bde3..ed4f842525c2 100644 --- a/x11-wm/fvwm/Manifest +++ b/x11-wm/fvwm/Manifest @@ -1,9 +1,9 @@ MD5 e79bd2fa2e46e650aabaa16754e25583 fvwm-2.5.7-r5.ebuild 8757 -MD5 4172c20010fe55d3ce5bdd70658d9ae6 fvwm-2.5.8.ebuild 8368 +MD5 8c6c87e5983262b46c64ea2e3058b394 fvwm-2.5.8.ebuild 8341 MD5 b893f78193652b275ce5d276ac38af29 fvwm-2.4.17.ebuild 3961 MD5 8fa93269e89c39d61e797e46a91b2872 fvwm-2.5.7-r3.ebuild 8726 MD5 bac3f1498d293384404b761232e8da06 ChangeLog 8649 -MD5 ff13b9d8138fc41b3c9ebfa8665cb6db metadata.xml 524 +MD5 4833e4d0685ef48988c0c5c4f9c6b377 metadata.xml 527 MD5 e2ceb5d855c5406a09d82442196efad8 files/README.transluceny.gz 5788 MD5 b2af3c1c8fe4f142e2b8debbb5c59a94 files/digest-fvwm-2.4.17 65 MD5 38cb0131791d07053b5d90bf21d1993f files/fvwm-translucent-menus.diff.gz 3582 diff --git a/x11-wm/fvwm/fvwm-2.5.8.ebuild b/x11-wm/fvwm/fvwm-2.5.8.ebuild index fca3c25d21a1..3966cbaeabb5 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.5 2003/11/03 14:08:56 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/fvwm/fvwm-2.5.8.ebuild,v 1.6 2003/11/04 18:40:21 taviso Exp $ inherit eutils @@ -58,9 +58,7 @@ src_unpack() { # according to a post to fvwm-workers mailing list, Mikhael Goikhman # planned on disabling these debug statements before the release, but # never got around to it. - if ! use debug; then - cd ${S}; epatch ${FILESDIR}/disable-debug-statements.diff - fi + cd ${S}; epatch ${FILESDIR}/disable-debug-statements.diff } src_compile() { |