diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-10 14:05:30 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-10 14:26:16 +0100 |
commit | 0ceaa46c28c04a7e117bbf7ddfadabb09f77cb7a (patch) | |
tree | 5c8bb13f7b3346e689c464ff0c04b9e71ced66da /net-libs/libpsl | |
parent | net-im/empathy: Remove py2 where possible (diff) | |
download | gentoo-0ceaa46c28c04a7e117bbf7ddfadabb09f77cb7a.tar.gz gentoo-0ceaa46c28c04a7e117bbf7ddfadabb09f77cb7a.tar.bz2 gentoo-0ceaa46c28c04a7e117bbf7ddfadabb09f77cb7a.zip |
net-libs/libpsl: Remove py2 where possible
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-libs/libpsl')
-rw-r--r-- | net-libs/libpsl/libpsl-0.20.2.ebuild | 2 | ||||
-rw-r--r-- | net-libs/libpsl/libpsl-0.21.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/libpsl/libpsl-0.20.2.ebuild b/net-libs/libpsl/libpsl-0.20.2.ebuild index dec232286541..77d9d740faae 100644 --- a/net-libs/libpsl/libpsl-0.20.2.ebuild +++ b/net-libs/libpsl/libpsl-0.20.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,7}}) +PYTHON_COMPAT=(python3_{6,7}) inherit multilib-minimal python-any-r1 diff --git a/net-libs/libpsl/libpsl-0.21.0.ebuild b/net-libs/libpsl/libpsl-0.21.0.ebuild index 8d013ebe7b36..d8bdf4556620 100644 --- a/net-libs/libpsl/libpsl-0.21.0.ebuild +++ b/net-libs/libpsl/libpsl-0.21.0.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}}) +PYTHON_COMPAT=(python3_{6,7}) inherit multilib-minimal python-any-r1 |