diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-02-20 19:24:34 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-02-20 19:24:34 +0000 |
commit | 055427d774bc07ddd055caa9552362909c01f870 (patch) | |
tree | ef44a801382b55139e883ce4b2913c8cee98a145 /dev-lang/parrot | |
parent | ppc stable, bug #115775 (diff) | |
download | gentoo-2-055427d774bc07ddd055caa9552362909c01f870.tar.gz gentoo-2-055427d774bc07ddd055caa9552362909c01f870.tar.bz2 gentoo-2-055427d774bc07ddd055caa9552362909c01f870.zip |
bug 122904, uses not in IUSE
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'dev-lang/parrot')
-rw-r--r-- | dev-lang/parrot/ChangeLog | 8 | ||||
-rw-r--r-- | dev-lang/parrot/parrot-0.2.3.ebuild | 6 | ||||
-rw-r--r-- | dev-lang/parrot/parrot-0.4.0.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/dev-lang/parrot/ChangeLog b/dev-lang/parrot/ChangeLog index ae8bfa398186..855b8222f1a4 100644 --- a/dev-lang/parrot/ChangeLog +++ b/dev-lang/parrot/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/parrot -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/parrot/ChangeLog,v 1.10 2005/12/06 14:57:37 mcummings Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/parrot/ChangeLog,v 1.11 2006/02/20 19:24:33 mcummings Exp $ + + 20 Feb 2006; Michael Cummings <mcummings@gentoo.org> parrot-0.2.3.ebuild, + parrot-0.4.0.ebuild: + bug 122904, uses not in IUSE *parrot-0.4.0 (06 Dec 2005) diff --git a/dev-lang/parrot/parrot-0.2.3.ebuild b/dev-lang/parrot/parrot-0.2.3.ebuild index cf0341ed116c..6ca7f123f96e 100644 --- a/dev-lang/parrot/parrot-0.2.3.ebuild +++ b/dev-lang/parrot/parrot-0.2.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/parrot/parrot-0.2.3.ebuild,v 1.3 2005/10/02 19:23:01 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/parrot/parrot-0.2.3.ebuild,v 1.4 2006/02/20 19:24:34 mcummings Exp $ inherit base eutils @@ -11,7 +11,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc-macos ~sparc ~x86" -IUSE="test" +IUSE="gdbm gmp python test" DEPEND="dev-lang/perl >=dev-libs/icu-2.6 diff --git a/dev-lang/parrot/parrot-0.4.0.ebuild b/dev-lang/parrot/parrot-0.4.0.ebuild index b8c14b169ae1..1a278f554854 100644 --- a/dev-lang/parrot/parrot-0.4.0.ebuild +++ b/dev-lang/parrot/parrot-0.4.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/parrot/parrot-0.4.0.ebuild,v 1.1 2005/12/06 14:57:37 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/parrot/parrot-0.4.0.ebuild,v 1.2 2006/02/20 19:24:34 mcummings Exp $ inherit base eutils @@ -11,7 +11,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc-macos ~sparc ~x86" -IUSE="test" +IUSE="gdbm gmp python test" DEPEND="dev-lang/perl >=dev-libs/icu-2.6 |