diff options
author | 2014-11-05 11:34:19 +0000 | |
---|---|---|
committer | 2014-11-05 11:34:19 +0000 | |
commit | 2e1629f2afa7619c0ee0fc55d03f7005253bc287 (patch) | |
tree | c5363c53214e1c5aa238165c723038596b261d01 /dev-lang | |
parent | Stable for amd64, wrt bug #527084 (diff) | |
download | gentoo-2-2e1629f2afa7619c0ee0fc55d03f7005253bc287.tar.gz gentoo-2-2e1629f2afa7619c0ee0fc55d03f7005253bc287.tar.bz2 gentoo-2-2e1629f2afa7619c0ee0fc55d03f7005253bc287.zip |
Stable for x86, wrt bug #527084
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/ruby/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lang/ruby/ruby-1.9.3_p550.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/ruby/ruby-2.0.0_p594.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-lang/ruby/ChangeLog b/dev-lang/ruby/ChangeLog index fa8bff06784a..7afcd4d395a9 100644 --- a/dev-lang/ruby/ChangeLog +++ b/dev-lang/ruby/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/ruby # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ChangeLog,v 1.672 2014/11/05 11:34:03 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ChangeLog,v 1.673 2014/11/05 11:34:19 ago Exp $ + + 05 Nov 2014; Agostino Sarubbo <ago@gentoo.org> ruby-1.9.3_p550.ebuild, + ruby-2.0.0_p594.ebuild: + Stable for x86, wrt bug #527084 05 Nov 2014; Agostino Sarubbo <ago@gentoo.org> ruby-1.9.3_p550.ebuild, ruby-2.0.0_p594.ebuild: diff --git a/dev-lang/ruby/ruby-1.9.3_p550.ebuild b/dev-lang/ruby/ruby-1.9.3_p550.ebuild index 07b11c5a834b..1f1a63b88146 100644 --- a/dev-lang/ruby/ruby-1.9.3_p550.ebuild +++ b/dev-lang/ruby/ruby-1.9.3_p550.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-1.9.3_p550.ebuild,v 1.3 2014/11/05 11:34:03 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-1.9.3_p550.ebuild,v 1.4 2014/11/05 11:34:19 ago Exp $ EAPI=4 @@ -34,7 +34,7 @@ SRC_URI="mirror://ruby/1.9/${MY_P}.tar.bz2 http://dev.gentoo.org/~flameeyes/ruby-team/${PN}-patches-${PATCHSET}.tar.bz2" LICENSE="|| ( Ruby-BSD BSD-2 )" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd" IUSE="berkdb debug doc examples gdbm ipv6 +rdoc rubytests socks5 ssl xemacs ncurses +readline +yaml" #libedit # libedit support is removed everywhere because of this upstream bug: diff --git a/dev-lang/ruby/ruby-2.0.0_p594.ebuild b/dev-lang/ruby/ruby-2.0.0_p594.ebuild index d58df8709894..481eafbf6c2a 100644 --- a/dev-lang/ruby/ruby-2.0.0_p594.ebuild +++ b/dev-lang/ruby/ruby-2.0.0_p594.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-2.0.0_p594.ebuild,v 1.3 2014/11/05 11:34:03 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-2.0.0_p594.ebuild,v 1.4 2014/11/05 11:34:19 ago Exp $ EAPI=5 @@ -33,7 +33,7 @@ SRC_URI="mirror://ruby/2.0/${MY_P}.tar.xz http://dev.gentoo.org/~flameeyes/ruby-team/${PN}-patches-${PATCHSET}.tar.bz2" LICENSE="|| ( Ruby-BSD BSD-2 )" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd" IUSE="berkdb debug doc examples gdbm ipv6 +rdoc rubytests socks5 ssl xemacs ncurses +readline" RDEPEND=" |