diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2004-03-24 11:19:51 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2004-03-24 11:19:51 +0000 |
commit | 806c57634e9627b5e07b303dd79d4d5d94caa7d2 (patch) | |
tree | 02422fca5b22efe3390e9d63dc9aa6164788a64c /x11-misc/icecc | |
parent | fix a var (diff) | |
download | gentoo-2-806c57634e9627b5e07b303dd79d4d5d94caa7d2.tar.gz gentoo-2-806c57634e9627b5e07b303dd79d4d5d94caa7d2.tar.bz2 gentoo-2-806c57634e9627b5e07b303dd79d4d5d94caa7d2.zip |
Adding IUSE
Diffstat (limited to 'x11-misc/icecc')
-rw-r--r-- | x11-misc/icecc/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/icecc/icecc-2.6.ebuild | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/x11-misc/icecc/ChangeLog b/x11-misc/icecc/ChangeLog index e3b679d777a0..a5cde82e918e 100644 --- a/x11-misc/icecc/ChangeLog +++ b/x11-misc/icecc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/icecc -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/icecc/ChangeLog,v 1.14 2003/10/21 08:26:51 phosphan Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icecc/ChangeLog,v 1.15 2004/03/24 11:19:51 phosphan Exp $ + + 24 Mar 2004; Patrick Kursawe <phosphan@gentoo.org> icecc-2.6.ebuild: + Adding IUSE *icecc-2.6 (21 Oct 2003) diff --git a/x11-misc/icecc/icecc-2.6.ebuild b/x11-misc/icecc/icecc-2.6.ebuild index 6b055f6022c0..8e32b92711d2 100644 --- a/x11-misc/icecc/icecc-2.6.ebuild +++ b/x11-misc/icecc/icecc-2.6.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-misc/icecc/icecc-2.6.ebuild,v 1.2 2003/11/21 07:04:10 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icecc/icecc-2.6.ebuild,v 1.3 2004/03/24 11:19:51 phosphan Exp $ inherit eutils @@ -10,6 +10,7 @@ HOMEPAGE="http://icecc.sourceforge.net/" LICENSE="GPL-2" KEYWORDS="x86" +IUSE="" SLOT="0" DEPEND=">=x11-libs/qt-3.0.0" |