diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-05-11 15:57:12 +0200 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2018-05-17 12:04:59 +0200 |
commit | c2c643542baed922a9bdd9a04471ada5f850cd51 (patch) | |
tree | 3bc5e663cb44cef60b106005ba325cbc147190ae /app-crypt/libsecret | |
parent | media-fonts/hack: arm stable wrt bug #655738 (diff) | |
download | gentoo-c2c643542baed922a9bdd9a04471ada5f850cd51.tar.gz gentoo-c2c643542baed922a9bdd9a04471ada5f850cd51.tar.bz2 gentoo-c2c643542baed922a9bdd9a04471ada5f850cd51.zip |
app-crypt/libsecret: Tests require USE=introspection
Bug: https://bugs.gentoo.org/655482
Diffstat (limited to 'app-crypt/libsecret')
-rw-r--r-- | app-crypt/libsecret/libsecret-0.18.6.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
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" |