diff options
author | 2012-07-22 14:07:45 +0000 | |
---|---|---|
committer | 2012-07-22 14:07:45 +0000 | |
commit | f0bd50be5de650941e2632a1f4c2d218f6b1df16 (patch) | |
tree | a140a88e85d793e05fd3c62f7f54051a2f047ae6 /dev-lang/ruby | |
parent | Based on 3.4.6 + genpatches-3.4-6 + grsecurity-2.9.1-3.4.6-201207211444 (diff) | |
download | gentoo-2-f0bd50be5de650941e2632a1f4c2d218f6b1df16.tar.gz gentoo-2-f0bd50be5de650941e2632a1f4c2d218f6b1df16.tar.bz2 gentoo-2-f0bd50be5de650941e2632a1f4c2d218f6b1df16.zip |
ppc stable #411507
(Portage version: 2.1.10.49/cvs/Linux ppc)
Diffstat (limited to 'dev-lang/ruby')
-rw-r--r-- | dev-lang/ruby/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/ruby/ruby-1.9.3_p125.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/ruby/ChangeLog b/dev-lang/ruby/ChangeLog index 58eb8d508b29..a954e58be11d 100644 --- a/dev-lang/ruby/ChangeLog +++ b/dev-lang/ruby/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/ruby # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ChangeLog,v 1.538 2012/07/07 07:36:05 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ChangeLog,v 1.539 2012/07/22 14:07:45 nixnut Exp $ + + 22 Jul 2012; <nixnut@gentoo.org> ruby-1.9.3_p125.ebuild: + ppc stable #411507 07 Jul 2012; Hans de Graaff <graaff@gentoo.org> ruby-1.9.3_p194-r1.ebuild: PDEPEND on rubygems since 1.9.x won't work without it installed. Fixes bug diff --git a/dev-lang/ruby/ruby-1.9.3_p125.ebuild b/dev-lang/ruby/ruby-1.9.3_p125.ebuild index 2f44811e76b3..3f06500ad412 100644 --- a/dev-lang/ruby/ruby-1.9.3_p125.ebuild +++ b/dev-lang/ruby/ruby-1.9.3_p125.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 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_p125.ebuild,v 1.5 2012/06/25 07:06:31 nativemad Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-1.9.3_p125.ebuild,v 1.6 2012/07/22 14:07:45 nixnut Exp $ EAPI=2 @@ -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-2 )" -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" IUSE="berkdb debug doc examples gdbm ipv6 +rdoc rubytests socks5 ssl tk xemacs ncurses +readline +yaml" #libedit # libedit support is removed everywhere because of this upstream bug: |