diff options
author | Hans de Graaff <graaff@gentoo.org> | 2018-10-14 08:14:12 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2018-10-14 08:14:12 +0200 |
commit | c3bbf2cc28dcb1077faa226d8f73e41f934dc618 (patch) | |
tree | 3280d575308929b73c6a808a34c3099e416e7cae /dev-ruby/pg | |
parent | dev-ruby/sqlite3: cleanup (diff) | |
download | gentoo-c3bbf2cc28dcb1077faa226d8f73e41f934dc618.tar.gz gentoo-c3bbf2cc28dcb1077faa226d8f73e41f934dc618.tar.bz2 gentoo-c3bbf2cc28dcb1077faa226d8f73e41f934dc618.zip |
dev-ruby/pg: ppc64 stable, bug 658784
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
Diffstat (limited to 'dev-ruby/pg')
-rw-r--r-- | dev-ruby/pg/pg-0.21.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/pg/pg-0.21.0.ebuild b/dev-ruby/pg/pg-0.21.0.ebuild index bfe07cb527f7..a54007476b16 100644 --- a/dev-ruby/pg/pg-0.21.0.ebuild +++ b/dev-ruby/pg/pg-0.21.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -16,7 +16,7 @@ HOMEPAGE="https://bitbucket.org/ged/ruby-pg/" LICENSE="|| ( GPL-2 Ruby )" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND+=" dev-db/postgresql:*" |