commit:     a619d24c78f741397c390d0904e89b60aa968bc6
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 21 01:28:40 2021 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Mar 21 01:29:31 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a619d24c

app-crypt/libsecret: Require USE=crypt for USE=gtk-doc

It doesn't make much sense to generate documentation when some code is
disabled.

Closes: https://bugs.gentoo.org/776379
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 app-crypt/libsecret/libsecret-0.20.4.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/app-crypt/libsecret/libsecret-0.20.4.ebuild 
b/app-crypt/libsecret/libsecret-0.20.4.ebuild
index fcd78facda9..786c9a4187e 100644
--- a/app-crypt/libsecret/libsecret-0.20.4.ebuild
+++ b/app-crypt/libsecret/libsecret-0.20.4.ebuild
@@ -15,7 +15,10 @@ SLOT="0"
 
 IUSE="+crypt gtk-doc +introspection test +vala"
 RESTRICT="!test? ( test )"
-REQUIRED_USE="vala? ( introspection )"
+REQUIRED_USE="
+       vala? ( introspection )
+       gtk-doc? ( crypt )
+"
 
 KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 

Reply via email to