diff options
Diffstat (limited to 'dev-lang/parrot/parrot-2.7.0.ebuild')
-rw-r--r-- | dev-lang/parrot/parrot-2.7.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/parrot/parrot-2.7.0.ebuild b/dev-lang/parrot/parrot-2.7.0.ebuild index 8fb816013a6c..726118307a15 100644 --- a/dev-lang/parrot/parrot-2.7.0.ebuild +++ b/dev-lang/parrot/parrot-2.7.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/parrot/parrot-2.7.0.ebuild,v 1.1 2010/09/11 10:35:01 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/parrot/parrot-2.7.0.ebuild,v 1.2 2010/09/16 16:40:21 scarabeus Exp $ EAPI=3 @@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="opengl nls doc examples gdbm gmp ssl +unicode pcre" RDEPEND="sys-libs/readline - opengl? ( virtual/glut ) + opengl? ( media-libs/freeglut ) nls? ( sys-devel/gettext ) unicode? ( >=dev-libs/icu-2.6 ) gdbm? ( >=sys-libs/gdbm-1.8.3-r1 ) |