diff options
Diffstat (limited to 'app-crypt/libsecret/libsecret-0.18.8.ebuild')
-rw-r--r-- | app-crypt/libsecret/libsecret-0.18.8.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-crypt/libsecret/libsecret-0.18.8.ebuild b/app-crypt/libsecret/libsecret-0.18.8.ebuild index 5f16a860860c..6a79b234fee0 100644 --- a/app-crypt/libsecret/libsecret-0.18.8.ebuild +++ b/app-crypt/libsecret/libsecret-0.18.8.ebuild @@ -14,6 +14,7 @@ LICENSE="LGPL-2.1+ Apache-2.0" # Apache-2.0 license is used for tests only SLOT="0" IUSE="+crypt +introspection test +vala" +RESTRICT="!test? ( test )" # Tests fail with USE=-introspection, https://bugs.gentoo.org/655482 REQUIRED_USE="test? ( introspection ) vala? ( introspection )" |