diff options
author | Markus Rothe <corsair@gentoo.org> | 2006-11-15 13:00:47 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2006-11-15 13:00:47 +0000 |
commit | f7ca8376c900cdd0f807e4c907dde3d234f9cdce (patch) | |
tree | 119819465f0d083669f3043c19a3b84bb4e11f6a /dev-lang/ruby | |
parent | Stable on ppc64; bug #153301 (diff) | |
download | gentoo-2-f7ca8376c900cdd0f807e4c907dde3d234f9cdce.tar.gz gentoo-2-f7ca8376c900cdd0f807e4c907dde3d234f9cdce.tar.bz2 gentoo-2-f7ca8376c900cdd0f807e4c907dde3d234f9cdce.zip |
Stable on ppc64; bug #153497
(Portage version: 2.1.1-r1)
Diffstat (limited to 'dev-lang/ruby')
-rw-r--r-- | dev-lang/ruby/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/ruby/ruby-1.8.5-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/ruby/ChangeLog b/dev-lang/ruby/ChangeLog index 19a58197045e..3a3ecbfb485d 100644 --- a/dev-lang/ruby/ChangeLog +++ b/dev-lang/ruby/ChangeLog @@ -1,6 +1,9 @@ # 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.236 2006/11/13 20:06:02 killerfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ChangeLog,v 1.237 2006/11/15 13:00:47 corsair Exp $ + + 15 Nov 2006; Markus Rothe <corsair@gentoo.org> ruby-1.8.5-r3.ebuild: + Stable on ppc64; bug #153497 13 Nov 2006; René Nussbaumer <killerfox@gentoo.org> ruby-1.8.5-r3.ebuild: Stable on hppa. See bug #153497. diff --git a/dev-lang/ruby/ruby-1.8.5-r3.ebuild b/dev-lang/ruby/ruby-1.8.5-r3.ebuild index a40fe23c8577..d1234306a6ec 100644 --- a/dev-lang/ruby/ruby-1.8.5-r3.ebuild +++ b/dev-lang/ruby/ruby-1.8.5-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.5-r3.ebuild,v 1.8 2006/11/13 20:06:02 killerfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-1.8.5-r3.ebuild,v 1.9 2006/11/15 13:00:47 corsair Exp $ WANT_AUTOCONF="latest" WANT_AUTOMAKE="latest" @@ -16,7 +16,7 @@ SRC_URI="ftp://ftp.ruby-lang.org/pub/ruby/${P}.tar.gz LICENSE="Ruby" SLOT="1.8" -KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc-macos ~ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc-macos ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" IUSE="debug socks5 tk cjk doc threads examples ipv6" RESTRICT="confcache" |