diff options
author | 2009-06-03 11:53:10 +0000 | |
---|---|---|
committer | 2009-06-03 11:53:10 +0000 | |
commit | 4b1b6e0989267b5cf484d5d3b0551a5b4841920d (patch) | |
tree | dbe7f131b83258c8e916fe550f51e12760fabe28 /dev-libs/libffi/libffi-3.0.8.ebuild | |
parent | version bump (diff) | |
download | gentoo-2-4b1b6e0989267b5cf484d5d3b0551a5b4841920d.tar.gz gentoo-2-4b1b6e0989267b5cf484d5d3b0551a5b4841920d.tar.bz2 gentoo-2-4b1b6e0989267b5cf484d5d3b0551a5b4841920d.zip |
Keyword ~alpha wrt #272046, thanks to Blackb|rd for testing.
(Portage version: 2.1.6.13/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 92d4836d6892..cd7d641efe56 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.4 2009/06/02 22:30:17 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/libffi-3.0.8.ebuild,v 1.5 2009/06/03 11:53:10 ssuominen 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 ~hppa ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~sparc ~x86" IUSE="debug static-libs test" RDEPEND="" |