summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2007-04-13 21:20:16 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2007-04-13 21:20:16 +0000
commit0371fda146158c556f2d31e44919f3fe6cdf4715 (patch)
tree6f04301ba9f15a2e8368ef81f44e637987bd5261 /dev-ruby/hpricot
parentAdd ~ppc and ~amd64 so I use this at work. (diff)
downloadgentoo-2-0371fda146158c556f2d31e44919f3fe6cdf4715.tar.gz
gentoo-2-0371fda146158c556f2d31e44919f3fe6cdf4715.tar.bz2
gentoo-2-0371fda146158c556f2d31e44919f3fe6cdf4715.zip
Add ~ppc and ~amd64 so I use this at work.
(Portage version: 2.1.2.3)
Diffstat (limited to 'dev-ruby/hpricot')
-rw-r--r--dev-ruby/hpricot/ChangeLog5
-rw-r--r--dev-ruby/hpricot/hpricot-0.5.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/hpricot/ChangeLog b/dev-ruby/hpricot/ChangeLog
index 1eda9ba5d0ef..45159aaf98bc 100644
--- a/dev-ruby/hpricot/ChangeLog
+++ b/dev-ruby/hpricot/ChangeLog
@@ -1,6 +1,9 @@
# 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.3 2007/03/13 20:03:06 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/ChangeLog,v 1.4 2007/04/13 21:20:16 robbat2 Exp $
+
+ 13 Apr 2007; Robin H. Johnson <robbat2@gentoo.org> hpricot-0.5.ebuild:
+ Add ~ppc and ~amd64 so I use this at work.
13 Mar 2007; Tom Gall <tgall@gentoo.org> hpricot-0.5.ebuild:
added ~ppc64
diff --git a/dev-ruby/hpricot/hpricot-0.5.ebuild b/dev-ruby/hpricot/hpricot-0.5.ebuild
index 3315bf035a01..ab9bbfcbbae7 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.2 2007/03/13 19:03:20 tgall Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/hpricot-0.5.ebuild,v 1.3 2007/04/13 21:20:16 robbat2 Exp $
inherit ruby gems
@@ -12,7 +12,7 @@ SRC_URI="http://gems.rubyforge.org/gems/${P}.gem"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE=""
DEPEND=""