Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/psycopg/
Date: Mon, 02 Jul 2018 00:49:48
Message-Id: 1530491304.3763a3a5b88afde938fb6d9f317bd0fc1a00b03c.whissi@gentoo
1 commit: 3763a3a5b88afde938fb6d9f317bd0fc1a00b03c
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 2 00:28:24 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 2 00:28:24 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3763a3a5
7
8 dev-python/psycopg: x86 stable (bug #659660)
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 dev-python/psycopg/psycopg-2.7.4.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/psycopg/psycopg-2.7.4.ebuild b/dev-python/psycopg/psycopg-2.7.4.ebuild
16 index dba030c7466..a9fe5230f66 100644
17 --- a/dev-python/psycopg/psycopg-2.7.4.ebuild
18 +++ b/dev-python/psycopg/psycopg-2.7.4.ebuild
19 @@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
20
21 LICENSE="LGPL-3+"
22 SLOT="2"
23 -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
24 +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
25 IUSE="debug doc examples"
26
27 RDEPEND=">=dev-db/postgresql-8.1:*"