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, 25 Jul 2021 01:04:59
Message-Id: 1627175057.2f208832f3ef6f115a2aa0b16013062358a70cc9.sam@gentoo
1 commit: 2f208832f3ef6f115a2aa0b16013062358a70cc9
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 25 01:04:17 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 25 01:04:17 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f208832
7
8 dev-python/psycopg: Stabilize 2.9.1 x86, #803764
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/psycopg/psycopg-2.9.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/psycopg/psycopg-2.9.1.ebuild b/dev-python/psycopg/psycopg-2.9.1.ebuild
16 index 8b69cf001c1..c4d8708634c 100644
17 --- a/dev-python/psycopg/psycopg-2.9.1.ebuild
18 +++ b/dev-python/psycopg/psycopg-2.9.1.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 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
24 +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
25 IUSE="debug test"
26 RESTRICT="!test? ( test )"