diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 22:36:57 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 22:36:57 +0000 |
commit | 8f58308628797493be0e24cbb0f2d67a4a4ef3bd (patch) | |
tree | 353046426bd164bc9243c3240a83df810d581b85 /dev-util/boa-constructor/boa-constructor-0.1.0_alpha.ebuild | |
parent | don't assign S=${WORKDIR}/${P} (diff) | |
download | historical-8f58308628797493be0e24cbb0f2d67a4a4ef3bd.tar.gz historical-8f58308628797493be0e24cbb0f2d67a4a4ef3bd.tar.bz2 historical-8f58308628797493be0e24cbb0f2d67a4a4ef3bd.zip |
sync IUSE (missing)
Diffstat (limited to 'dev-util/boa-constructor/boa-constructor-0.1.0_alpha.ebuild')
-rw-r--r-- | dev-util/boa-constructor/boa-constructor-0.1.0_alpha.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-util/boa-constructor/boa-constructor-0.1.0_alpha.ebuild b/dev-util/boa-constructor/boa-constructor-0.1.0_alpha.ebuild index 82ad60babdf5..f078270f06d9 100644 --- a/dev-util/boa-constructor/boa-constructor-0.1.0_alpha.ebuild +++ b/dev-util/boa-constructor/boa-constructor-0.1.0_alpha.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/boa-constructor/boa-constructor-0.1.0_alpha.ebuild,v 1.12 2004/07/03 12:23:40 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/boa-constructor/boa-constructor-0.1.0_alpha.ebuild,v 1.13 2004/07/14 22:36:14 agriffis Exp $ BOA_VER=0.1.0-alpha S=${WORKDIR}/boa @@ -11,6 +11,7 @@ SRC_URI="mirror://sourceforge/boa-constructor/${PN}-${BOA_VER}.src.zip" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 sparc " +IUSE="" RDEPEND=">=dev-lang/python-2.0 >=dev-python/wxpython-2.3 |