diff options
author | Tom Gall <tgall@gentoo.org> | 2007-03-15 03:52:32 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2007-03-15 03:52:32 +0000 |
commit | d08e00d70d1ac29e19d9b974f25bdb86de312566 (patch) | |
tree | 9f28ffe78b042d28090cb895f20258e876c7024b /dev-ruby | |
parent | Stable for HPPA (bug #163678). (diff) | |
download | gentoo-2-d08e00d70d1ac29e19d9b974f25bdb86de312566.tar.gz gentoo-2-d08e00d70d1ac29e19d9b974f25bdb86de312566.tar.bz2 gentoo-2-d08e00d70d1ac29e19d9b974f25bdb86de312566.zip |
added ~ppc64
(Portage version: 2.1.2.2)
Diffstat (limited to 'dev-ruby')
-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" |