diff options
author | Daniel Goller <morfic@gentoo.org> | 2005-11-13 07:18:42 +0000 |
---|---|---|
committer | Daniel Goller <morfic@gentoo.org> | 2005-11-13 07:18:42 +0000 |
commit | b2bb7f87834aebdbcb164df600f7e2856752f6b6 (patch) | |
tree | 007972a9a801ce65d2c53bb142eb438f81e090bc /x11-plugins | |
parent | initial import (diff) | |
download | gentoo-2-b2bb7f87834aebdbcb164df600f7e2856752f6b6.tar.gz gentoo-2-b2bb7f87834aebdbcb164df600f7e2856752f6b6.tar.bz2 gentoo-2-b2bb7f87834aebdbcb164df600f7e2856752f6b6.zip |
Removing condition for patch, so gcc4 can compile this too
(Portage version: 2.0.52-r1)
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmtz/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/wmtz/wmtz-0.7.ebuild | 5 |
2 files changed, 5 insertions, 5 deletions
diff --git a/x11-plugins/wmtz/ChangeLog b/x11-plugins/wmtz/ChangeLog index 150502b3b44d..26c2a2e4919d 100644 --- a/x11-plugins/wmtz/ChangeLog +++ b/x11-plugins/wmtz/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmtz # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtz/ChangeLog,v 1.12 2005/11/11 11:13:23 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtz/ChangeLog,v 1.13 2005/11/13 07:18:42 morfic Exp $ + + 13 Nov 2005; Daniel Goller <morfic@gentoo.org> wmtz-0.7.ebuild: + Removing condition for patch, so gcc4 can compile this too 11 Nov 2005; Michele Noberasco <s4t4n@gentoo.org> wmtz-0.7.ebuild: Removed COPYING and INSTALL from dodoc. diff --git a/x11-plugins/wmtz/wmtz-0.7.ebuild b/x11-plugins/wmtz/wmtz-0.7.ebuild index a8d970a2b720..8441cae4339e 100644 --- a/x11-plugins/wmtz/wmtz-0.7.ebuild +++ b/x11-plugins/wmtz/wmtz-0.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtz/wmtz-0.7.ebuild,v 1.13 2005/11/11 11:13:23 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtz/wmtz-0.7.ebuild,v 1.14 2005/11/13 07:18:42 morfic Exp $ inherit eutils toolchain-funcs @@ -20,10 +20,7 @@ src_unpack() { cd ${S} #apply both patches to compile with gcc-3.4 closing bug #64556 - if [ "`gcc-major-version`" -ge "3" -a "`gcc-minor-version`" -ge "4" ] - then epatch ${FILESDIR}/wmtz-0.7-gcc34.patch - fi } src_compile() { |