diff options
author | Friedrich Oslage <bluebird@gentoo.org> | 2008-07-07 18:53:15 +0000 |
---|---|---|
committer | Friedrich Oslage <bluebird@gentoo.org> | 2008-07-07 18:53:15 +0000 |
commit | 9ffa437f9a688a515db2beb00fe6e2f095a712c6 (patch) | |
tree | 7498368cd9c4a48743cb57e5478a82890b6a104f /dev-ruby/hpricot | |
parent | Add ~sparc keyword, bug #230517 (diff) | |
download | historical-9ffa437f9a688a515db2beb00fe6e2f095a712c6.tar.gz historical-9ffa437f9a688a515db2beb00fe6e2f095a712c6.tar.bz2 historical-9ffa437f9a688a515db2beb00fe6e2f095a712c6.zip |
Add ~sparc keyword, bug #230517
Package-Manager: portage-2.2_rc1/cvs/Linux 2.6.25-gentoo-r6 sparc64
Diffstat (limited to 'dev-ruby/hpricot')
-rw-r--r-- | dev-ruby/hpricot/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/hpricot/hpricot-0.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/hpricot/ChangeLog b/dev-ruby/hpricot/ChangeLog index 27e1b03e4436..ea106e48baa3 100644 --- a/dev-ruby/hpricot/ChangeLog +++ b/dev-ruby/hpricot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/hpricot # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/ChangeLog,v 1.9 2008/06/18 07:29:34 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/ChangeLog,v 1.10 2008/07/07 18:42:52 bluebird Exp $ + + 07 Jul 2008; Friedrich Oslage <bluebird@gentoo.org> hpricot-0.6.ebuild: + Add ~sparc keyword, bug #230517 18 Jun 2008; Christian Faulhammer <opfer@gentoo.org> hpricot-0.6.ebuild: stable x86, bug 225327 diff --git a/dev-ruby/hpricot/hpricot-0.6.ebuild b/dev-ruby/hpricot/hpricot-0.6.ebuild index 887a8e89be9b..f52748bce5cb 100644 --- a/dev-ruby/hpricot/hpricot-0.6.ebuild +++ b/dev-ruby/hpricot/hpricot-0.6.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-ruby/hpricot/hpricot-0.6.ebuild,v 1.3 2008/06/18 07:29:34 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/hpricot-0.6.ebuild,v 1.4 2008/07/07 18:42:52 bluebird Exp $ inherit ruby gems @@ -12,7 +12,7 @@ SRC_URI="http://gems.rubyforge.org/gems/${P}.gem" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 x86" +KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86" IUSE="" DEPEND="" |