summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2011-12-27 06:42:23 +0000
committerPatrick Lauer <patrick@gentoo.org>2011-12-27 06:42:23 +0000
commit1ace51356e30a610cf6c0f1bdb27f0d492a32147 (patch)
tree09be2b69ccb367948e26e18e21fdcbbd5527aa57 /dev-lang/parrot
parentVersion bump for bug 395825 by Ian Delaney. Bits and pieces by Arfrever. (diff)
downloadgentoo-2-1ace51356e30a610cf6c0f1bdb27f0d492a32147.tar.gz
gentoo-2-1ace51356e30a610cf6c0f1bdb27f0d492a32147.tar.bz2
gentoo-2-1ace51356e30a610cf6c0f1bdb27f0d492a32147.zip
REQUIRED_USE fix for #377389, eapi4
(Portage version: 2.2.0_alpha81/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang/parrot')
-rw-r--r--dev-lang/parrot/ChangeLog8
-rw-r--r--dev-lang/parrot/parrot-3.11.0-r1.ebuild (renamed from dev-lang/parrot/parrot-3.11.0.ebuild)6
2 files changed, 11 insertions, 3 deletions
diff --git a/dev-lang/parrot/ChangeLog b/dev-lang/parrot/ChangeLog
index 363b1f1e0c53..eaa2df61a01c 100644
--- a/dev-lang/parrot/ChangeLog
+++ b/dev-lang/parrot/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-lang/parrot
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/parrot/ChangeLog,v 1.48 2011/12/27 05:35:33 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/parrot/ChangeLog,v 1.49 2011/12/27 06:42:23 patrick Exp $
+
+*parrot-3.11.0-r1 (27 Dec 2011)
+
+ 27 Dec 2011; Patrick Lauer <patrick@gentoo.org> +parrot-3.11.0-r1.ebuild,
+ -parrot-3.11.0.ebuild:
+ REQUIRED_USE fix for #377389, eapi4
*parrot-3.11.0 (27 Dec 2011)
diff --git a/dev-lang/parrot/parrot-3.11.0.ebuild b/dev-lang/parrot/parrot-3.11.0-r1.ebuild
index 324b9358afb7..46323ccaacbf 100644
--- a/dev-lang/parrot/parrot-3.11.0.ebuild
+++ b/dev-lang/parrot/parrot-3.11.0-r1.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/parrot/parrot-3.11.0.ebuild,v 1.1 2011/12/27 05:35:33 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/parrot/parrot-3.11.0-r1.ebuild,v 1.1 2011/12/27 06:42:23 patrick Exp $
-EAPI=3
+EAPI=4
inherit eutils multilib
@@ -27,6 +27,8 @@ RDEPEND="sys-libs/readline
DEPEND="dev-lang/perl[doc?]
${RDEPEND}"
+REQUIRED_USE="opengl? ( pcre )"
+
src_configure() {
myconf="--disable-rpath"
use unicode || myconf+=" --without-icu"