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:00 +0100 |
commit | 508ea4796b28cb88cd5f1c4d1104bb6484495c9c (patch) | |
tree | d6f9b226a8e0718895c3a328a4b2a0f5188cc935 /app-crypt/libsecret | |
parent | net-vpn/openconnect: Add sublot operator to app-crypt/tpm2-tss dep (diff) | |
download | gentoo-508ea4796b28cb88cd5f1c4d1104bb6484495c9c.tar.gz gentoo-508ea4796b28cb88cd5f1c4d1104bb6484495c9c.tar.bz2 gentoo-508ea4796b28cb88cd5f1c4d1104bb6484495c9c.zip |
app-crypt/libsecret: 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/libsecret')
-rw-r--r-- | app-crypt/libsecret/libsecret-0.20.5-r2.ebuild (renamed from app-crypt/libsecret/libsecret-0.20.5-r1.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/libsecret/libsecret-0.20.5-r1.ebuild b/app-crypt/libsecret/libsecret-0.20.5-r2.ebuild index da95f0a7ad31..cda2d8730d71 100644 --- a/app-crypt/libsecret/libsecret-0.20.5-r1.ebuild +++ b/app-crypt/libsecret/libsecret-0.20.5-r2.ebuild @@ -25,7 +25,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" DEPEND=" >=dev-libs/glib-2.44:2[${MULTILIB_USEDEP}] crypt? ( >=dev-libs/libgcrypt-1.2.2:0=[${MULTILIB_USEDEP}] ) - tpm? ( >=app-crypt/tpm2-tss-3.0.3 ) + tpm? ( >=app-crypt/tpm2-tss-3.0.3:= ) introspection? ( >=dev-libs/gobject-introspection-1.54:= ) " RDEPEND="${DEPEND} @@ -50,7 +50,7 @@ BDEPEND=" tpm? ( app-crypt/swtpm app-crypt/tpm2-abrmd - >=app-crypt/tpm2-tss-3.2.0 + >=app-crypt/tpm2-tss-3.2.0:= ) ) vala? ( $(vala_depend) ) |