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-misc/dmr_utils/
Date: Tue, 11 Feb 2020 12:16:43
Message-Id: 1581423382.b18c500eaf3aa6fd415e91e16cc26fad4ec7d08e.mgorny@gentoo
1 commit: b18c500eaf3aa6fd415e91e16cc26fad4ec7d08e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 11 12:05:59 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 11 12:16:22 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b18c500e
7
8 net-misc/dmr_utils: Remove py2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 net-misc/dmr_utils/dmr_utils-9999.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/net-misc/dmr_utils/dmr_utils-9999.ebuild b/net-misc/dmr_utils/dmr_utils-9999.ebuild
16 index dff3e7fd70b..134326c73cc 100644
17 --- a/net-misc/dmr_utils/dmr_utils-9999.ebuild
18 +++ b/net-misc/dmr_utils/dmr_utils-9999.ebuild
19 @@ -1,9 +1,9 @@
20 -# Copyright 1999-2018 Gentoo Authors
21 +# Copyright 1999-2020 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25
26 -PYTHON_COMPAT=( python2_7 python3_6 )
27 +PYTHON_COMPAT=( python3_6 )
28
29 inherit git-r3 distutils-r1