diff options
author | 2008-03-14 16:28:16 +0000 | |
---|---|---|
committer | 2008-03-14 16:28:16 +0000 | |
commit | 4d74baf899cc081cc8bab2a75ad43c53d0245dab (patch) | |
tree | 4914b38a9b4ce42ff8f93a3728107b3f4205d3e8 /dev-ruby/hoe | |
parent | Version bump. (diff) | |
download | historical-4d74baf899cc081cc8bab2a75ad43c53d0245dab.tar.gz historical-4d74baf899cc081cc8bab2a75ad43c53d0245dab.tar.bz2 historical-4d74baf899cc081cc8bab2a75ad43c53d0245dab.zip |
ia64 stable
Package-Manager: portage-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 7585290f56a4..d11baddfe470 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.23 2008/03/13 21:02:52 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.24 2008/03/14 16:28:16 armin76 Exp $ + + 14 Mar 2008; Raúl Porcel <armin76@gentoo.org> hoe-1.4.0.ebuild: + ia64 stable 13 Mar 2008; Brent Baude <ranger@gentoo.org> hoe-1.4.0.ebuild: stable ppc64, bug 213250 diff --git a/dev-ruby/hoe/hoe-1.4.0.ebuild b/dev-ruby/hoe/hoe-1.4.0.ebuild index 1d35725219f0..dc9cb41697b5 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.4 2008/03/13 21:02:52 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-1.4.0.ebuild,v 1.5 2008/03/14 16:28:16 armin76 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 |