diff options
Diffstat (limited to 'dev-ruby/hike')
-rw-r--r-- | dev-ruby/hike/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/hike/hike-1.2.1.ebuild | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/dev-ruby/hike/ChangeLog b/dev-ruby/hike/ChangeLog index ef90dc8dc88a..6eeadc1469f5 100644 --- a/dev-ruby/hike/ChangeLog +++ b/dev-ruby/hike/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/hike -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hike/ChangeLog,v 1.6 2012/05/17 10:47:49 tomka Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hike/ChangeLog,v 1.7 2013/01/15 06:26:35 zerochaos Exp $ + + 15 Jan 2013; Rick Farina <zerochaos@gentoo.org> hike-1.2.1.ebuild: + adding ~arm keywords to net-analyzer/metasploit rdeps 17 May 2012; Thomas Kahle <tomka@gentoo.org> hike-1.2.1.ebuild: marked ~x86 per bug 396547 @@ -22,4 +25,3 @@ 07 Oct 2011; Hans de Graaff <graaff@gentoo.org> +hike-1.2.1.ebuild, +metadata.xml: Initial import. New dependency for forthcoming Rails 3.1 (via sprockets). - diff --git a/dev-ruby/hike/hike-1.2.1.ebuild b/dev-ruby/hike/hike-1.2.1.ebuild index 5b25a608b533..c2b653ab7a1e 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-2012 Gentoo Foundation +# Copyright 1999-2013 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.5 2012/05/17 10:47:49 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hike/hike-1.2.1.ebuild,v 1.6 2013/01/15 06:26:35 zerochaos 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 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" SLOT="0" IUSE="" |