diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-07 17:10:54 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-07 17:10:54 +0200 |
commit | 7c7f15024bdbeaa904221ffbb61533bf9f7cce81 (patch) | |
tree | f882515d2c95c33d736f4b3f07ed71623e20c1e6 | |
parent | net-irc/quasselgrep: Remove py2.7 (diff) | |
download | gentoo-7c7f15024bdbeaa904221ffbb61533bf9f7cce81.tar.gz gentoo-7c7f15024bdbeaa904221ffbb61533bf9f7cce81.tar.bz2 gentoo-7c7f15024bdbeaa904221ffbb61533bf9f7cce81.zip |
net-libs/ldns: Remove py2.7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | net-libs/ldns/ldns-1.7.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/ldns/ldns-1.7.1-r1.ebuild b/net-libs/ldns/ldns-1.7.1-r1.ebuild index edf493040f58..87bd0db0d875 100644 --- a/net-libs/ldns/ldns-1.7.1-r1.ebuild +++ b/net-libs/ldns/ldns-1.7.1-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit eutils ltprune multilib-minimal python-single-r1 DESCRIPTION="a library with the aim to simplify DNS programming in C" |