diff options
Diffstat (limited to 'dev-ruby/hpricot')
-rw-r--r-- | dev-ruby/hpricot/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/hpricot/hpricot-0.6.ebuild | 4 |
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="" |