summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-11 13:05:59 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-11 13:16:22 +0100
commitb18c500eaf3aa6fd415e91e16cc26fad4ec7d08e (patch)
tree9c429a362d7dd4b60aaa8a4d566d72a53cd93387
parentnet-mail/notmuch: Remove py2 (diff)
downloadgentoo-b18c500e.tar.gz
gentoo-b18c500e.tar.bz2
gentoo-b18c500e.zip
net-misc/dmr_utils: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--net-misc/dmr_utils/dmr_utils-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
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