diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-10 13:09:45 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-10 13:12:47 +0100 |
commit | c7e4b509e64c51c6e0705a018bafa1fad1f9a3c2 (patch) | |
tree | 3d4d4d183da34a7115b77b93c4ecb334583e928d /sys-libs/libsmbios | |
parent | sys-kernel/spl: Remove py2 (diff) | |
download | gentoo-c7e4b509e64c51c6e0705a018bafa1fad1f9a3c2.tar.gz gentoo-c7e4b509e64c51c6e0705a018bafa1fad1f9a3c2.tar.bz2 gentoo-c7e4b509e64c51c6e0705a018bafa1fad1f9a3c2.zip |
sys-libs/libsmbios: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-libs/libsmbios')
-rw-r--r-- | sys-libs/libsmbios/libsmbios-2.4.2-r1.ebuild | 2 | ||||
-rw-r--r-- | sys-libs/libsmbios/libsmbios-2.4.2.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/libsmbios/libsmbios-2.4.2-r1.ebuild b/sys-libs/libsmbios/libsmbios-2.4.2-r1.ebuild index d2e8d299a259..229a12173e15 100644 --- a/sys-libs/libsmbios/libsmbios-2.4.2-r1.ebuild +++ b/sys-libs/libsmbios/libsmbios-2.4.2-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{6,7,8}} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit autotools flag-o-matic python-single-r1 diff --git a/sys-libs/libsmbios/libsmbios-2.4.2.ebuild b/sys-libs/libsmbios/libsmbios-2.4.2.ebuild index 2220b96ec943..5590649e2e76 100644 --- a/sys-libs/libsmbios/libsmbios-2.4.2.ebuild +++ b/sys-libs/libsmbios/libsmbios-2.4.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit autotools flag-o-matic python-single-r1 |