diff options
author | 2011-01-15 19:12:52 +0000 | |
---|---|---|
committer | 2011-01-15 19:12:52 +0000 | |
commit | 393b9af3e951d099c75c8e6dfe6d97132c2a76e3 (patch) | |
tree | dc1154daec8668f5164173c9d0b79096f8322659 /dev-ruby/hoe | |
parent | Whitespace fixes, useless inherit, fix installed examples (diff) | |
download | gentoo-2-393b9af3e951d099c75c8e6dfe6d97132c2a76e3.tar.gz gentoo-2-393b9af3e951d099c75c8e6dfe6d97132c2a76e3.tar.bz2 gentoo-2-393b9af3e951d099c75c8e6dfe6d97132c2a76e3.zip |
ppc64 stable wrt #333947
(Portage version: 2.1.9.25/cvs/Linux ppc64)
Diffstat (limited to 'dev-ruby/hoe')
-rw-r--r-- | dev-ruby/hoe/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/hoe/hoe-2.6.0-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/hoe/ChangeLog b/dev-ruby/hoe/ChangeLog index 9156575e2111..507a0c1a43d8 100644 --- a/dev-ruby/hoe/ChangeLog +++ b/dev-ruby/hoe/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/hoe # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.100 2011/01/09 16:14:18 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.101 2011/01/15 19:12:52 xarthisius Exp $ + + 15 Jan 2011; Kacper Kowalik <xarthisius@gentoo.org> hoe-2.6.0-r1.ebuild: + ppc64 stable wrt #333947 09 Jan 2011; Hans de Graaff <graaff@gentoo.org> hoe-2.5.0.ebuild, hoe-2.6.0-r1.ebuild, hoe-2.6.2.ebuild: diff --git a/dev-ruby/hoe/hoe-2.6.0-r1.ebuild b/dev-ruby/hoe/hoe-2.6.0-r1.ebuild index 8629d55d0b39..9a6c4c6b6212 100644 --- a/dev-ruby/hoe/hoe-2.6.0-r1.ebuild +++ b/dev-ruby/hoe/hoe-2.6.0-r1.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/hoe/hoe-2.6.0-r1.ebuild,v 1.8 2011/01/09 16:14:18 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.6.0-r1.ebuild,v 1.9 2011/01/15 19:12:52 xarthisius Exp $ EAPI=2 USE_RUBY="ruby18 jruby" @@ -19,7 +19,7 @@ HOMEPAGE="http://seattlerb.rubyforge.org/" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~hppa ia64 ~ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="~amd64 ~hppa ia64 ~ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="" RUBY_PATCHES="${P}-rubyforge-without-account.patch" |