diff options
author | Brandon Hale <tseng@gentoo.org> | 2004-05-07 21:06:23 +0000 |
---|---|---|
committer | Brandon Hale <tseng@gentoo.org> | 2004-05-07 21:06:23 +0000 |
commit | 791ac31df4f04fd0e2e94a3b66bad1a53713dc12 (patch) | |
tree | 7ecca972bd2f27c95a0b6730c1b4798ffe7dd220 /x11-wm | |
parent | version bump, to install /etc/DIR_COLORS. Thanks to Weeve for noticing on sp... (diff) | |
download | gentoo-2-791ac31df4f04fd0e2e94a3b66bad1a53713dc12.tar.gz gentoo-2-791ac31df4f04fd0e2e94a3b66bad1a53713dc12.tar.bz2 gentoo-2-791ac31df4f04fd0e2e94a3b66bad1a53713dc12.zip |
Add IUSE=
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/aewm++/ChangeLog | 5 | ||||
-rw-r--r-- | x11-wm/aewm++/aewm++-1.0.22.ebuild | 4 | ||||
-rw-r--r-- | x11-wm/aewm++/aewm++-1.0.24.ebuild | 3 |
3 files changed, 8 insertions, 4 deletions
diff --git a/x11-wm/aewm++/ChangeLog b/x11-wm/aewm++/ChangeLog index 9c395452b3d9..e581d6b885a1 100644 --- a/x11-wm/aewm++/ChangeLog +++ b/x11-wm/aewm++/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-wm/aewm++ # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/aewm++/ChangeLog,v 1.4 2004/01/08 02:00:44 avenj Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/aewm++/ChangeLog,v 1.5 2004/05/07 21:06:23 tseng Exp $ + + 07 May 2004; Brandon Hale <tseng@gentoo.org> aewm++-1.0.24.ebuild: + Add IUSE= 07 Jan 2004; Jon Portnoy <avenj@gentoo.org> aewm++-1.0.24.ebuild : AMD64 keywords. diff --git a/x11-wm/aewm++/aewm++-1.0.22.ebuild b/x11-wm/aewm++/aewm++-1.0.22.ebuild index 9c7d46e94781..921a26e3d3bc 100644 --- a/x11-wm/aewm++/aewm++-1.0.22.ebuild +++ b/x11-wm/aewm++/aewm++-1.0.22.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/aewm++/aewm++-1.0.22.ebuild,v 1.5 2003/09/06 04:16:42 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/aewm++/aewm++-1.0.22.ebuild,v 1.6 2004/05/07 21:06:23 tseng Exp $ IUSE="" diff --git a/x11-wm/aewm++/aewm++-1.0.24.ebuild b/x11-wm/aewm++/aewm++-1.0.24.ebuild index a9243bed28cb..6f9de73a72b4 100644 --- a/x11-wm/aewm++/aewm++-1.0.24.ebuild +++ b/x11-wm/aewm++/aewm++-1.0.24.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/aewm++/aewm++-1.0.24.ebuild,v 1.2 2004/01/08 02:00:44 avenj Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/aewm++/aewm++-1.0.24.ebuild,v 1.3 2004/05/07 21:06:23 tseng Exp $ DESCRIPTION="A window manager with more modern features than aewm but with the same look and feel." HOMEPAGE="http://sapphire.sourceforge.net/" @@ -9,6 +9,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~amd64" DEPEND="virtual/x11" +IUSE="" src_compile() { make CFLAGS="${CXXFLAGS}" || die |