diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2022-11-30 20:50:32 +0000 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2022-11-30 20:50:32 +0000 |
commit | 5bbabdefd005574bc0b3a07d75ff3bebb2b3c9a6 (patch) | |
tree | 35d253f7e107f784dcf5d5874063a9798434ca5d | |
parent | sys-apps/mrkd: enable py3.11 (diff) | |
download | portage-5bbabdefd005574bc0b3a07d75ff3bebb2b3c9a6.tar.xz |
sys-firmware/gnuk: disable py3.8
-rw-r--r-- | sys-firmware/gnuk/gnuk-1.2.19.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-firmware/gnuk/gnuk-1.2.19.ebuild b/sys-firmware/gnuk/gnuk-1.2.19.ebuild index 5d780a75..9b20a9de 100644 --- a/sys-firmware/gnuk/gnuk-1.2.19.ebuild +++ b/sys-firmware/gnuk/gnuk-1.2.19.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{3_8,3_9,3_10} ) +PYTHON_COMPAT=( python3_{9..10} ) inherit git-r3 python-r1 udev DESCRIPTION="An Implementation of USB Cryptographic Token for GnuPG" |