Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/ldns/
Date: Thu, 07 May 2020 15:18:03
Message-Id: 1588864254.7c7f15024bdbeaa904221ffbb61533bf9f7cce81.mgorny@gentoo
1 commit: 7c7f15024bdbeaa904221ffbb61533bf9f7cce81
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 7 15:10:54 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu May 7 15:10:54 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c7f1502
7
8 net-libs/ldns: Remove py2.7
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 net-libs/ldns/ldns-1.7.1-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-libs/ldns/ldns-1.7.1-r1.ebuild b/net-libs/ldns/ldns-1.7.1-r1.ebuild
16 index edf493040f5..87bd0db0d87 100644
17 --- a/net-libs/ldns/ldns-1.7.1-r1.ebuild
18 +++ b/net-libs/ldns/ldns-1.7.1-r1.ebuild
19 @@ -2,7 +2,7 @@
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=6
23 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
24 +PYTHON_COMPAT=( python3_{6,7,8} )
25 inherit eutils ltprune multilib-minimal python-single-r1
26
27 DESCRIPTION="a library with the aim to simplify DNS programming in C"