diff options
author | Amadeusz Żołnowski <aidecoe@gentoo.org> | 2017-03-25 08:55:19 +0000 |
---|---|---|
committer | Amadeusz Żołnowski <aidecoe@gentoo.org> | 2017-03-25 08:56:18 +0000 |
commit | e7ccfcce11b9e96038962ac8235b60f908a3aeec (patch) | |
tree | e30ebf99342938b6820d607e4273210105815c3b /net-mail | |
parent | net-mail/notmuch: Remove older minor version (diff) | |
download | gentoo-e7ccfcce11b9e96038962ac8235b60f908a3aeec.tar.gz gentoo-e7ccfcce11b9e96038962ac8235b60f908a3aeec.tar.bz2 gentoo-e7ccfcce11b9e96038962ac8235b60f908a3aeec.zip |
net-mail/notmuch: Try with newer version of Python
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/notmuch/notmuch-0.24.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mail/notmuch/notmuch-0.24.ebuild b/net-mail/notmuch/notmuch-0.24.ebuild index a9dc94ccfb90..ba3769544f5c 100644 --- a/net-mail/notmuch/notmuch-0.24.ebuild +++ b/net-mail/notmuch/notmuch-0.24.ebuild @@ -4,7 +4,7 @@ EAPI=6 DISTUTILS_OPTIONAL=1 -PYTHON_COMPAT=( python{2_7,3_4} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit bash-completion-r1 elisp-common eutils flag-o-matic pax-utils \ distutils-r1 toolchain-funcs |