diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2013-12-22 18:55:50 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2013-12-22 18:55:50 +0000 |
commit | 2ca4918ec625f42015eff27c2b0d5b1ae13052d3 (patch) | |
tree | 18e0d42e0d0e4fd0fe2d8e3c3c536ea3bb72daf8 /dev-ruby/ffi/ffi-1.9.3.ebuild | |
parent | amd64 stable, bug #492560 (diff) | |
download | gentoo-2-2ca4918ec625f42015eff27c2b0d5b1ae13052d3.tar.gz gentoo-2-2ca4918ec625f42015eff27c2b0d5b1ae13052d3.tar.bz2 gentoo-2-2ca4918ec625f42015eff27c2b0d5b1ae13052d3.zip |
Keyword ~ppc64, bug #465948
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'dev-ruby/ffi/ffi-1.9.3.ebuild')
-rw-r--r-- | dev-ruby/ffi/ffi-1.9.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/ffi/ffi-1.9.3.ebuild b/dev-ruby/ffi/ffi-1.9.3.ebuild index 440abc53caef..27f0029d0f79 100644 --- a/dev-ruby/ffi/ffi-1.9.3.ebuild +++ b/dev-ruby/ffi/ffi-1.9.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ffi-1.9.3.ebuild,v 1.1 2013/11/02 20:15:43 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ffi-1.9.3.ebuild,v 1.2 2013/12/22 18:55:50 blueness Exp $ EAPI=5 @@ -24,7 +24,7 @@ SRC_URI="http://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${PN}-git-${PV}.t IUSE="" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" RDEPEND+=" virtual/libffi" DEPEND+=" virtual/libffi" |