diff options
author | Patrick Lauer <patrick@gentoo.org> | 2014-03-31 05:52:40 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2014-03-31 05:52:40 +0000 |
commit | 2f6f238104d9f0f6def0d9ada77f2588717e82bb (patch) | |
tree | 7a437d09d9b806324b918c922e39e998373696c7 /dev-lang/nqp/nqp-2014.01.ebuild | |
parent | Install missing NEWS file wrt http://cgit.freedesktop.org/dbus/dbus-glib/comm... (diff) | |
download | gentoo-2-2f6f238104d9f0f6def0d9ada77f2588717e82bb.tar.gz gentoo-2-2f6f238104d9f0f6def0d9ada77f2588717e82bb.tar.bz2 gentoo-2-2f6f238104d9f0f6def0d9ada77f2588717e82bb.zip |
Bump, restrict parrot dep #505894
(Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-lang/nqp/nqp-2014.01.ebuild')
-rw-r--r-- | dev-lang/nqp/nqp-2014.01.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-lang/nqp/nqp-2014.01.ebuild b/dev-lang/nqp/nqp-2014.01.ebuild index 3298b103fdb8..56c39507a8a7 100644 --- a/dev-lang/nqp/nqp-2014.01.ebuild +++ b/dev-lang/nqp/nqp-2014.01.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/nqp/nqp-2014.01.ebuild,v 1.1 2014/02/11 02:39:30 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/nqp/nqp-2014.01.ebuild,v 1.2 2014/03/31 05:52:40 patrick Exp $ EAPI=5 @@ -24,7 +24,8 @@ KEYWORDS="~amd64 ~x86" IUSE="doc +parrot java" REQUIRED_USE="|| ( parrot java )" -RDEPEND="parrot? ( >=dev-lang/parrot-${PARROT_VERSION}[unicode] ) +RDEPEND="parrot? ( >=dev-lang/parrot-${PARROT_VERSION}:=[unicode] + !=dev-lang/parrot-6.2.0 ) java? ( virtual/jre )" #moar? ( =dev-lang/moarvm-2013.10.1 )" DEPEND="${RDEPEND} |