diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-01-31 00:36:06 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-01-31 01:06:37 +0100 |
commit | d8cbaa62dbf4abc31cc74d2cc12e3d0c7ac9b70a (patch) | |
tree | d0dbf038e99c25e5a3060c2ff646102555e6801e /net-mail/notmuch | |
parent | profiles: Clean py2.7 leftovers (diff) | |
download | gentoo-d8cbaa62dbf4abc31cc74d2cc12e3d0c7ac9b70a.tar.gz gentoo-d8cbaa62dbf4abc31cc74d2cc12e3d0c7ac9b70a.tar.bz2 gentoo-d8cbaa62dbf4abc31cc74d2cc12e3d0c7ac9b70a.zip |
*/*: Remove obsolete values from PYTHON_COMPAT
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-r2.ebuild | 2 | ||||
-rw-r--r-- | net-mail/notmuch/notmuch-0.30-r1.ebuild | 2 | ||||
-rw-r--r-- | net-mail/notmuch/notmuch-0.31-r2.ebuild | 2 | ||||
-rw-r--r-- | net-mail/notmuch/notmuch-0.31.2.ebuild | 2 | ||||
-rw-r--r-- | net-mail/notmuch/notmuch-0.31.3.ebuild | 2 | ||||
-rw-r--r-- | net-mail/notmuch/notmuch-0.31.ebuild | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/net-mail/notmuch/notmuch-0.29.3-r2.ebuild b/net-mail/notmuch/notmuch-0.29.3-r2.ebuild index 9d7b13f40a90..31d62079eee6 100644 --- a/net-mail/notmuch/notmuch-0.29.3-r2.ebuild +++ b/net-mail/notmuch/notmuch-0.29.3-r2.ebuild @@ -5,7 +5,7 @@ EAPI=7 DISTUTILS_OPTIONAL=1 NEED_EMACS="24.1" -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_7 ) inherit bash-completion-r1 distutils-r1 elisp-common eutils flag-o-matic \ pax-utils readme.gentoo-r1 toolchain-funcs diff --git a/net-mail/notmuch/notmuch-0.30-r1.ebuild b/net-mail/notmuch/notmuch-0.30-r1.ebuild index 36c6213ab658..5bc0909030c7 100644 --- a/net-mail/notmuch/notmuch-0.30-r1.ebuild +++ b/net-mail/notmuch/notmuch-0.30-r1.ebuild @@ -5,7 +5,7 @@ EAPI=7 DISTUTILS_OPTIONAL=1 NEED_EMACS="24.1" -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{7,8} ) inherit bash-completion-r1 distutils-r1 elisp-common eutils flag-o-matic \ pax-utils toolchain-funcs diff --git a/net-mail/notmuch/notmuch-0.31-r2.ebuild b/net-mail/notmuch/notmuch-0.31-r2.ebuild index 88f4451fc0b1..fc743453f793 100644 --- a/net-mail/notmuch/notmuch-0.31-r2.ebuild +++ b/net-mail/notmuch/notmuch-0.31-r2.ebuild @@ -5,7 +5,7 @@ EAPI=7 DISTUTILS_OPTIONAL=1 NEED_EMACS="24.1" -PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 ) +PYTHON_COMPAT=( python3_{7,8,9} pypy3 ) inherit bash-completion-r1 desktop distutils-r1 elisp-common eutils flag-o-matic pax-utils toolchain-funcs xdg-utils diff --git a/net-mail/notmuch/notmuch-0.31.2.ebuild b/net-mail/notmuch/notmuch-0.31.2.ebuild index 26c459bf4d05..b100aef710ba 100644 --- a/net-mail/notmuch/notmuch-0.31.2.ebuild +++ b/net-mail/notmuch/notmuch-0.31.2.ebuild @@ -5,7 +5,7 @@ EAPI=7 DISTUTILS_OPTIONAL=1 NEED_EMACS="24.1" -PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 ) +PYTHON_COMPAT=( python3_{7,8,9} pypy3 ) inherit bash-completion-r1 desktop distutils-r1 elisp-common eutils flag-o-matic pax-utils toolchain-funcs xdg-utils diff --git a/net-mail/notmuch/notmuch-0.31.3.ebuild b/net-mail/notmuch/notmuch-0.31.3.ebuild index b769f25d2179..d538001bf035 100644 --- a/net-mail/notmuch/notmuch-0.31.3.ebuild +++ b/net-mail/notmuch/notmuch-0.31.3.ebuild @@ -5,7 +5,7 @@ EAPI=7 DISTUTILS_OPTIONAL=1 NEED_EMACS="24.1" -PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 ) +PYTHON_COMPAT=( python3_{7,8,9} pypy3 ) inherit bash-completion-r1 desktop distutils-r1 elisp-common eutils flag-o-matic pax-utils toolchain-funcs xdg-utils diff --git a/net-mail/notmuch/notmuch-0.31.ebuild b/net-mail/notmuch/notmuch-0.31.ebuild index dc44f4976cc8..03f24db64a5c 100644 --- a/net-mail/notmuch/notmuch-0.31.ebuild +++ b/net-mail/notmuch/notmuch-0.31.ebuild @@ -5,7 +5,7 @@ EAPI=7 DISTUTILS_OPTIONAL=1 NEED_EMACS="24.1" -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{7,8} ) inherit bash-completion-r1 distutils-r1 elisp-common eutils flag-o-matic \ pax-utils toolchain-funcs |