diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-01-16 09:52:06 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-01-16 09:52:06 +0000 |
commit | 668cd5cdb4058cc450b181b8fc75b14841d38509 (patch) | |
tree | 1c6e58232cf937d8912f43a6615ddb065064abf9 /dev-ruby/hoe | |
parent | Fix sys-devel/make dependency, bug #351092 by Bob Raitz <pappy_mcfae@yahoo.co... (diff) | |
download | historical-668cd5cdb4058cc450b181b8fc75b14841d38509.tar.gz historical-668cd5cdb4058cc450b181b8fc75b14841d38509.tar.bz2 historical-668cd5cdb4058cc450b181b8fc75b14841d38509.zip |
Stable on amd64 wrt bug #333947
Package-Manager: portage-2.1.9.31/cvs/Linux x86_64
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 507a0c1a43d8..17e76b9d874a 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.101 2011/01/15 19:12:52 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.102 2011/01/16 09:48:22 hwoarang Exp $ + + 16 Jan 2011; Markos Chandras <hwoarang@gentoo.org> hoe-2.6.0-r1.ebuild: + Stable on amd64 wrt bug #333947 15 Jan 2011; Kacper Kowalik <xarthisius@gentoo.org> hoe-2.6.0-r1.ebuild: ppc64 stable wrt #333947 diff --git a/dev-ruby/hoe/hoe-2.6.0-r1.ebuild b/dev-ruby/hoe/hoe-2.6.0-r1.ebuild index 9a6c4c6b6212..d9c1d128c443 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.9 2011/01/15 19:12:52 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.6.0-r1.ebuild,v 1.10 2011/01/16 09:48:22 hwoarang 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" |