diff options
author | Tom Gall <tgall@gentoo.org> | 2007-03-15 03:53:08 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2007-03-15 03:53:08 +0000 |
commit | b0d1481799923f983cc7942b2730743c3bce5715 (patch) | |
tree | 4b927b9e3c63afec84e1d1e33a8b00f6bd2fb88b /dev-ruby/ruby-postgres | |
parent | Stable for HPPA (bug #163678). (diff) | |
download | historical-b0d1481799923f983cc7942b2730743c3bce5715.tar.gz historical-b0d1481799923f983cc7942b2730743c3bce5715.tar.bz2 historical-b0d1481799923f983cc7942b2730743c3bce5715.zip |
added ~ppc64
Package-Manager: portage-2.1.2.2
Diffstat (limited to 'dev-ruby/ruby-postgres')
-rw-r--r-- | dev-ruby/ruby-postgres/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/ruby-postgres/ruby-postgres-0.7.1.20051221-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/ruby-postgres/ChangeLog b/dev-ruby/ruby-postgres/ChangeLog index bc76cb2017cf..6e3a56bce75c 100644 --- a/dev-ruby/ruby-postgres/ChangeLog +++ b/dev-ruby/ruby-postgres/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/ruby-postgres # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-postgres/ChangeLog,v 1.13 2007/01/09 23:28:23 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-postgres/ChangeLog,v 1.14 2007/03/15 03:52:32 tgall Exp $ + + 14 Mar 2007; Tom Gall <tgall@gentoo.org> + ruby-postgres-0.7.1.20051221-r1.ebuild: + added ~ppc64 09 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> ruby-postgres-0.7.1.20051221-r1.ebuild: diff --git a/dev-ruby/ruby-postgres/ruby-postgres-0.7.1.20051221-r1.ebuild b/dev-ruby/ruby-postgres/ruby-postgres-0.7.1.20051221-r1.ebuild index 32045a9174bc..e580327c0e11 100644 --- a/dev-ruby/ruby-postgres/ruby-postgres-0.7.1.20051221-r1.ebuild +++ b/dev-ruby/ruby-postgres/ruby-postgres-0.7.1.20051221-r1.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/ruby-postgres/ruby-postgres-0.7.1.20051221-r1.ebuild,v 1.2 2007/01/09 23:28:23 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-postgres/ruby-postgres-0.7.1.20051221-r1.ebuild,v 1.3 2007/03/15 03:52:32 tgall Exp $ inherit ruby gems @@ -11,7 +11,7 @@ HOMEPAGE="http://ruby.scripting.ca/postgres" SRC_URI="http://ruby.scripting.ca/postgres/archive/${MY_P}.gem" LICENSE="Ruby" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="" USE_RUBY="ruby18" |