diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2004-03-24 11:35:38 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2004-03-24 11:35:38 +0000 |
commit | 9aab77e924ae29d3780bffb02e2698c5c195aa9f (patch) | |
tree | a248f27cca27d5bf1450c33eba915addb507c44f /x11-misc/icewoed | |
parent | stable for x86 (diff) | |
download | historical-9aab77e924ae29d3780bffb02e2698c5c195aa9f.tar.gz historical-9aab77e924ae29d3780bffb02e2698c5c195aa9f.tar.bz2 historical-9aab77e924ae29d3780bffb02e2698c5c195aa9f.zip |
Adding IUSE
Diffstat (limited to 'x11-misc/icewoed')
-rw-r--r-- | x11-misc/icewoed/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/icewoed/icewoed-1.5.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/x11-misc/icewoed/ChangeLog b/x11-misc/icewoed/ChangeLog index 615363514b97..b4d1fcace752 100644 --- a/x11-misc/icewoed/ChangeLog +++ b/x11-misc/icewoed/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/icewoed # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/icewoed/ChangeLog,v 1.7 2004/03/21 09:43:32 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icewoed/ChangeLog,v 1.8 2004/03/24 11:35:38 phosphan Exp $ + + 24 Mar 2004; Patrick Kursawe <phosphan@gentoo.org> icewoed-1.5.ebuild: + Adding IUSE 21 Mar 2004; Martin Holzer <mholzer@gentoo.org> icewoed-1.5.ebuild: adding categorie. see 45110 for details diff --git a/x11-misc/icewoed/icewoed-1.5.ebuild b/x11-misc/icewoed/icewoed-1.5.ebuild index 141ef06c069c..3782060d43bb 100644 --- a/x11-misc/icewoed/icewoed-1.5.ebuild +++ b/x11-misc/icewoed/icewoed-1.5.ebuild @@ -1,10 +1,11 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/icewoed/icewoed-1.5.ebuild,v 1.2 2004/03/21 09:43:32 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icewoed/icewoed-1.5.ebuild,v 1.3 2004/03/24 11:35:38 phosphan Exp $ DESCRIPTION="IceWM winoptions editor." SRC_URI="mirror://sourceforge/icecc/${P}.tar.bz2" HOMEPAGE="http://icecc.sourceforge.net/" +IUSE="" DEPEND=">=x11-libs/qt-3.0.0" |