diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2008-03-05 14:10:49 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2008-03-05 14:10:49 +0000 |
commit | 437bd64a857f35bfb6e6218192d3445a4d7eeff0 (patch) | |
tree | a301b1ca6b5b68538ee7b01baec6d0f6d5bc2ccc /dev-lang/ruby | |
parent | Marking ruby-1.8.6_p114 ppc64 for bug 212264 (diff) | |
download | gentoo-2-437bd64a857f35bfb6e6218192d3445a4d7eeff0.tar.gz gentoo-2-437bd64a857f35bfb6e6218192d3445a4d7eeff0.tar.bz2 gentoo-2-437bd64a857f35bfb6e6218192d3445a4d7eeff0.zip |
Sparc stable, Security Bug #212264, builds and installs, initial tests run
as expected.
(Portage version: 2.2_pre3)
Diffstat (limited to 'dev-lang/ruby')
-rw-r--r-- | dev-lang/ruby/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lang/ruby/ruby-1.8.6_p114.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-lang/ruby/ChangeLog b/dev-lang/ruby/ChangeLog index 4ab384063837..fffe6f40b4ee 100644 --- a/dev-lang/ruby/ChangeLog +++ b/dev-lang/ruby/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/ruby # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ChangeLog,v 1.326 2008/03/05 14:04:17 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ChangeLog,v 1.327 2008/03/05 14:10:49 fmccor Exp $ + + 05 Mar 2008; Ferris McCormick <fmccor@gentoo.org> ruby-1.8.6_p114.ebuild: + Sparc stable, Security Bug #212264, builds and installs, initial tests run + as expected. 05 Mar 2008; Brent Baude <ranger@gentoo.org> ruby-1.8.6_p114.ebuild: Marking ruby-1.8.6_p114 ppc64 for bug 212264 diff --git a/dev-lang/ruby/ruby-1.8.6_p114.ebuild b/dev-lang/ruby/ruby-1.8.6_p114.ebuild index 2adb98de7cbf..c29c7e7a8908 100644 --- a/dev-lang/ruby/ruby-1.8.6_p114.ebuild +++ b/dev-lang/ruby/ruby-1.8.6_p114.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-1.8.6_p114.ebuild,v 1.2 2008/03/05 14:04:17 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-1.8.6_p114.ebuild,v 1.3 2008/03/05 14:10:49 fmccor Exp $ WANT_AUTOCONF="latest" WANT_AUTOMAKE="latest" @@ -21,7 +21,7 @@ SRC_URI="ftp://ftp.ruby-lang.org/pub/ruby/${SLOT}/${MY_P}.tar.bz2 cjk? ( http://www.geocities.jp/kosako3/oniguruma/archive/${ONIGURUMA}.tar.gz )" LICENSE="Ruby" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh sparc ~sparc-fbsd ~x86 ~x86-fbsd" IUSE="berkdb cjk debug doc emacs examples gdbm ipv6 rubytests socks5 ssl threads tk xemacs" RDEPEND=" |