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, 23 Jun 2017 08:33:52
Message-Id: 1498206773.66677a79ba2eebb59187d153aba0da6ed0e156bc.ago@gentoo
1 commit: 66677a79ba2eebb59187d153aba0da6ed0e156bc
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 23 08:32:53 2017 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 23 08:32:53 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66677a79
7
8 dev-ruby/pg: amd64 stable wrt bug #622498
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.1
11 RepoMan-Options: --include-arches="amd64"
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 a00a17211e8..d049822dbfb 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 ~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 ~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:*"