diff options
author | 2007-07-10 17:02:00 +0000 | |
---|---|---|
committer | 2007-07-10 17:02:00 +0000 | |
commit | 2d1f29f6caf59b13b20a71c1eef11e78557b28e1 (patch) | |
tree | ed1d7ed2350fa5ced2d27b74dff853bab8da7de5 /dev-ruby/ruby-config | |
parent | Fix xen with --as-needed (diff) | |
download | gentoo-2-2d1f29f6caf59b13b20a71c1eef11e78557b28e1.tar.gz gentoo-2-2d1f29f6caf59b13b20a71c1eef11e78557b28e1.tar.bz2 gentoo-2-2d1f29f6caf59b13b20a71c1eef11e78557b28e1.zip |
alpha/ia64/x86 stable wrt #182366
(Portage version: 2.1.3_rc7)
Diffstat (limited to 'dev-ruby/ruby-config')
-rw-r--r-- | dev-ruby/ruby-config/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/ruby-config/ruby-config-0.3.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/ruby-config/ChangeLog b/dev-ruby/ruby-config/ChangeLog index a75a1529111b..347d0f3a2516 100644 --- a/dev-ruby/ruby-config/ChangeLog +++ b/dev-ruby/ruby-config/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/ruby-config # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-config/ChangeLog,v 1.36 2007/07/09 04:26:54 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-config/ChangeLog,v 1.37 2007/07/10 17:02:00 armin76 Exp $ + + 10 Jul 2007; Raúl Porcel <armin76@gentoo.org> ruby-config-0.3.2.ebuild: + alpha/ia64/x86 stable wrt #182366 09 Jul 2007; Jeroen Roovers <jer@gentoo.org> ruby-config-0.3.2.ebuild: Stable for HPPA (bug #182366). diff --git a/dev-ruby/ruby-config/ruby-config-0.3.2.ebuild b/dev-ruby/ruby-config/ruby-config-0.3.2.ebuild index 47e941d6e5b1..460e2baeba4a 100644 --- a/dev-ruby/ruby-config/ruby-config-0.3.2.ebuild +++ b/dev-ruby/ruby-config/ruby-config-0.3.2.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/ruby-config/ruby-config-0.3.2.ebuild,v 1.8 2007/07/09 04:26:54 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-config/ruby-config-0.3.2.ebuild,v 1.9 2007/07/10 17:02:00 armin76 Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="" LICENSE="GPL-2" SLOT="0" -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="" RDEPEND="!<dev-ruby/ri-1.8b-r1" |