diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2011-10-18 06:39:51 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2011-10-18 06:39:51 +0000 |
commit | b4ac3456b1f94e81d52f139713ac345f0e623215 (patch) | |
tree | 030056bfe1ca02c734b238ec12f43592ce55b115 /dev-libs/libffi/libffi-3.0.10.ebuild | |
parent | x86 stable wrt bug #387329 (diff) | |
download | gentoo-2-b4ac3456b1f94e81d52f139713ac345f0e623215.tar.gz gentoo-2-b4ac3456b1f94e81d52f139713ac345f0e623215.tar.bz2 gentoo-2-b4ac3456b1f94e81d52f139713ac345f0e623215.zip |
x86 stable wrt bug #387063
(Portage version: 2.1.10.11/cvs/Linux i686)
Diffstat (limited to 'dev-libs/libffi/libffi-3.0.10.ebuild')
-rw-r--r-- | dev-libs/libffi/libffi-3.0.10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libffi/libffi-3.0.10.ebuild b/dev-libs/libffi/libffi-3.0.10.ebuild index 4251d0d236b6..b3bb4a7528b5 100644 --- a/dev-libs/libffi/libffi-3.0.10.ebuild +++ b/dev-libs/libffi/libffi-3.0.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/libffi-3.0.10.ebuild,v 1.2 2011/10/14 22:45:30 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/libffi-3.0.10.ebuild,v 1.3 2011/10/18 06:39:51 phajdan.jr Exp $ EAPI=2 @@ -14,7 +14,7 @@ SRC_URI="ftp://sourceware.org/pub/${PN}/${MY_P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="debug static-libs test" RDEPEND="" |