Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/psycopg/
Date: Sun, 30 Jan 2022 22:29:34
Message-Id: 1643581680.d7254d507d2e733d4e5b5089ddef762766fe2ab9.sam@gentoo
1 commit: d7254d507d2e733d4e5b5089ddef762766fe2ab9
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 30 22:28:00 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 30 22:28:00 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7254d50
7
8 dev-python/psycopg: Stabilize 2.9.3 ppc64, #832285
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/psycopg/psycopg-2.9.3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/psycopg/psycopg-2.9.3.ebuild b/dev-python/psycopg/psycopg-2.9.3.ebuild
16 index 9d75ee201b2b..ac484223741c 100644
17 --- a/dev-python/psycopg/psycopg-2.9.3.ebuild
18 +++ b/dev-python/psycopg/psycopg-2.9.3.ebuild
19 @@ -16,7 +16,7 @@ S=${WORKDIR}/${MY_P}
20
21 LICENSE="LGPL-3+"
22 SLOT="2"
23 -KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
24 +KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
25 IUSE="debug test"
26 RESTRICT="!test? ( test )"