diff options
author | Hanno Böck <hanno@gentoo.org> | 2024-04-26 21:46:41 +0200 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2024-04-26 21:46:45 +0200 |
commit | 27a4f22663d49d8d9b49c65b2b41d8a9ece6b956 (patch) | |
tree | 867ca027ea4d27fc30b6e9590917b33caf56fc17 /mail-filter | |
parent | sys-libs/snapd-glib: fix compilation of kde-plasma/discover[snap] (diff) | |
download | gentoo-27a4f22663d49d8d9b49c65b2b41d8a9ece6b956.tar.gz gentoo-27a4f22663d49d8d9b49c65b2b41d8a9ece6b956.tar.bz2 gentoo-27a4f22663d49d8d9b49c65b2b41d8a9ece6b956.zip |
mail-filter/courier-pythonfilter: enable py3.12
Remove unneeded IUSE var.
Closes: https://bugs.gentoo.org/929607
Signed-off-by: Hanno Böck <hanno@gentoo.org>
Diffstat (limited to 'mail-filter')
-rw-r--r-- | mail-filter/courier-pythonfilter/courier-pythonfilter-3.0.4.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail-filter/courier-pythonfilter/courier-pythonfilter-3.0.4.ebuild b/mail-filter/courier-pythonfilter/courier-pythonfilter-3.0.4.ebuild index d5a8959c00de..70df32376338 100644 --- a/mail-filter/courier-pythonfilter/courier-pythonfilter-3.0.4.ebuild +++ b/mail-filter/courier-pythonfilter/courier-pythonfilter-3.0.4.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9,10,11} ) +PYTHON_COMPAT=( python3_{9,10,11,12} ) PYPI_NO_NORMALIZE=1 DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 pypi @@ -13,6 +13,5 @@ HOMEPAGE="https://pypi.org/project/courier-pythonfilter/" LICENSE="GPL-3" SLOT="0" KEYWORDS="amd64" -IUSE="" DEPEND="mail-mta/courier" |