From: Michał Górny Date: Fri, 11 May 2018 13:57:12 +0000 (+0200) Subject: app-crypt/libsecret: Tests require USE=introspection X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=c2c643542baed922a9bdd9a04471ada5f850cd51;p=gentoo.git app-crypt/libsecret: Tests require USE=introspection Bug: https://bugs.gentoo.org/655482 --- diff --git a/app-crypt/libsecret/libsecret-0.18.6.ebuild b/app-crypt/libsecret/libsecret-0.18.6.ebuild index 3574cf376218..bb2a01f9ac06 100644 --- a/app-crypt/libsecret/libsecret-0.18.6.ebuild +++ b/app-crypt/libsecret/libsecret-0.18.6.ebuild @@ -15,7 +15,9 @@ LICENSE="LGPL-2.1+ Apache-2.0" # Apache-2.0 license is used for tests only SLOT="0" IUSE="+crypt +introspection test vala" -REQUIRED_USE="vala? ( introspection )" +# Tests fail with USE=-introspection, https://bugs.gentoo.org/655482 +REQUIRED_USE="test? ( introspection ) + vala? ( introspection )" KEYWORDS="alpha amd64 arm ~arm64 ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd"