diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2005-09-27 12:25:08 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2005-09-27 12:25:08 +0000 |
commit | 2507796e7b2b549a8e5523a2fb08af7e542ac1a6 (patch) | |
tree | a03a7b57270cbddb87897474b2495ce5c4c2204e /dev-lang/ruby | |
parent | change the rm to rm -f in src_unpack, as some terminals leave you with a ques... (diff) | |
download | gentoo-2-2507796e7b2b549a8e5523a2fb08af7e542ac1a6.tar.gz gentoo-2-2507796e7b2b549a8e5523a2fb08af7e542ac1a6.tar.bz2 gentoo-2-2507796e7b2b549a8e5523a2fb08af7e542ac1a6.zip |
Add sparc keyword (Security Bug #106996); concerns expressed in the bug's
comments are cured by upgrading rubygems, activesupport.
(Portage version: 2.0.52-r1)
Diffstat (limited to 'dev-lang/ruby')
-rw-r--r-- | dev-lang/ruby/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lang/ruby/ruby-1.8.3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-lang/ruby/ChangeLog b/dev-lang/ruby/ChangeLog index bcbec8c75ab4..6d8314bf50d3 100644 --- a/dev-lang/ruby/ChangeLog +++ b/dev-lang/ruby/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/ruby # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ChangeLog,v 1.152 2005/09/27 11:53:00 killerfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ChangeLog,v 1.153 2005/09/27 12:25:08 fmccor Exp $ + + 27 Sep 2005; Ferris McCormick <fmccor@gentoo.org> ruby-1.8.3.ebuild: + Add sparc keyword (Security Bug #106996); concerns expressed in the bug's + comments are cured by upgrading rubygems, activesupport. 27 Sep 2005; Rene Nussbaumer <killerfox@gentoo.org> ruby-1.8.3.ebuild: Stable on hppa. bug #106996 diff --git a/dev-lang/ruby/ruby-1.8.3.ebuild b/dev-lang/ruby/ruby-1.8.3.ebuild index c9b93a3ab36c..37768235e26a 100644 --- a/dev-lang/ruby/ruby-1.8.3.ebuild +++ b/dev-lang/ruby/ruby-1.8.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-1.8.3.ebuild,v 1.5 2005/09/27 11:53:00 killerfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-1.8.3.ebuild,v 1.6 2005/09/27 12:25:08 fmccor Exp $ ONIGURUMA="onigd2_4_2" @@ -14,7 +14,7 @@ SRC_URI="mirror://ruby/${PV%.*}/${P/_pre/-preview}.tar.gz LICENSE="Ruby" SLOT="1.8" # please keep sorted -KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc-macos ~ppc64 ~s390 sparc ~x86" IUSE="socks5 tcltk cjk doc threads" RDEPEND="virtual/libc |