diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-11-10 10:47:06 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-11-10 10:47:06 +0000 |
commit | dd477c6ba2ef8934f771f386835e6d726ef023db (patch) | |
tree | 93a6f17c59bb0eaf534f9b38fb70cf677ab5567e /dev-lang | |
parent | Stable for ppc64, wrt bug #490180 (diff) | |
download | gentoo-2-dd477c6ba2ef8934f771f386835e6d726ef023db.tar.gz gentoo-2-dd477c6ba2ef8934f771f386835e6d726ef023db.tar.bz2 gentoo-2-dd477c6ba2ef8934f771f386835e6d726ef023db.zip |
Stable for ppc, wrt bug #527084
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", 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 1c75eb47bce2..5750402fb062 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.675 2014/11/05 18:22:03 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ChangeLog,v 1.676 2014/11/10 10:47:06 ago Exp $ + + 10 Nov 2014; Agostino Sarubbo <ago@gentoo.org> ruby-1.9.3_p550.ebuild, + ruby-2.0.0_p594.ebuild: + Stable for ppc, wrt bug #527084 05 Nov 2014; Markus Meier <maekke@gentoo.org> ruby-2.0.0_p594.ebuild: arm stable, bug #527084 diff --git a/dev-lang/ruby/ruby-1.9.3_p550.ebuild b/dev-lang/ruby/ruby-1.9.3_p550.ebuild index 288f96a2df72..9f20fb782e60 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.5 2014/11/05 18:21:07 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-1.9.3_p550.ebuild,v 1.6 2014/11/10 10:47:06 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 215ce94f9336..6a9c9ba731d0 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.5 2014/11/05 18:22:03 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-2.0.0_p594.ebuild,v 1.6 2014/11/10 10:47:06 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=" |