diff options
Diffstat (limited to 'dev-ruby/hpricot')
-rw-r--r-- | dev-ruby/hpricot/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/hpricot/hpricot-0.5.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-ruby/hpricot/ChangeLog b/dev-ruby/hpricot/ChangeLog index f9918156f85b..b4912b342c42 100644 --- a/dev-ruby/hpricot/ChangeLog +++ b/dev-ruby/hpricot/ChangeLog @@ -1,10 +1,13 @@ # ChangeLog for dev-ruby/hpricot # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/ChangeLog,v 1.1 2007/02/04 07:49:23 pclouds Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/ChangeLog,v 1.2 2007/03/13 19:03:20 tgall Exp $ + + 13 Mar 2007; Tom Gall <tgall@gentoo.org> hpricot-0.5.ebuild: + added ~ppc64 *hpricot-0.5 (04 Feb 2007) - 04 Feb 2007; Nguyễn Thái Ngọc Duy <pclouds@gentoo.org> +metadata.xml, + 04 Feb 2007; Nguyá»
n Thái Ngá»c Duy <pclouds@gentoo.org> +metadata.xml, +hpricot-0.5.ebuild: Initial ebuild by Aggelos Orfanakos <agorf@void.gr>, #146373 diff --git a/dev-ruby/hpricot/hpricot-0.5.ebuild b/dev-ruby/hpricot/hpricot-0.5.ebuild index 4e582fa3690e..3315bf035a01 100644 --- a/dev-ruby/hpricot/hpricot-0.5.ebuild +++ b/dev-ruby/hpricot/hpricot-0.5.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/hpricot/hpricot-0.5.ebuild,v 1.1 2007/02/04 07:49:23 pclouds Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/hpricot-0.5.ebuild,v 1.2 2007/03/13 19:03:20 tgall Exp $ inherit ruby gems @@ -12,7 +12,7 @@ SRC_URI="http://gems.rubyforge.org/gems/${P}.gem" LICENSE="MIT" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~ppc64 ~x86" IUSE="" DEPEND="" |