diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-07 17:12:18 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-07 17:12:18 +0200 |
commit | 69cc53791baf45c652ebc53461a02191467b4366 (patch) | |
tree | a22ef69e31d9fec6462ed72711316900d5c3163f /net-mail | |
parent | net-mail/mailutils: Remove py2.7 (diff) | |
download | gentoo-69cc53791baf45c652ebc53461a02191467b4366.tar.gz gentoo-69cc53791baf45c652ebc53461a02191467b4366.tar.bz2 gentoo-69cc53791baf45c652ebc53461a02191467b4366.zip |
net-mail/notmuch: Remove py2.7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/notmuch/notmuch-0.29.3-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mail/notmuch/notmuch-0.29.3-r1.ebuild b/net-mail/notmuch/notmuch-0.29.3-r1.ebuild index d43493b3fade..d2dc1e110e95 100644 --- a/net-mail/notmuch/notmuch-0.29.3-r1.ebuild +++ b/net-mail/notmuch/notmuch-0.29.3-r1.ebuild @@ -4,7 +4,7 @@ EAPI=6 DISTUTILS_OPTIONAL=1 -PYTHON_COMPAT=( python{2_7,3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7} ) inherit bash-completion-r1 elisp-common eutils flag-o-matic pax-utils \ distutils-r1 toolchain-funcs |