Gentoo Archives: gentoo-commits

From: "Jason A. Donenfeld" <zx2c4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/layman/, profiles/features/selinux/
Date: Wed, 07 Oct 2020 09:39:11
Message-Id: 1602063536.a7a9e7415d4472081ab9596f3be2c8b896a7b245.zx2c4@gentoo
1 commit: a7a9e7415d4472081ab9596f3be2c8b896a7b245
2 Author: Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 7 09:38:28 2020 +0000
4 Commit: Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 7 09:38:56 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7a9e741
7
8 app-portage/layman: support pypy3
9
10 Closes: https://bugs.gentoo.org/747019
11 Package-Manager: Portage-3.0.8, Repoman-3.0.1
12 Signed-off-by: Jason A. Donenfeld <zx2c4 <AT> gentoo.org>
13
14 app-portage/layman/layman-2.4.3.ebuild | 2 +-
15 app-portage/layman/layman-9999.ebuild | 2 +-
16 profiles/features/selinux/package.use.mask | 1 +
17 3 files changed, 3 insertions(+), 2 deletions(-)
18
19 diff --git a/app-portage/layman/layman-2.4.3.ebuild b/app-portage/layman/layman-2.4.3.ebuild
20 index 4feaf210d2e..a5b89214ae5 100644
21 --- a/app-portage/layman/layman-2.4.3.ebuild
22 +++ b/app-portage/layman/layman-2.4.3.ebuild
23 @@ -3,7 +3,7 @@
24
25 EAPI="7"
26
27 -PYTHON_COMPAT=( python{3_6,3_7,3_8} )
28 +PYTHON_COMPAT=( python{3_6,3_7,3_8} pypy3 )
29 PYTHON_REQ_USE="xml(+),sqlite?"
30 DISTUTILS_USE_SETUPTOOLS=no
31
32
33 diff --git a/app-portage/layman/layman-9999.ebuild b/app-portage/layman/layman-9999.ebuild
34 index b9c60ed0d3d..f3cde19838b 100644
35 --- a/app-portage/layman/layman-9999.ebuild
36 +++ b/app-portage/layman/layman-9999.ebuild
37 @@ -3,7 +3,7 @@
38
39 EAPI="7"
40
41 -PYTHON_COMPAT=( python{3_6,3_7,3_8} )
42 +PYTHON_COMPAT=( python{3_6,3_7,3_8} pypy3 )
43 PYTHON_REQ_USE="xml(+),sqlite?"
44 DISTUTILS_USE_SETUPTOOLS=no
45
46
47 diff --git a/profiles/features/selinux/package.use.mask b/profiles/features/selinux/package.use.mask
48 index e6c43f72558..26a34e12459 100644
49 --- a/profiles/features/selinux/package.use.mask
50 +++ b/profiles/features/selinux/package.use.mask
51 @@ -9,6 +9,7 @@ net-analyzer/wireshark sdjournal
52 # mask pypy for several utilities due to incompatibility with libselinux
53 sys-apps/portage python_targets_pypy3
54 app-portage/gentoolkit python_targets_pypy3
55 +app-portage/layman python_targets_pypy3
56
57 # Jason Zaman <perfinion@g.o> (2015-06-27)
58 # SystemD has no support in the SELinux policy at the moment.