diff options
author | Fabian Groffen <grobian@gentoo.org> | 2011-12-31 19:48:25 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2011-12-31 19:48:25 +0000 |
commit | be3172ede20b2ddc16a28bb818ff32687c7952de (patch) | |
tree | a600a01542e360ab8996cea9e93e160dfaed3c89 /dev-ruby/hike/hike-1.2.1.ebuild | |
parent | Version bump. (diff) | |
download | historical-be3172ede20b2ddc16a28bb818ff32687c7952de.tar.gz historical-be3172ede20b2ddc16a28bb818ff32687c7952de.tar.bz2 historical-be3172ede20b2ddc16a28bb818ff32687c7952de.zip |
Add Prefix keywords, bug #396547
Package-Manager: portage-2.2.01.20048-prefix/cvs/Darwin i386
Diffstat (limited to 'dev-ruby/hike/hike-1.2.1.ebuild')
-rw-r--r-- | dev-ruby/hike/hike-1.2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/hike/hike-1.2.1.ebuild b/dev-ruby/hike/hike-1.2.1.ebuild index 375dd953dc7e..3aeb73c1cba6 100644 --- a/dev-ruby/hike/hike-1.2.1.ebuild +++ b/dev-ruby/hike/hike-1.2.1.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-ruby/hike/hike-1.2.1.ebuild,v 1.2 2011/12/28 07:41:46 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hike/hike-1.2.1.ebuild,v 1.3 2011/12/31 19:47:18 grobian Exp $ EAPI=4 USE_RUBY="ruby18 ruby19 ree18 jruby" @@ -18,7 +18,7 @@ LICENSE="MIT" SRC_URI="https://github.com/sstephenson/hike/tarball/v${PV} -> ${P}.tgz" RUBY_S="sstephenson-hike-*" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" SLOT="0" IUSE="" |