commit: d0e673c6f516fdffe8b43c77c1f13dbddde4fdb3 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Nov 21 06:12:23 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Nov 21 06:16:18 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0e673c6
app-crypt/libsecret: make use of USE=test-rust Signed-off-by: Sam James <sam <AT> gentoo.org> app-crypt/libsecret/libsecret-0.20.5-r3.ebuild | 4 ++-- profiles/features/wd40/package.use.mask | 4 ---- 2 files changed, 2 insertions(+), 6 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 diff --git a/profiles/features/wd40/package.use.mask b/profiles/features/wd40/package.use.mask index db10e4b004c3..7a8ede783df7 100644 --- a/profiles/features/wd40/package.use.mask +++ b/profiles/features/wd40/package.use.mask @@ -1,10 +1,6 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# Sam James <[email protected]> (2022-11-21) -# USE="test introspection" needs gjs. TODO: change ebuild instead? -app-crypt/libsecret test - # Sam James <[email protected]> (2022-11-19) # GNOME packages pulling in e.g. gjs which then needs Rust. dev-util/glade gjs
