diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-10 22:16:07 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-10 22:25:03 +0100 |
commit | 2bd33f5842af81e8262dc290bc20a64b4fb8c4fc (patch) | |
tree | 8ad3817dbdd763c00b31bd21e399b17aea84b5c7 /sys-libs/libsemanage | |
parent | sys-libs/libcap-ng: Remove py2 (diff) | |
download | gentoo-2bd33f5842af81e8262dc290bc20a64b4fb8c4fc.tar.gz gentoo-2bd33f5842af81e8262dc290bc20a64b4fb8c4fc.tar.bz2 gentoo-2bd33f5842af81e8262dc290bc20a64b4fb8c4fc.zip |
sys-libs/libsemanage: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-libs/libsemanage')
-rw-r--r-- | sys-libs/libsemanage/libsemanage-2.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/libsemanage/libsemanage-2.9.ebuild b/sys-libs/libsemanage/libsemanage-2.9.ebuild index 8cdab9deb225..194834f7856c 100644 --- a/sys-libs/libsemanage/libsemanage-2.9.ebuild +++ b/sys-libs/libsemanage/libsemanage-2.9.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="6" -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit multilib python-r1 toolchain-funcs multilib-minimal |