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 | 4160f44d261c8cfba6f575c1cfd6aee9f50c7850 (patch) | |
tree | 4e5cd0f00587070806a2c1a8390446fb2e314816 /dev-ruby/rake | |
parent | x86 stable; the web requires action? (diff) | |
download | gentoo-2-4160f44d261c8cfba6f575c1cfd6aee9f50c7850.tar.gz gentoo-2-4160f44d261c8cfba6f575c1cfd6aee9f50c7850.tar.bz2 gentoo-2-4160f44d261c8cfba6f575c1cfd6aee9f50c7850.zip |
x86 stable, who wants to rake the leaves?
(Portage version: 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" |