diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2009-06-05 15:06:54 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2009-06-05 15:06:54 +0000 |
commit | b3210e82322cb955cee6433051be4a9648a58d93 (patch) | |
tree | c90968c700e55a5a9e771ef2422b30ae937454bb /dev-libs/libffi | |
parent | Version bump, remove broken version. (diff) | |
download | gentoo-2-b3210e82322cb955cee6433051be4a9648a58d93.tar.gz gentoo-2-b3210e82322cb955cee6433051be4a9648a58d93.tar.bz2 gentoo-2-b3210e82322cb955cee6433051be4a9648a58d93.zip |
Sparc stable, part of Bug #272675.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/libffi')
-rw-r--r-- | dev-libs/libffi/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libffi/libffi-3.0.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libffi/ChangeLog b/dev-libs/libffi/ChangeLog index 5731c9a28406..8c4b3073b8dd 100644 --- a/dev-libs/libffi/ChangeLog +++ b/dev-libs/libffi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libffi # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/ChangeLog,v 1.66 2009/06/05 07:30:48 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/ChangeLog,v 1.67 2009/06/05 15:06:54 fmccor Exp $ + + 05 Jun 2009; Ferris McCormick <fmccor@gentoo.org> libffi-3.0.8.ebuild: + Sparc stable, part of Bug #272675. 05 Jun 2009; Samuli Suominen <ssuominen@gentoo.org> libffi-3.0.8.ebuild: Block <dev-libs/g-wrap-1.9.11 because they ship a copy of this library. diff --git a/dev-libs/libffi/libffi-3.0.8.ebuild b/dev-libs/libffi/libffi-3.0.8.ebuild index 78a0eb992b10..83de6293f36d 100644 --- a/dev-libs/libffi/libffi-3.0.8.ebuild +++ b/dev-libs/libffi/libffi-3.0.8.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/dev-libs/libffi/libffi-3.0.8.ebuild,v 1.8 2009/06/05 07:30:48 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/libffi-3.0.8.ebuild,v 1.9 2009/06/05 15:06:54 fmccor Exp $ EAPI=2 inherit eutils @@ -11,7 +11,7 @@ SRC_URI="ftp://sourceware.org/pub/${PN}/${P}.tar.gz" LICENSE="MIT" 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="debug static-libs test" RDEPEND="" |