From: Michał Górny Date: Tue, 11 Feb 2020 12:05:59 +0000 (+0100) Subject: net-misc/dmr_utils: Remove py2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b18c500eaf3aa6fd415e91e16cc26fad4ec7d08e;p=gentoo.git net-misc/dmr_utils: Remove py2 Signed-off-by: Michał Górny --- diff --git a/net-misc/dmr_utils/dmr_utils-9999.ebuild b/net-misc/dmr_utils/dmr_utils-9999.ebuild index dff3e7fd70b0..134326c73ccf 100644 --- a/net-misc/dmr_utils/dmr_utils-9999.ebuild +++ b/net-misc/dmr_utils/dmr_utils-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit git-r3 distutils-r1