summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFriedrich Oslage <bluebird@gentoo.org>2008-07-07 18:42:52 +0000
committerFriedrich Oslage <bluebird@gentoo.org>2008-07-07 18:42:52 +0000
commitc2214d211ffc26d10af2738f7765a5b9dae60f14 (patch)
treeb713ee2382b81f1bb788ecd400c5f294cb4eac05 /dev-ruby/hpricot
parentAdd ~sparc keyword, bug #230517 (diff)
downloadgentoo-2-c2214d211ffc26d10af2738f7765a5b9dae60f14.tar.gz
gentoo-2-c2214d211ffc26d10af2738f7765a5b9dae60f14.tar.bz2
gentoo-2-c2214d211ffc26d10af2738f7765a5b9dae60f14.zip
Add ~sparc keyword, bug #230517
(Portage version: 2.2_rc1/cvs/Linux 2.6.25-gentoo-r6 sparc64)
Diffstat (limited to 'dev-ruby/hpricot')
-rw-r--r--dev-ruby/hpricot/ChangeLog5
-rw-r--r--dev-ruby/hpricot/hpricot-0.6.ebuild4
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=""