diff options
author | Brent Baude <ranger@gentoo.org> | 2008-03-13 21:02:52 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2008-03-13 21:02:52 +0000 |
commit | 9cf9eb96a75ab3667ca4c6187e12034f69c89ce4 (patch) | |
tree | 2c40bfb68a5d49d2f6886e1fc6bc796f1b323dfe /dev-ruby/hoe | |
parent | stable ppc64, bug 213250 (diff) | |
download | gentoo-2-9cf9eb96a75ab3667ca4c6187e12034f69c89ce4.tar.gz gentoo-2-9cf9eb96a75ab3667ca4c6187e12034f69c89ce4.tar.bz2 gentoo-2-9cf9eb96a75ab3667ca4c6187e12034f69c89ce4.zip |
stable ppc64, bug 213250
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-ruby/hoe')
-rw-r--r-- | dev-ruby/hoe/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/hoe/hoe-1.4.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/hoe/ChangeLog b/dev-ruby/hoe/ChangeLog index 1922c629a95f..7585290f56a4 100644 --- a/dev-ruby/hoe/ChangeLog +++ b/dev-ruby/hoe/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/hoe # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.22 2008/03/13 19:39:23 cla Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.23 2008/03/13 21:02:52 ranger Exp $ + + 13 Mar 2008; Brent Baude <ranger@gentoo.org> hoe-1.4.0.ebuild: + stable ppc64, bug 213250 13 Mar 2008; Dawid Węgliński <cla@gentoo.org> hoe-1.4.0.ebuild: Stable on x86 (bug #213250) diff --git a/dev-ruby/hoe/hoe-1.4.0.ebuild b/dev-ruby/hoe/hoe-1.4.0.ebuild index aa613211fc57..1d35725219f0 100644 --- a/dev-ruby/hoe/hoe-1.4.0.ebuild +++ b/dev-ruby/hoe/hoe-1.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-1.4.0.ebuild,v 1.3 2008/03/13 19:39:23 cla Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-1.4.0.ebuild,v 1.4 2008/03/13 21:02:52 ranger Exp $ inherit ruby gems @@ -9,7 +9,7 @@ HOMEPAGE="http://seattlerb.rubyforge.org/" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 x86" +KEYWORDS="amd64 ~ia64 ~ppc ppc64 x86" IUSE="" DEPEND=">=dev-lang/ruby-1.8.4 |