diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-07 17:11:49 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-07 17:11:49 +0200 |
commit | 98835e87945dca0abf62f5e2bc9a8ea8dbbed8fe (patch) | |
tree | b29b506915f597cd616078e0349b6c10a45dabe4 /net-mail/fetchmail | |
parent | net-libs/ldns: Remove py2.7 (diff) | |
download | gentoo-98835e87945dca0abf62f5e2bc9a8ea8dbbed8fe.tar.gz gentoo-98835e87945dca0abf62f5e2bc9a8ea8dbbed8fe.tar.bz2 gentoo-98835e87945dca0abf62f5e2bc9a8ea8dbbed8fe.zip |
net-mail/fetchmail: Remove py2.7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-mail/fetchmail')
-rw-r--r-- | net-mail/fetchmail/fetchmail-6.4.2.ebuild | 2 | ||||
-rw-r--r-- | net-mail/fetchmail/fetchmail-6.4.3.ebuild | 2 | ||||
-rw-r--r-- | net-mail/fetchmail/fetchmail-6.4.4.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/net-mail/fetchmail/fetchmail-6.4.2.ebuild b/net-mail/fetchmail/fetchmail-6.4.2.ebuild index 68cdd9ef3deb..fc325721ef27 100644 --- a/net-mail/fetchmail/fetchmail-6.4.2.ebuild +++ b/net-mail/fetchmail/fetchmail-6.4.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{6,7,8}} ) +PYTHON_COMPAT=( python3_{6,7,8} ) PYTHON_REQ_USE="tk" inherit python-single-r1 systemd toolchain-funcs autotools diff --git a/net-mail/fetchmail/fetchmail-6.4.3.ebuild b/net-mail/fetchmail/fetchmail-6.4.3.ebuild index 93531029a5b4..0688fb62856d 100644 --- a/net-mail/fetchmail/fetchmail-6.4.3.ebuild +++ b/net-mail/fetchmail/fetchmail-6.4.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{6,7,8}} ) +PYTHON_COMPAT=( python3_{6,7,8} ) PYTHON_REQ_USE="tk" inherit python-single-r1 systemd toolchain-funcs autotools diff --git a/net-mail/fetchmail/fetchmail-6.4.4.ebuild b/net-mail/fetchmail/fetchmail-6.4.4.ebuild index 93531029a5b4..0688fb62856d 100644 --- a/net-mail/fetchmail/fetchmail-6.4.4.ebuild +++ b/net-mail/fetchmail/fetchmail-6.4.4.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{6,7,8}} ) +PYTHON_COMPAT=( python3_{6,7,8} ) PYTHON_REQ_USE="tk" inherit python-single-r1 systemd toolchain-funcs autotools |