diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2006-08-07 12:30:09 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2006-08-07 12:30:09 +0000 |
commit | d209030abe3cb7179c707558634ed6e176f3ae9d (patch) | |
tree | a1ad0d0d551f7777d5b494e84a43f2b1a06b0039 | |
parent | Added classpath. (diff) | |
download | gentoo-2-d209030abe3cb7179c707558634ed6e176f3ae9d.tar.gz gentoo-2-d209030abe3cb7179c707558634ed6e176f3ae9d.tar.bz2 gentoo-2-d209030abe3cb7179c707558634ed6e176f3ae9d.zip |
Stable on sparc --- Bug #133002 --- builds and runs fine. (But notice
Comments 2, 16, and 20 on the referenced bug: they apply as well to sparc.)
(Portage version: 2.1.1_pre4-r4)
-rw-r--r-- | dev-lang/ruby/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lang/ruby/ruby-1.8.4-r3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-lang/ruby/ChangeLog b/dev-lang/ruby/ChangeLog index ecfba61bb530..557ff2e24ab1 100644 --- a/dev-lang/ruby/ChangeLog +++ b/dev-lang/ruby/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/ruby # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ChangeLog,v 1.206 2006/07/21 19:09:25 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ChangeLog,v 1.207 2006/08/07 12:30:09 fmccor Exp $ + + 07 Aug 2006; Ferris McCormick <fmccor@gentoo.org> ruby-1.8.4-r3.ebuild: + Stable on sparc --- Bug #133002 --- builds and runs fine. (But notice + Comments 2, 16, and 20 on the referenced bug: they apply as well to sparc.) 21 Jul 2006; Chris Gianelloni <wolf31o2@gentoo.org> ruby-1.8.4-r3.ebuild: Stable on amd64 and x86 wrt bug #133002. diff --git a/dev-lang/ruby/ruby-1.8.4-r3.ebuild b/dev-lang/ruby/ruby-1.8.4-r3.ebuild index 32e0700e22dd..823a7dc087d6 100644 --- a/dev-lang/ruby/ruby-1.8.4-r3.ebuild +++ b/dev-lang/ruby/ruby-1.8.4-r3.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-lang/ruby/ruby-1.8.4-r3.ebuild,v 1.6 2006/08/06 16:28:15 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-1.8.4-r3.ebuild,v 1.7 2006/08/07 12:30:09 fmccor Exp $ ONIGURUMA="onigd2_5_4" @@ -13,7 +13,7 @@ SRC_URI="mirror://ruby/${PV%.*}/${P/_pre/-preview}.tar.gz LICENSE="Ruby" SLOT="1.8" -KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ~ppc-macos ppc64 s390 sh ~sparc x86" +KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ~ppc-macos ppc64 s390 sh sparc x86" IUSE="socks5 tcltk cjk doc threads examples ipv6" RESTRICT="confcache" |