diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2014-08-12 13:17:15 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-08-12 13:17:15 +0000 |
commit | 696f93ca243d184ce8332cd6e240df9f94cdf77c (patch) | |
tree | 6e900777d1bc56a048c7ed1dbe07448ffe3f8c03 /dev-ruby/afm/afm-0.2.2.ebuild | |
parent | Fix newconfd target file (diff) | |
download | historical-696f93ca243d184ce8332cd6e240df9f94cdf77c.tar.gz historical-696f93ca243d184ce8332cd6e240df9f94cdf77c.tar.bz2 historical-696f93ca243d184ce8332cd6e240df9f94cdf77c.zip |
Keyword ~ppc and ~ppc64, bug #519170
Package-Manager: portage-2.2.8-r1/cvs/Linux x86_64
Manifest-Sign-Key: 0xF52D4BBA
Diffstat (limited to 'dev-ruby/afm/afm-0.2.2.ebuild')
-rw-r--r-- | dev-ruby/afm/afm-0.2.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/afm/afm-0.2.2.ebuild b/dev-ruby/afm/afm-0.2.2.ebuild index b30ea47d1200..663090dee59e 100644 --- a/dev-ruby/afm/afm-0.2.2.ebuild +++ b/dev-ruby/afm/afm-0.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/afm/afm-0.2.2.ebuild,v 1.2 2014/08/11 09:57:05 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/afm/afm-0.2.2.ebuild,v 1.3 2014/08/12 13:07:57 blueness Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21 jruby" @@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/halfbyte/afm" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~hppa" +KEYWORDS="~amd64 ~hppa ~ppc ~ppc64" IUSE="test" ruby_add_bdepend "test? ( dev-ruby/shoulda )" |