app-crypt/libsecret: Tests require USE=introspection
authorMichał Górny <mgorny@gentoo.org>
Fri, 11 May 2018 13:57:12 +0000 (15:57 +0200)
committerGilles Dartiguelongue <eva@gentoo.org>
Thu, 17 May 2018 10:04:59 +0000 (12:04 +0200)
Bug: https://bugs.gentoo.org/655482

app-crypt/libsecret/libsecret-0.18.6.ebuild

index 3574cf376218fa636ddab0014c5f8bca2b0f530d..bb2a01f9ac06a45cef585a415fde2758562ac917 100644 (file)
@@ -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"