diff options
author | Jeroen Roovers <jer@gentoo.org> | 2009-06-02 22:30:17 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2009-06-02 22:30:17 +0000 |
commit | d09fd7117bb4f287e4d02776eb0af5ecc5ae9a9f (patch) | |
tree | ff88146774b6aa202b68b55a93fc3788ed0a42d6 /dev-libs/libffi | |
parent | Remove one more old version, let's use the latest version as stable in few we... (diff) | |
download | gentoo-2-d09fd7117bb4f287e4d02776eb0af5ecc5ae9a9f.tar.gz gentoo-2-d09fd7117bb4f287e4d02776eb0af5ecc5ae9a9f.tar.bz2 gentoo-2-d09fd7117bb4f287e4d02776eb0af5ecc5ae9a9f.zip |
Marked ~hppa (bug #272046).
(Portage version: 2.2_rc33/cvs/Linux i686)
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 e696566c6bac..7f4706b71811 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.60 2009/06/01 13:12:47 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/ChangeLog,v 1.61 2009/06/02 22:30:17 jer Exp $ + + 02 Jun 2009; Jeroen Roovers <jer@gentoo.org> libffi-3.0.8.ebuild: + Marked ~hppa (bug #272046). 01 Jun 2009; Ferris McCormick <fmccor@gentoo.org> libffi-3.0.8.ebuild: Add sparc for testing, part of Bug #272046. diff --git a/dev-libs/libffi/libffi-3.0.8.ebuild b/dev-libs/libffi/libffi-3.0.8.ebuild index f499cedf3290..92d4836d6892 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.3 2009/06/01 13:12:47 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/libffi-3.0.8.ebuild,v 1.4 2009/06/02 22:30:17 jer Exp $ EAPI=2 inherit eutils @@ -11,7 +11,7 @@ SRC_URI="ftp://sourceware.org/pub/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~sparc ~x86" +KEYWORDS="~amd64 ~hppa ~sparc ~x86" IUSE="debug static-libs test" RDEPEND="" |