summaryrefslogtreecommitdiff
path: root/app-crypt/tpm2-totp
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-05-12 16:42:50 +0300
committerV3n3RiX <venerix@koprulu.sector>2022-05-12 16:42:50 +0300
commit752d6256e5204b958b0ef7905675a940b5e9172f (patch)
tree330d16e6362a49cbed8875a777fe641a43376cd3 /app-crypt/tpm2-totp
parent0c100b7dd2b30e75b799d806df4ef899fd98e1ea (diff)
gentoo resync : 12.05.2022
Diffstat (limited to 'app-crypt/tpm2-totp')
-rw-r--r--app-crypt/tpm2-totp/Manifest2
-rw-r--r--app-crypt/tpm2-totp/tpm2-totp-0.3.0-r1.ebuild (renamed from app-crypt/tpm2-totp/tpm2-totp-0.3.0.ebuild)6
2 files changed, 4 insertions, 4 deletions
diff --git a/app-crypt/tpm2-totp/Manifest b/app-crypt/tpm2-totp/Manifest
index 2ee9f951273d..4803c8d01713 100644
--- a/app-crypt/tpm2-totp/Manifest
+++ b/app-crypt/tpm2-totp/Manifest
@@ -1,4 +1,4 @@
AUX tpm2-totp-0.3.0-Remove-bogus-value-from-Makefile.am 730 BLAKE2B 8bf144a03ec3c29c2e43f564ba65e8c10a70c61dc3e14d8c1085012f3aa1d8bbbb2cac3ab634ea02122ed1f2d21103b2fbf307528af178f3265788baeee1221f SHA512 3f51ed8205d6a0480abe85bc49c4fa86eb8141f3667a04dcac327e6c4382c9b430c97d170506a4e12bbda80c981128e9b5f5308036d4ccaee4e28bb93b866204
DIST tpm2-totp-0.3.0.tar.gz 428874 BLAKE2B 413f4418cd1ce9a996f36c83e27c3fe256b2d3f5ff36e7df1dc1b651e38afa222be9742d5cfa76287263a4e1402dabea3400b41a1e1bde9f31fe03f82894f4f1 SHA512 d47cc8155a60a464afe602c3114ff8e6b2ff825457e6069693947421716b97c34b00f70adbcb4cda1b5b9639b8a3dfc7800295bbff99822da7a8077ebf78d6b2
-EBUILD tpm2-totp-0.3.0.ebuild 1064 BLAKE2B 5611bdffbba3553a038bd61377e22c1bdafd5bb04018222b4e325b8296f101530a783df628d1968b4cdb510b23d10f35d033405d54f85bdb41a747d63e3bdbbe SHA512 8d16ac7a67fbc072b7478eacc0b60645fa6fc3c4a02c589ba407f0ddf40581d529e337652e558a775a7d328fee5eaf776eb6d1d02caa444584a08f3589bc21e7
+EBUILD tpm2-totp-0.3.0-r1.ebuild 1068 BLAKE2B fc6e7e04314921c14c901d8c27817af10153618230e33a6b40c201bd57b721af1e682a1d710604d13ac1d5b5458c5eda8e12bc6c249d479473e5682ed3adff76 SHA512 fa9a63bf0f6671cc69b2e127c4923c86dee889701955d07a1aa54b74488dd519e4032b243053e0e35a123b3eb0ca7605fe75b87f694e0a7f1b47435c8bca3e36
MISC metadata.xml 579 BLAKE2B b2c68bdf4e7ff2755e1e1e8a2fe9e331718cefa12823fcfbf91de85ee82c0febed8ed85eeb6921aa1c8bb11624323353a041ec5ccd726ecb138a8589271aa0cf SHA512 8273c96f820091246f749582bd326560a49240d54446d9d7b5607485d8cdd40989cc6f19c7523c1c18b1aab5ff0c7eeeab6fdb3b91be568a1d50dc2435e79c0e
diff --git a/app-crypt/tpm2-totp/tpm2-totp-0.3.0.ebuild b/app-crypt/tpm2-totp/tpm2-totp-0.3.0-r1.ebuild
index 67e6798a5655..0908aaaa181d 100644
--- a/app-crypt/tpm2-totp/tpm2-totp-0.3.0.ebuild
+++ b/app-crypt/tpm2-totp/tpm2-totp-0.3.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -16,14 +16,14 @@ IUSE="plymouth test"
REQUIRED_USE="test? ( plymouth )"
-RDEPEND="app-crypt/tpm2-tss
+RDEPEND="app-crypt/tpm2-tss:=
media-gfx/qrencode
plymouth? ( sys-boot/plymouth )"
DEPEND="${RDEPEND}
test? (
app-crypt/swtpm
app-crypt/tpm2-tools
- >=app-crypt/tpm2-tss-3.0.0
+ >=app-crypt/tpm2-tss-3.0.0:=
sys-apps/fakeroot
sys-auth/oath-toolkit
)"