diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-09-06 21:13:24 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-09-06 22:10:05 -0400 |
commit | e5496d27b0a2fdd2ea90e793052c682fe82be564 (patch) | |
tree | 8a95114f2862f51abdd434494d521f2391892ecd /app-crypt | |
parent | gnome-base/gnome-shell: Depend on dev-libs/gjs with USE=cairo (diff) | |
download | gentoo-e5496d27b0a2fdd2ea90e793052c682fe82be564.tar.gz gentoo-e5496d27b0a2fdd2ea90e793052c682fe82be564.tar.bz2 gentoo-e5496d27b0a2fdd2ea90e793052c682fe82be564.zip |
app-crypt/gcr: Require introspection for USE=gtk-doc
Closes: https://bugs.gentoo.org/868663
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/gcr/gcr-3.41.1.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app-crypt/gcr/gcr-3.41.1.ebuild b/app-crypt/gcr/gcr-3.41.1.ebuild index 667ab3716baf..abcdce890455 100644 --- a/app-crypt/gcr/gcr-3.41.1.ebuild +++ b/app-crypt/gcr/gcr-3.41.1.ebuild @@ -13,7 +13,10 @@ LICENSE="GPL-2+ LGPL-2+" SLOT="0/1" # subslot = suffix of libgcr-base-3 and co IUSE="gtk gtk-doc +introspection systemd test +vala" -REQUIRED_USE="vala? ( introspection )" +REQUIRED_USE=" + gtk-doc? ( introspection ) + vala? ( introspection ) +" RESTRICT="!test? ( test )" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris" |