diff options
-rw-r--r-- | dev-libs/libffi/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/libffi/libffi-3.0.8.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/libffi/libffi-3.0.9_rc1.ebuild | 6 |
3 files changed, 11 insertions, 6 deletions
diff --git a/dev-libs/libffi/ChangeLog b/dev-libs/libffi/ChangeLog index 57fbc610df35..f4ed24fac23c 100644 --- a/dev-libs/libffi/ChangeLog +++ b/dev-libs/libffi/ChangeLog @@ -1,6 +1,11 @@ # 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.79 2009/10/05 17:26:53 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/ChangeLog,v 1.80 2009/10/05 19:18:19 ssuominen Exp $ + + 05 Oct 2009; Samuli Suominen <ssuominen@gentoo.org> libffi-3.0.8.ebuild, + libffi-3.0.9_rc1.ebuild: + Keyword ~sparc-fbsd. Compile tested on + FreeBSD-6.2-RELEASE-sparc64-64bit-ELF. Warning, test suite is broken. *libffi-3.0.9_rc1 (05 Oct 2009) diff --git a/dev-libs/libffi/libffi-3.0.8.ebuild b/dev-libs/libffi/libffi-3.0.8.ebuild index f4511408ac89..02e44bebd40a 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.20 2009/10/03 16:38:24 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/libffi-3.0.8.ebuild,v 1.21 2009/10/05 19:18:19 ssuominen Exp $ inherit autotools eutils @@ -10,7 +10,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 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" IUSE="debug static-libs test" RDEPEND="" diff --git a/dev-libs/libffi/libffi-3.0.9_rc1.ebuild b/dev-libs/libffi/libffi-3.0.9_rc1.ebuild index 45f0ce9733b9..ccf3e4d1ae4b 100644 --- a/dev-libs/libffi/libffi-3.0.9_rc1.ebuild +++ b/dev-libs/libffi/libffi-3.0.9_rc1.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.9_rc1.ebuild,v 1.1 2009/10/05 17:26:53 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/libffi-3.0.9_rc1.ebuild,v 1.2 2009/10/05 19:18:19 ssuominen Exp $ inherit autotools eutils @@ -10,7 +10,7 @@ SRC_URI="ftp://sources.redhat.com/pub/${PN}/${P/_}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" IUSE="debug static-libs test" RDEPEND="" @@ -22,7 +22,7 @@ S=${WORKDIR}/${P/_} src_unpack() { unpack ${A} cd "${S}" - epatch "${FILESDIR}"/${PN}-3.0.8-autoconf-2.64.patch +# epatch "${FILESDIR}"/${PN}-3.0.8-autoconf-2.64.patch eautoreconf } |