diff options
author | 2011-12-31 19:47:18 +0000 | |
---|---|---|
committer | 2011-12-31 19:47:18 +0000 | |
commit | ea37127c46744981587f69c3410ad43e2bab4782 (patch) | |
tree | 76febe6770da8adac190fdbcc7522624fce1e945 /dev-ruby/hike | |
parent | Version bump. (diff) | |
download | gentoo-2-ea37127c46744981587f69c3410ad43e2bab4782.tar.gz gentoo-2-ea37127c46744981587f69c3410ad43e2bab4782.tar.bz2 gentoo-2-ea37127c46744981587f69c3410ad43e2bab4782.zip |
Add Prefix keywords, bug #396547
(Portage version: 2.2.01.20048-prefix/cvs/Darwin i386)
Diffstat (limited to 'dev-ruby/hike')
-rw-r--r-- | dev-ruby/hike/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/hike/hike-1.2.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/hike/ChangeLog b/dev-ruby/hike/ChangeLog index e017b72d063f..35e643f1ef83 100644 --- a/dev-ruby/hike/ChangeLog +++ b/dev-ruby/hike/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/hike # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hike/ChangeLog,v 1.2 2011/12/28 07:41:46 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hike/ChangeLog,v 1.3 2011/12/31 19:47:18 grobian Exp $ + + 31 Dec 2011; Fabian Groffen <grobian@gentoo.org> hike-1.2.1.ebuild: + Add Prefix keywords, bug #396547 28 Dec 2011; Hans de Graaff <graaff@gentoo.org> hike-1.2.1.ebuild: Add ruby19, jruby. Drop unneeded virtual/ruby-test-unit dependency. 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="" |