Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/pg/
Date: Mon, 30 Jul 2018 21:50:24
Message-Id: 1532987205.9b423be08d45bd89a98045bc1d64eba9cfc273b2.slyfox@gentoo
1 commit: 9b423be08d45bd89a98045bc1d64eba9cfc273b2
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 30 21:46:45 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 30 21:46:45 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b423be0
7
8 dev-ruby/pg: stable 0.21.0 for ppc, bug #658784
9
10 Tested-by: ernsteiswuerfel
11 Package-Manager: Portage-2.3.44, Repoman-2.3.10
12 RepoMan-Options: --include-arches="ppc"
13
14 dev-ruby/pg/pg-0.21.0.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-ruby/pg/pg-0.21.0.ebuild b/dev-ruby/pg/pg-0.21.0.ebuild
18 index 0121b1f24c8..bfe07cb527f 100644
19 --- a/dev-ruby/pg/pg-0.21.0.ebuild
20 +++ b/dev-ruby/pg/pg-0.21.0.ebuild
21 @@ -16,7 +16,7 @@ HOMEPAGE="https://bitbucket.org/ged/ruby-pg/"
22
23 LICENSE="|| ( GPL-2 Ruby )"
24 SLOT="0"
25 -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"
26 +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"
27 IUSE=""
28
29 RDEPEND+=" dev-db/postgresql:*"