diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-12-19 12:18:43 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-12-19 12:18:43 +0000 |
commit | cd50b5f1c1cd81a8910c487c5e2ee869f34f76ec (patch) | |
tree | 673adfce731d06672747d81b09d1fa0d7ad12d77 /dev-ruby/rubygems | |
parent | Apply patch from upstream wrt bug #202709. (diff) | |
download | gentoo-2-cd50b5f1c1cd81a8910c487c5e2ee869f34f76ec.tar.gz gentoo-2-cd50b5f1c1cd81a8910c487c5e2ee869f34f76ec.tar.bz2 gentoo-2-cd50b5f1c1cd81a8910c487c5e2ee869f34f76ec.zip |
alpha/ia64/x86 stable wrt #202608
(Portage version: 2.1.3.19)
Diffstat (limited to 'dev-ruby/rubygems')
-rw-r--r-- | dev-ruby/rubygems/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/rubygems/rubygems-0.9.4-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/rubygems/ChangeLog b/dev-ruby/rubygems/ChangeLog index 59e90776d5da..ee028e2ed213 100644 --- a/dev-ruby/rubygems/ChangeLog +++ b/dev-ruby/rubygems/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/rubygems # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubygems/ChangeLog,v 1.76 2007/12/17 21:55:04 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubygems/ChangeLog,v 1.77 2007/12/19 12:18:43 armin76 Exp $ + + 19 Dec 2007; Raúl Porcel <armin76@gentoo.org> rubygems-0.9.4-r2.ebuild: + alpha/ia64/x86 stable wrt #202608 17 Dec 2007; Jeroen Roovers <jer@gentoo.org> rubygems-0.9.4-r2.ebuild: Stable for HPPA (bug #202608). diff --git a/dev-ruby/rubygems/rubygems-0.9.4-r2.ebuild b/dev-ruby/rubygems/rubygems-0.9.4-r2.ebuild index 70109e8a4363..90f4903c4880 100644 --- a/dev-ruby/rubygems/rubygems-0.9.4-r2.ebuild +++ b/dev-ruby/rubygems/rubygems-0.9.4-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubygems/rubygems-0.9.4-r2.ebuild,v 1.3 2007/12/17 21:55:04 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubygems/rubygems-0.9.4-r2.ebuild,v 1.4 2007/12/19 12:18:43 armin76 Exp $ inherit ruby @@ -15,7 +15,7 @@ RESTRICT="test" # change the filename on the end, it still downloads the same file. SRC_URI="http://rubyforge.org/frs/download.php/20989/${P}.tgz" -KEYWORDS="~alpha ~amd64 hppa ~ia64 ~ppc ~ppc64 sparc ~x86 ~x86-fbsd" +KEYWORDS="alpha ~amd64 hppa ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd" SLOT="0" IUSE="doc server examples" DEPEND=">=dev-lang/ruby-1.8" |