diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-11 13:05:48 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-11 13:16:20 +0100 |
commit | e9adb96dcd2416ae8ac8038506209b0ea48829c6 (patch) | |
tree | 95ed28c63de91523a38eb6f34391797ce77409cc /net-mail/notmuch | |
parent | net-libs/stem: Remove py2 (diff) | |
download | gentoo-e9adb96dcd2416ae8ac8038506209b0ea48829c6.tar.gz gentoo-e9adb96dcd2416ae8ac8038506209b0ea48829c6.tar.bz2 gentoo-e9adb96dcd2416ae8ac8038506209b0ea48829c6.zip |
net-mail/notmuch: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-mail/notmuch')
-rw-r--r-- | net-mail/notmuch/notmuch-0.29.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mail/notmuch/notmuch-0.29.3.ebuild b/net-mail/notmuch/notmuch-0.29.3.ebuild index c8ab2a408976..35caf2d27477 100644 --- a/net-mail/notmuch/notmuch-0.29.3.ebuild +++ b/net-mail/notmuch/notmuch-0.29.3.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 |