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, 06 Nov 2022 07:29:30
Message-Id: 1667719756.37724f540c1bbd93775782cf68ab220057c6e8a7.sam@gentoo
1 commit: 37724f540c1bbd93775782cf68ab220057c6e8a7
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 6 07:29:16 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 6 07:29:16 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37724f54
7
8 dev-python/psycopg: Stabilize 2.9.4 amd64, #879989
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/psycopg/psycopg-2.9.4.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/psycopg/psycopg-2.9.4.ebuild b/dev-python/psycopg/psycopg-2.9.4.ebuild
16 index 9593e9137e16..5cdbce132412 100644
17 --- a/dev-python/psycopg/psycopg-2.9.4.ebuild
18 +++ b/dev-python/psycopg/psycopg-2.9.4.ebuild
19 @@ -17,7 +17,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 )"