diff options
author | Christopher Byrne <salah.coronya@gmail.com> | 2022-04-23 14:34:22 -0500 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-23 22:34:01 +0100 |
commit | 97429e00c81aefcf00def32e5ecba29b25ac3d2d (patch) | |
tree | 3ded2e1b6c2215c337db213c8e2571defbadbbfa /app-crypt/gnupg | |
parent | app-crypt/libsecret: Add sublot operator to app-crypt/tpm2-tss dep (diff) | |
download | gentoo-97429e00c81aefcf00def32e5ecba29b25ac3d2d.tar.gz gentoo-97429e00c81aefcf00def32e5ecba29b25ac3d2d.tar.bz2 gentoo-97429e00c81aefcf00def32e5ecba29b25ac3d2d.zip |
app-crypt/gnupg: Add sublot operator to app-crypt/tpm2-tss dep
Signed-off-by: Christopher Byrne <salah.coronya@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-crypt/gnupg')
-rw-r--r-- | app-crypt/gnupg/gnupg-2.3.4-r3.ebuild (renamed from app-crypt/gnupg/gnupg-2.3.4-r2.ebuild) | 2 | ||||
-rw-r--r-- | app-crypt/gnupg/gnupg-2.3.5-r1.ebuild (renamed from app-crypt/gnupg/gnupg-2.3.5.ebuild) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/gnupg/gnupg-2.3.4-r2.ebuild b/app-crypt/gnupg/gnupg-2.3.4-r3.ebuild index ae1c94f31494..0a3104b6851c 100644 --- a/app-crypt/gnupg/gnupg-2.3.4-r2.ebuild +++ b/app-crypt/gnupg/gnupg-2.3.4-r3.ebuild @@ -34,7 +34,7 @@ DEPEND=">=dev-libs/libassuan-2.5.0 readline? ( sys-libs/readline:0= ) smartcard? ( usb? ( virtual/libusb:1 ) ) tofu? ( >=dev-db/sqlite-3.27 ) - tpm? ( >=app-crypt/tpm2-tss-2.4.0 ) + tpm? ( >=app-crypt/tpm2-tss-2.4.0:= ) ssl? ( >=net-libs/gnutls-3.0:0= ) sys-libs/zlib " diff --git a/app-crypt/gnupg/gnupg-2.3.5.ebuild b/app-crypt/gnupg/gnupg-2.3.5-r1.ebuild index ae1c94f31494..0a3104b6851c 100644 --- a/app-crypt/gnupg/gnupg-2.3.5.ebuild +++ b/app-crypt/gnupg/gnupg-2.3.5-r1.ebuild @@ -34,7 +34,7 @@ DEPEND=">=dev-libs/libassuan-2.5.0 readline? ( sys-libs/readline:0= ) smartcard? ( usb? ( virtual/libusb:1 ) ) tofu? ( >=dev-db/sqlite-3.27 ) - tpm? ( >=app-crypt/tpm2-tss-2.4.0 ) + tpm? ( >=app-crypt/tpm2-tss-2.4.0:= ) ssl? ( >=net-libs/gnutls-3.0:0= ) sys-libs/zlib " |