Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/tpm2-pkcs11/
Date: Tue, 28 Sep 2021 06:17:32
Message-Id: 1632809732.3f7c449eb57dd1fa85550de51301f78c541358cd.juippis@gentoo
1 commit: 3f7c449eb57dd1fa85550de51301f78c541358cd
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 28 06:15:32 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 28 06:15:32 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f7c449e
7
8 app-crypt/tpm2-pkcs11: update EAPI 7 -> 8, add missing dep
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 app-crypt/tpm2-pkcs11/tpm2-pkcs11-1.7.0.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/app-crypt/tpm2-pkcs11/tpm2-pkcs11-1.7.0.ebuild b/app-crypt/tpm2-pkcs11/tpm2-pkcs11-1.7.0.ebuild
16 index 586ba352bfd..407c9604607 100644
17 --- a/app-crypt/tpm2-pkcs11/tpm2-pkcs11-1.7.0.ebuild
18 +++ b/app-crypt/tpm2-pkcs11/tpm2-pkcs11-1.7.0.ebuild
19 @@ -1,7 +1,7 @@
20 # Copyright 1999-2021 Gentoo Authors
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI=7
24 +EAPI=8
25
26 PYTHON_COMPAT=( python3_{8..10} )
27 PYTHON_REQ_USE="sqlite"
28 @@ -27,6 +27,7 @@ RDEPEND="app-crypt/p11-kit
29 !fapi? ( app-crypt/tpm2-tss )
30 fapi? ( >=app-crypt/tpm2-tss-3.0.1[fapi] )
31 dev-db/sqlite:3
32 + dev-libs/libyaml
33 dev-libs/openssl:=
34 dev-python/bcrypt[${PYTHON_USEDEP}]
35 dev-python/cryptography[${PYTHON_USEDEP}]