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/twisted/
Date: Sun, 18 Apr 2021 01:52:14
Message-Id: 1618710661.e37f9cb69a00cfcc48e16ab6284d56e08eaeac0d.sam@gentoo
1 commit: e37f9cb69a00cfcc48e16ab6284d56e08eaeac0d
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 18 01:51:01 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 18 01:51:01 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e37f9cb6
7
8 dev-python/twisted: Stabilize 21.2.0 ppc64, #783357
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/twisted/twisted-21.2.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/twisted/twisted-21.2.0.ebuild b/dev-python/twisted/twisted-21.2.0.ebuild
16 index ba4345e32ae..8ecdfd7ef6b 100644
17 --- a/dev-python/twisted/twisted-21.2.0.ebuild
18 +++ b/dev-python/twisted/twisted-21.2.0.ebuild
19 @@ -18,7 +18,7 @@ S=${WORKDIR}/${PN}-${P}
20
21 LICENSE="MIT"
22 SLOT="0"
23 -KEYWORDS="~amd64 arm ~arm64 ~hppa ~ppc ~ppc64 ~s390 sparc ~x86"
24 +KEYWORDS="~amd64 arm ~arm64 ~hppa ~ppc ppc64 ~s390 sparc ~x86"
25 IUSE="conch crypt http2 serial test"
26 RESTRICT="!test? ( test )"