diff options
author | Markus Meier <maekke@gentoo.org> | 2009-06-11 20:08:30 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2009-06-11 20:08:30 +0000 |
commit | faa413656b7baf60315bbb85880e58e7eb7c0579 (patch) | |
tree | 0fff59fb3c972be6cccfcffe6c8cc869f0fe717e /virtual/libffi/libffi-0.ebuild | |
parent | amd64 stable, bug #272675 (diff) | |
download | gentoo-2-faa413656b7baf60315bbb85880e58e7eb7c0579.tar.gz gentoo-2-faa413656b7baf60315bbb85880e58e7eb7c0579.tar.bz2 gentoo-2-faa413656b7baf60315bbb85880e58e7eb7c0579.zip |
amd64 stable, bug #272675
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'virtual/libffi/libffi-0.ebuild')
-rw-r--r-- | virtual/libffi/libffi-0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/virtual/libffi/libffi-0.ebuild b/virtual/libffi/libffi-0.ebuild index bd60b87def12..ab519dd3f6ba 100644 --- a/virtual/libffi/libffi-0.ebuild +++ b/virtual/libffi/libffi-0.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/virtual/libffi/libffi-0.ebuild,v 1.11 2009/06/10 21:37:36 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/libffi/libffi-0.ebuild,v 1.12 2009/06/11 20:08:30 maekke Exp $ EAPI=2 @@ -10,7 +10,7 @@ SRC_URI="" LICENSE="" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh sparc x86" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh sparc x86" IUSE="static-libs" RDEPEND="dev-libs/libffi[static-libs?]" |