diff options
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/parrot/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lang/parrot/parrot-6.11.0.ebuild | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-lang/parrot/ChangeLog b/dev-lang/parrot/ChangeLog index 4091b0650639..17d4045c46da 100644 --- a/dev-lang/parrot/ChangeLog +++ b/dev-lang/parrot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/parrot -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/parrot/ChangeLog,v 1.89 2014/12/16 08:54:24 patrick Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/parrot/ChangeLog,v 1.90 2015/01/26 04:15:41 patrick Exp $ + + 26 Jan 2015; Patrick Lauer <patrick@gentoo.org> parrot-6.11.0.ebuild: + Add libffi dep *parrot-6.11.0 (16 Dec 2014) diff --git a/dev-lang/parrot/parrot-6.11.0.ebuild b/dev-lang/parrot/parrot-6.11.0.ebuild index ecbd91e81034..dbc4f4863014 100644 --- a/dev-lang/parrot/parrot-6.11.0.ebuild +++ b/dev-lang/parrot/parrot-6.11.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/parrot/parrot-6.11.0.ebuild,v 1.1 2014/12/16 08:54:24 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/parrot/parrot-6.11.0.ebuild,v 1.2 2015/01/26 04:15:41 patrick Exp $ EAPI=5 @@ -19,6 +19,7 @@ KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64 IUSE="opengl nls doc examples gdbm gmp ssl +unicode pcre" RDEPEND="sys-libs/readline + dev-libs/libffi opengl? ( media-libs/freeglut ) nls? ( sys-devel/gettext ) unicode? ( >=dev-libs/icu-2.6:= ) |