summaryrefslogtreecommitdiff
path: root/app-crypt/tpm2-pkcs11/tpm2-pkcs11-1.9.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-crypt/tpm2-pkcs11/tpm2-pkcs11-1.9.0.ebuild')
-rw-r--r--app-crypt/tpm2-pkcs11/tpm2-pkcs11-1.9.0.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-crypt/tpm2-pkcs11/tpm2-pkcs11-1.9.0.ebuild b/app-crypt/tpm2-pkcs11/tpm2-pkcs11-1.9.0.ebuild
index 9397bc4f864f..fab1bce25187 100644
--- a/app-crypt/tpm2-pkcs11/tpm2-pkcs11-1.9.0.ebuild
+++ b/app-crypt/tpm2-pkcs11/tpm2-pkcs11-1.9.0.ebuild
@@ -1,9 +1,9 @@
-# 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..11} )
+PYTHON_COMPAT=( python3_{10..11} )
PYTHON_REQ_USE="sqlite"
inherit python-single-r1
@@ -44,7 +44,7 @@ RDEPEND="${PYTHON_DEPS}
DEPEND="test? ( dev-util/cmocka )
${RDEPEND}"
BDEPEND="${PYTHON_DEPS}
- sys-devel/autoconf-archive
+ dev-build/autoconf-archive
virtual/pkgconfig"
src_configure() {