diff options
author | Jeroen Roovers <jer@gentoo.org> | 2007-07-09 04:26:54 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2007-07-09 04:26:54 +0000 |
commit | a04cb82716e4aacc4a01018448771640f891577d (patch) | |
tree | e28814448749cb609e0630a6a4de34cf4b030dd2 /dev-ruby/ruby-config | |
parent | also convert asm and volatile to __asm__ and __volatile__ #182414 (diff) | |
download | gentoo-2-a04cb82716e4aacc4a01018448771640f891577d.tar.gz gentoo-2-a04cb82716e4aacc4a01018448771640f891577d.tar.bz2 gentoo-2-a04cb82716e4aacc4a01018448771640f891577d.zip |
Stable for HPPA (bug #182366).
(Portage version: 2.1.2.9)
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 8239cef19717..a75a1529111b 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.35 2007/07/08 16:35:46 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-config/ChangeLog,v 1.36 2007/07/09 04:26:54 jer Exp $ + + 09 Jul 2007; Jeroen Roovers <jer@gentoo.org> ruby-config-0.3.2.ebuild: + Stable for HPPA (bug #182366). 08 Jul 2007; Joshua Kinard <kumba@gentoo.org> ruby-config-0.3.2.ebuild: Stable on mips, per #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 6023609cc3c6..47e941d6e5b1 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.7 2007/07/08 16:35:46 kumba Exp $ +# $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 $ 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" |