diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-07 17:12:07 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-07 17:12:07 +0200 |
commit | 39866acec1e2278c35e98a4b82ef471d4e8327bc (patch) | |
tree | 2ce6c8bbe18b4f35b63f9fed7714915c605fd312 /net-mail/mailutils | |
parent | net-mail/fetchmail: Remove py2.7 (diff) | |
download | gentoo-39866acec1e2278c35e98a4b82ef471d4e8327bc.tar.gz gentoo-39866acec1e2278c35e98a4b82ef471d4e8327bc.tar.bz2 gentoo-39866acec1e2278c35e98a4b82ef471d4e8327bc.zip |
net-mail/mailutils: Remove py2.7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-mail/mailutils')
-rw-r--r-- | net-mail/mailutils/mailutils-3.7.ebuild | 2 | ||||
-rw-r--r-- | net-mail/mailutils/mailutils-3.8.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-mail/mailutils/mailutils-3.7.ebuild b/net-mail/mailutils/mailutils-3.7.ebuild index 344b83bfb471..b5489a43e492 100644 --- a/net-mail/mailutils/mailutils-3.7.ebuild +++ b/net-mail/mailutils/mailutils-3.7.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit autotools elisp-common eutils flag-o-matic python-single-r1 toolchain-funcs diff --git a/net-mail/mailutils/mailutils-3.8.ebuild b/net-mail/mailutils/mailutils-3.8.ebuild index abce1e8cec39..63ddc6efe747 100644 --- a/net-mail/mailutils/mailutils-3.8.ebuild +++ b/net-mail/mailutils/mailutils-3.8.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit autotools elisp-common eutils flag-o-matic python-single-r1 toolchain-funcs |