diff options
author | Brent Baude <ranger@gentoo.org> | 2010-01-18 20:54:28 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2010-01-18 20:54:28 +0000 |
commit | 09cfcae7c35b974711fa0945cb0859d330178f0a (patch) | |
tree | 95abf5ceb1ba83870ea9ec5aa0c8045ae48708ec /dev-ruby/pg/pg-0.8.0.ebuild | |
parent | Marking pg-0.8.0 ~ppc for bug 301007 (diff) | |
download | historical-09cfcae7c35b974711fa0945cb0859d330178f0a.tar.gz historical-09cfcae7c35b974711fa0945cb0859d330178f0a.tar.bz2 historical-09cfcae7c35b974711fa0945cb0859d330178f0a.zip |
Marking pg-0.8.0 ~ppc64 for bug 301007
Package-Manager: portage-2.1.6.13/cvs/Linux ppc64
Diffstat (limited to 'dev-ruby/pg/pg-0.8.0.ebuild')
-rw-r--r-- | dev-ruby/pg/pg-0.8.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/pg/pg-0.8.0.ebuild b/dev-ruby/pg/pg-0.8.0.ebuild index 4ae58326756e..52cf13e2f27d 100644 --- a/dev-ruby/pg/pg-0.8.0.ebuild +++ b/dev-ruby/pg/pg-0.8.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pg/pg-0.8.0.ebuild,v 1.3 2010/01/14 17:13:51 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pg/pg-0.8.0.ebuild,v 1.4 2010/01/18 20:54:28 ranger Exp $ EAPI=2 USE_RUBY="ruby18 ruby19" @@ -19,7 +19,7 @@ HOMEPAGE="http://bitbucket.org/ged/ruby-pg/" LICENSE="|| ( GPL-2 Ruby )" SLOT="0" -KEYWORDS="~amd64 ~ppc" +KEYWORDS="~amd64 ~ppc ~ppc64" IUSE="" RDEPEND="dev-db/postgresql-base" |