diff options
author | 2013-12-22 14:32:43 +0000 | |
---|---|---|
committer | 2013-12-22 14:32:43 +0000 | |
commit | 17c9b1c604026694e2173aacd3f6debb0afd4ea4 (patch) | |
tree | b5e20b66cda1e734ca6090ef698372c015cebfe2 /dev-ruby/ffi/ffi-1.4.0.ebuild | |
parent | Stable for HPPA (bug #493780). (diff) | |
download | gentoo-2-17c9b1c604026694e2173aacd3f6debb0afd4ea4.tar.gz gentoo-2-17c9b1c604026694e2173aacd3f6debb0afd4ea4.tar.bz2 gentoo-2-17c9b1c604026694e2173aacd3f6debb0afd4ea4.zip |
Stable for HPPA (bug #493780).
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'dev-ruby/ffi/ffi-1.4.0.ebuild')
-rw-r--r-- | dev-ruby/ffi/ffi-1.4.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/ffi/ffi-1.4.0.ebuild b/dev-ruby/ffi/ffi-1.4.0.ebuild index f2f8011cabcd..6d582fec7db2 100644 --- a/dev-ruby/ffi/ffi-1.4.0.ebuild +++ b/dev-ruby/ffi/ffi-1.4.0.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.4.0.ebuild,v 1.5 2013/12/22 13:54:42 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ffi-1.4.0.ebuild,v 1.6 2013/12/22 14:32:43 jer Exp $ EAPI=5 @@ -24,7 +24,7 @@ SRC_URI="http://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${PN}-git-${PV}.t IUSE="" LICENSE="LGPL-3" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" RDEPEND="${RDEPEND} virtual/libffi" DEPEND="${DEPEND} virtual/libffi" |