diff options
author | Joshua Jackson <tsunam@gentoo.org> | 2006-05-16 05:07:52 +0000 |
---|---|---|
committer | Joshua Jackson <tsunam@gentoo.org> | 2006-05-16 05:07:52 +0000 |
commit | 10b0c7f69c0ff2442eeccc979c930fb003ccae7b (patch) | |
tree | c53bff031826779dd803f6087ca79ecf25a08544 /dev-ruby/rake | |
parent | x86 stable; the web requires action? (diff) | |
download | historical-10b0c7f69c0ff2442eeccc979c930fb003ccae7b.tar.gz historical-10b0c7f69c0ff2442eeccc979c930fb003ccae7b.tar.bz2 historical-10b0c7f69c0ff2442eeccc979c930fb003ccae7b.zip |
x86 stable, who wants to rake the leaves?
Package-Manager: portage-2.1_rc1-r2
Diffstat (limited to 'dev-ruby/rake')
-rw-r--r-- | dev-ruby/rake/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/rake/rake-0.7.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/rake/ChangeLog b/dev-ruby/rake/ChangeLog index f45a70524523..ac101ab9518c 100644 --- a/dev-ruby/rake/ChangeLog +++ b/dev-ruby/rake/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/rake # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake/ChangeLog,v 1.33 2006/05/11 13:12:30 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake/ChangeLog,v 1.34 2006/05/16 05:07:52 tsunam Exp $ + + 16 May 2006; Joshua Jackson <tsunam@gentoo.org> rake-0.7.1.ebuild: + x86 stable; Rails requirement bug #133003 11 May 2006; Ferris McCormick <fmccor@gentoo.org> rake-0.7.1.ebuild: Stable on sparc (Bug #133003). diff --git a/dev-ruby/rake/rake-0.7.1.ebuild b/dev-ruby/rake/rake-0.7.1.ebuild index 54fd22232477..2456fe593ed2 100644 --- a/dev-ruby/rake/rake-0.7.1.ebuild +++ b/dev-ruby/rake/rake-0.7.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake/rake-0.7.1.ebuild,v 1.3 2006/05/11 13:12:30 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake/rake-0.7.1.ebuild,v 1.4 2006/05/16 05:07:52 tsunam Exp $ inherit ruby gems @@ -14,7 +14,7 @@ SRC_URI="http://rubyforge.org/frs/download.php/9498/${P}.gem LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 sparc ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd" IUSE="" RESTRICT="test" |