diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 00:06:37 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 00:06:37 +0000 |
commit | fb4ef215547910573b8dce2f818f48149ded8e40 (patch) | |
tree | a5fe4bbf1ed341ef05d555a676f246b812bbfe15 /dev-util/scons-cvs | |
parent | sync IUSE (+bidi), don't assign S=${WORKDIR}/${P} (Manifest recommit) (diff) | |
download | gentoo-2-fb4ef215547910573b8dce2f818f48149ded8e40.tar.gz gentoo-2-fb4ef215547910573b8dce2f818f48149ded8e40.tar.bz2 gentoo-2-fb4ef215547910573b8dce2f818f48149ded8e40.zip |
sync IUSE (missing)
Diffstat (limited to 'dev-util/scons-cvs')
-rw-r--r-- | dev-util/scons-cvs/scons-cvs-0.96-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-util/scons-cvs/scons-cvs-0.96-r1.ebuild b/dev-util/scons-cvs/scons-cvs-0.96-r1.ebuild index 7572e2dc8b6d..ca9e2fdc085f 100644 --- a/dev-util/scons-cvs/scons-cvs-0.96-r1.ebuild +++ b/dev-util/scons-cvs/scons-cvs-0.96-r1.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/scons-cvs/scons-cvs-0.96-r1.ebuild,v 1.1 2004/07/09 19:16:39 twp Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/scons-cvs/scons-cvs-0.96-r1.ebuild,v 1.2 2004/07/15 00:06:37 agriffis Exp $ inherit cvs python distutils @@ -12,6 +12,7 @@ HOMEPAGE="http://www.scons.org" SLOT="0" LICENSE="as-is" KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~mips ~amd64 ~ia64" +IUSE="" DEPEND=">=dev-lang/python-2.0 !dev-util/scons" |