diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2011-12-29 09:54:42 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2011-12-29 09:54:42 +0000 |
commit | 55bdae66a5a4b393276d7833f8f58da263778db3 (patch) | |
tree | 083abb1cbcd102529ce85f2083165768ff9bdf72 /dev-lang/ruby | |
parent | Add x86 keyword. (diff) | |
download | gentoo-2-55bdae66a5a4b393276d7833f8f58da263778db3.tar.gz gentoo-2-55bdae66a5a4b393276d7833f8f58da263778db3.tar.bz2 gentoo-2-55bdae66a5a4b393276d7833f8f58da263778db3.zip |
Stable for AMD64, wrt security bug #396301
(Portage version: 2.1.10.41/cvs/Linux i686)
Diffstat (limited to 'dev-lang/ruby')
-rw-r--r-- | dev-lang/ruby/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/ruby/ruby-1.8.7_p357.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/ruby/ChangeLog b/dev-lang/ruby/ChangeLog index 48574d52dcbb..a0f42bfbe814 100644 --- a/dev-lang/ruby/ChangeLog +++ b/dev-lang/ruby/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/ruby # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ChangeLog,v 1.519 2011/12/28 17:33:12 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ChangeLog,v 1.520 2011/12/29 09:54:42 ago Exp $ + + 29 Dec 2011; Agostino Sarubbo <ago@gentoo.org> ruby-1.8.7_p357.ebuild: + Stable for AMD64, wrt security bug #396301 *ruby-1.8.7_p357 (28 Dec 2011) diff --git a/dev-lang/ruby/ruby-1.8.7_p357.ebuild b/dev-lang/ruby/ruby-1.8.7_p357.ebuild index d998c97c9c29..34c3eede55a7 100644 --- a/dev-lang/ruby/ruby-1.8.7_p357.ebuild +++ b/dev-lang/ruby/ruby-1.8.7_p357.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-1.8.7_p357.ebuild,v 1.1 2011/12/28 17:33:12 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-1.8.7_p357.ebuild,v 1.2 2011/12/29 09:54:42 ago Exp $ EAPI=2 @@ -30,7 +30,7 @@ SRC_URI="mirror://ruby/${SLOT}/${MY_P}.tar.bz2 http://dev.gentoo.org/~flameeyes/ruby-team/${PN}-patches-${PATCHSET}.tar.bz2" LICENSE="|| ( Ruby GPL-2 )" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" IUSE="+berkdb debug doc examples +gdbm ipv6 rubytests socks5 ssl threads tk xemacs ncurses +readline libedit" RDEPEND=" |