diff options
author | Sam James <sam@gentoo.org> | 2022-11-21 06:12:23 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-11-21 06:16:18 +0000 |
commit | d0e673c6f516fdffe8b43c77c1f13dbddde4fdb3 (patch) | |
tree | bb8c7e410421910a6efb79fe84a8c29878aa5b96 /app-crypt | |
parent | profiles/features/wd40: unmask libsecret, gvfs (diff) | |
download | gentoo-d0e673c6f516fdffe8b43c77c1f13dbddde4fdb3.tar.gz gentoo-d0e673c6f516fdffe8b43c77c1f13dbddde4fdb3.tar.bz2 gentoo-d0e673c6f516fdffe8b43c77c1f13dbddde4fdb3.zip |
app-crypt/libsecret: make use of USE=test-rust
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/libsecret/libsecret-0.20.5-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/libsecret/libsecret-0.20.5-r3.ebuild b/app-crypt/libsecret/libsecret-0.20.5-r3.ebuild index 3315eccf0ea2..5a1a6856cc55 100644 --- a/app-crypt/libsecret/libsecret-0.20.5-r3.ebuild +++ b/app-crypt/libsecret/libsecret-0.20.5-r3.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Libsecret" LICENSE="LGPL-2.1+ Apache-2.0" # Apache-2.0 license is used for tests only SLOT="0" -IUSE="+crypt gtk-doc +introspection test tpm +vala" +IUSE="+crypt gtk-doc +introspection test test-rust tpm +vala" RESTRICT="!test? ( test )" REQUIRED_USE=" vala? ( introspection ) @@ -45,7 +45,7 @@ BDEPEND=" dev-python/mock[${PYTHON_USEDEP}] dev-python/dbus-python[${PYTHON_USEDEP}] introspection? ( dev-python/pygobject:3[${PYTHON_USEDEP}] )') - introspection? ( >=dev-libs/gjs-1.32 ) + test-rust? ( introspection? ( >=dev-libs/gjs-1.32 ) ) tpm? ( app-crypt/swtpm app-crypt/tpm2-abrmd |