diff options
author | Jeroen Roovers <jer@gentoo.org> | 2009-07-18 05:12:18 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2009-07-18 05:12:18 +0000 |
commit | ba916026702ce4b32fa519c0f9bc2e7460082337 (patch) | |
tree | b8ff52b6a159ccbbca35a32bdec6b7a40be0932d /virtual/libffi | |
parent | Stable for HPPA (bug #272675). (diff) | |
download | gentoo-2-ba916026702ce4b32fa519c0f9bc2e7460082337.tar.gz gentoo-2-ba916026702ce4b32fa519c0f9bc2e7460082337.tar.bz2 gentoo-2-ba916026702ce4b32fa519c0f9bc2e7460082337.zip |
Stable for HPPA (bug #272675).
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'virtual/libffi')
-rw-r--r-- | virtual/libffi/ChangeLog | 5 | ||||
-rw-r--r-- | virtual/libffi/libffi-0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/virtual/libffi/ChangeLog b/virtual/libffi/ChangeLog index bb277ea67cc9..fd1928869fc1 100644 --- a/virtual/libffi/ChangeLog +++ b/virtual/libffi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for virtual/libffi # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/libffi/ChangeLog,v 1.10 2009/06/11 20:08:30 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/libffi/ChangeLog,v 1.11 2009/07/18 05:12:18 jer Exp $ + + 18 Jul 2009; Jeroen Roovers <jer@gentoo.org> libffi-0.ebuild: + Stable for HPPA (bug #272675). 11 Jun 2009; Markus Meier <maekke@gentoo.org> libffi-0.ebuild: amd64 stable, bug #272675 diff --git a/virtual/libffi/libffi-0.ebuild b/virtual/libffi/libffi-0.ebuild index ab519dd3f6ba..90f68e9a2f3f 100644 --- a/virtual/libffi/libffi-0.ebuild +++ b/virtual/libffi/libffi-0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/libffi/libffi-0.ebuild,v 1.12 2009/06/11 20:08:30 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/libffi/libffi-0.ebuild,v 1.13 2009/07/18 05:12:18 jer Exp $ EAPI=2 @@ -10,7 +10,7 @@ SRC_URI="" LICENSE="" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh sparc x86" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh sparc x86" IUSE="static-libs" RDEPEND="dev-libs/libffi[static-libs?]" |