diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2004-03-24 11:30:50 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2004-03-24 11:30:50 +0000 |
commit | 245ff9aa31bedc69ada0353e8723fe1dae7a9386 (patch) | |
tree | a5cecd2fa4fc9ed32bfdee4c26ea8c605e8016c8 /x11-misc/icerrun/icerrun-0.5.ebuild | |
parent | Adding IUSE (Manifest recommit) (diff) | |
download | gentoo-2-245ff9aa31bedc69ada0353e8723fe1dae7a9386.tar.gz gentoo-2-245ff9aa31bedc69ada0353e8723fe1dae7a9386.tar.bz2 gentoo-2-245ff9aa31bedc69ada0353e8723fe1dae7a9386.zip |
Adding IUSE
Diffstat (limited to 'x11-misc/icerrun/icerrun-0.5.ebuild')
-rw-r--r-- | x11-misc/icerrun/icerrun-0.5.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-misc/icerrun/icerrun-0.5.ebuild b/x11-misc/icerrun/icerrun-0.5.ebuild index 92e59731876e..d1b2846076ce 100644 --- a/x11-misc/icerrun/icerrun-0.5.ebuild +++ b/x11-misc/icerrun/icerrun-0.5.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/icerrun/icerrun-0.5.ebuild,v 1.2 2003/07/31 17:12:53 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icerrun/icerrun-0.5.ebuild,v 1.3 2004/03/24 11:27:56 phosphan Exp $ DESCRIPTION="IceWM 'recently used programs' menu generator" SRC_URI="mirror://sourceforge/icecc/${P}.tar.bz2" @@ -8,6 +8,7 @@ HOMEPAGE="http://icecc.sourceforge.net/" LICENSE="GPL-2" KEYWORDS="x86" RESTRICT="nostrip" +IUSE="" DEPEND=">=dev-lang/python-2.0" |