diff options
Diffstat (limited to 'mail-client/alot/alot-0.9.1.ebuild')
-rw-r--r-- | mail-client/alot/alot-0.9.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail-client/alot/alot-0.9.1.ebuild b/mail-client/alot/alot-0.9.1.ebuild index 4dc9fef85ee8..4c3b5ff3a1b4 100644 --- a/mail-client/alot/alot-0.9.1.ebuild +++ b/mail-client/alot/alot-0.9.1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_9 ) inherit distutils-r1 |