diff options
author | Patrick Lauer <patrick@gentoo.org> | 2015-01-26 04:15:41 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2015-01-26 04:15:41 +0000 |
commit | fbbf645b3294da8874b91b6f4441d7c62049aef1 (patch) | |
tree | 6d61d9306ce2c4ce4a37f80509308e07e9e122bd /dev-lang | |
parent | Remove libffi hackery, this was caused by stale parrot config (diff) | |
download | gentoo-2-fbbf645b3294da8874b91b6f4441d7c62049aef1.tar.gz gentoo-2-fbbf645b3294da8874b91b6f4441d7c62049aef1.tar.bz2 gentoo-2-fbbf645b3294da8874b91b6f4441d7c62049aef1.zip |
Add libffi dep
(Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit)
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:= ) |