diff options
Diffstat (limited to 'app-admin/xkcdpass')
-rw-r--r-- | app-admin/xkcdpass/xkcdpass-1.19.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/xkcdpass/xkcdpass-1.19.8.ebuild b/app-admin/xkcdpass/xkcdpass-1.19.8.ebuild index d76304959988..206d383064ae 100644 --- a/app-admin/xkcdpass/xkcdpass-1.19.8.ebuild +++ b/app-admin/xkcdpass/xkcdpass-1.19.8.ebuild @@ -1,10 +1,10 @@ -# Copyright 2020-2023 Gentoo Authors +# Copyright 2020-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{9..12} ) inherit distutils-r1 pypi DESCRIPTION="Password generator inspired by XKCD 936" |