diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-10-05 19:18:19 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-10-05 19:18:19 +0000 |
commit | 398508c3a7052b446f1606190dc5de4143461292 (patch) | |
tree | b0df2d7c36b4c3c7bb129263bf19653cad387363 /dev-libs/libffi/libffi-3.0.8.ebuild | |
parent | Removed alternative dependency on Qt metapackage (diff) | |
download | gentoo-2-398508c3a7052b446f1606190dc5de4143461292.tar.gz gentoo-2-398508c3a7052b446f1606190dc5de4143461292.tar.bz2 gentoo-2-398508c3a7052b446f1606190dc5de4143461292.zip |
Keyword ~sparc-fbsd. Compile tested on FreeBSD-6.2-RELEASE-sparc64-64bit-ELF. Warning, test suite is broken.
(Portage version: 2.2_rc43/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/libffi/libffi-3.0.8.ebuild')
-rw-r--r-- | dev-libs/libffi/libffi-3.0.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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="" |