Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/pg/
Date: Fri, 07 Jul 2017 14:50:26
Message-Id: 1499439000.ccb39de4ea452b2b26e5f63d81279d1c7a0335a8.ago@gentoo
1 commit: ccb39de4ea452b2b26e5f63d81279d1c7a0335a8
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 7 14:49:01 2017 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 7 14:50:00 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccb39de4
7
8 dev-ruby/pg: ppc64 stable wrt bug #622498
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.1
11 RepoMan-Options: --include-arches="ppc64"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 dev-ruby/pg/pg-0.18.4-r1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-ruby/pg/pg-0.18.4-r1.ebuild b/dev-ruby/pg/pg-0.18.4-r1.ebuild
18 index 8c89355531c..ed562255874 100644
19 --- a/dev-ruby/pg/pg-0.18.4-r1.ebuild
20 +++ b/dev-ruby/pg/pg-0.18.4-r1.ebuild
21 @@ -17,7 +17,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:*"