diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-04-17 10:56:41 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-04-17 10:56:41 +0000 |
commit | 62c2d4ea2e676c70455cd6a51d6bdf7357846c98 (patch) | |
tree | f3db7310519a2ea201ec26489b2eccfb2d6bd61e /dev-ruby/hoe | |
parent | ia64 stable wrt #217389 (diff) | |
download | gentoo-2-62c2d4ea2e676c70455cd6a51d6bdf7357846c98.tar.gz gentoo-2-62c2d4ea2e676c70455cd6a51d6bdf7357846c98.tar.bz2 gentoo-2-62c2d4ea2e676c70455cd6a51d6bdf7357846c98.zip |
ia64 stable wrt #217389
(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.5.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/hoe/ChangeLog b/dev-ruby/hoe/ChangeLog index cae1326cb757..81651498a1a2 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.29 2008/04/13 13:03:41 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.30 2008/04/17 10:56:41 armin76 Exp $ + + 17 Apr 2008; Raúl Porcel <armin76@gentoo.org> hoe-1.5.1.ebuild: + ia64 stable wrt #217389 13 Apr 2008; Markus Rothe <corsair@gentoo.org> hoe-1.5.1.ebuild: Stable on ppc64; bug #217389 diff --git a/dev-ruby/hoe/hoe-1.5.1.ebuild b/dev-ruby/hoe/hoe-1.5.1.ebuild index c9faa3a70c50..3a9e821328a4 100644 --- a/dev-ruby/hoe/hoe-1.5.1.ebuild +++ b/dev-ruby/hoe/hoe-1.5.1.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.5.1.ebuild,v 1.5 2008/04/13 13:03:41 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-1.5.1.ebuild,v 1.6 2008/04/17 10:56:41 armin76 Exp $ inherit 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-ruby/rake-0.8.1 |