diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2010-10-10 13:21:17 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2010-10-10 13:21:17 +0000 |
commit | 7c588f38708ba6e5eed797ae0b0c03273134a216 (patch) | |
tree | 17877cf07c072f7adf9356f7fd543147f2853afe /dev-ruby | |
parent | Remove spurious blockers. (diff) | |
download | gentoo-2-7c588f38708ba6e5eed797ae0b0c03273134a216.tar.gz gentoo-2-7c588f38708ba6e5eed797ae0b0c03273134a216.tar.bz2 gentoo-2-7c588f38708ba6e5eed797ae0b0c03273134a216.zip |
Keyworded on alpha, bug #325465
(Portage version: 2.1.9.14/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/hoe/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/hoe/hoe-2.6.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/hoe/ChangeLog b/dev-ruby/hoe/ChangeLog index 2d71c45078d3..65288546d61a 100644 --- a/dev-ruby/hoe/ChangeLog +++ b/dev-ruby/hoe/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/hoe # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.93 2010/09/29 21:38:43 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.94 2010/10/10 13:21:17 klausman Exp $ + + 10 Oct 2010; Tobias Klausmann <klausman@gentoo.org> hoe-2.6.1.ebuild: + Keyworded on alpha, bug #325465 29 Sep 2010; Brent Baude <ranger@gentoo.org> hoe-2.5.0.ebuild: Marking hoe-2.5.0 ppc64 for bug 321043 diff --git a/dev-ruby/hoe/hoe-2.6.1.ebuild b/dev-ruby/hoe/hoe-2.6.1.ebuild index 5c877b4d5d1e..9924ef6756cc 100644 --- a/dev-ruby/hoe/hoe-2.6.1.ebuild +++ b/dev-ruby/hoe/hoe-2.6.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.6.1.ebuild,v 1.4 2010/08/28 07:42:22 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.6.1.ebuild,v 1.5 2010/10/10 13:21:17 klausman Exp $ EAPI=2 USE_RUBY="ruby18 ree18 ruby19 jruby" @@ -19,7 +19,7 @@ HOMEPAGE="http://seattlerb.rubyforge.org/" LICENSE="MIT" SLOT="0" -KEYWORDS="~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" IUSE="" RUBY_PATCHES=( "${P}-test-file-ordering.patch" ) |