diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-11 13:05:59 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-11 13:16:22 +0100 |
commit | b18c500eaf3aa6fd415e91e16cc26fad4ec7d08e (patch) | |
tree | 9c429a362d7dd4b60aaa8a4d566d72a53cd93387 /net-misc | |
parent | net-mail/notmuch: Remove py2 (diff) | |
download | gentoo-b18c500eaf3aa6fd415e91e16cc26fad4ec7d08e.tar.gz gentoo-b18c500eaf3aa6fd415e91e16cc26fad4ec7d08e.tar.bz2 gentoo-b18c500eaf3aa6fd415e91e16cc26fad4ec7d08e.zip |
net-misc/dmr_utils: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/dmr_utils/dmr_utils-9999.ebuild | 4 |
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 |