summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Villavicencio <the_paya@gentoo.org>2008-07-08 01:52:28 +0000
committerJavier Villavicencio <the_paya@gentoo.org>2008-07-08 01:52:28 +0000
commit1a997b83ea994edc3a2515f66e3a91fe8329b807 (patch)
tree66a9b8befaa31286894b6c418202f8e7d5468d80 /dev-ruby/hpricot
parentAdded ~x86-fbsd. (diff)
downloadgentoo-2-1a997b83ea994edc3a2515f66e3a91fe8329b807.tar.gz
gentoo-2-1a997b83ea994edc3a2515f66e3a91fe8329b807.tar.bz2
gentoo-2-1a997b83ea994edc3a2515f66e3a91fe8329b807.zip
Added ~x86-fbsd keyword.
(Portage version: 2.2_rc1/cvs/FreeBSD 7.0-RELEASE i386)
Diffstat (limited to 'dev-ruby/hpricot')
-rw-r--r--dev-ruby/hpricot/ChangeLog6
-rw-r--r--dev-ruby/hpricot/hpricot-0.6.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/hpricot/ChangeLog b/dev-ruby/hpricot/ChangeLog
index ea106e48baa3..eab7c971feab 100644
--- a/dev-ruby/hpricot/ChangeLog
+++ b/dev-ruby/hpricot/ChangeLog
@@ -1,6 +1,10 @@
# 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.10 2008/07/07 18:42:52 bluebird Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/ChangeLog,v 1.11 2008/07/08 01:52:28 the_paya Exp $
+
+ 08 Jul 2008; Javier Villavicencio <the_paya@gentoo.org>
+ hpricot-0.6.ebuild:
+ Added ~x86-fbsd keyword.
07 Jul 2008; Friedrich Oslage <bluebird@gentoo.org> hpricot-0.6.ebuild:
Add ~sparc keyword, bug #230517
diff --git a/dev-ruby/hpricot/hpricot-0.6.ebuild b/dev-ruby/hpricot/hpricot-0.6.ebuild
index f52748bce5cb..10df2d80359c 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.4 2008/07/07 18:42:52 bluebird Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/hpricot-0.6.ebuild,v 1.5 2008/07/08 01:52:28 the_paya 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 ~sparc x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
IUSE=""
DEPEND=""