commit: bf1d1df9303a42af1682f7a2a0a00e6a9905cde9 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Fri Jun 4 02:58:06 2021 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Fri Jun 4 03:11:53 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf1d1df9
dev-libs/glib: Require USE=test for USE=gtk-doc Closes: https://bugs.gentoo.org/777636 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> dev-libs/glib/glib-2.68.2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-libs/glib/glib-2.68.2.ebuild b/dev-libs/glib/glib-2.68.2.ebuild index 26d2f4db3de..65a18a04820 100644 --- a/dev-libs/glib/glib-2.68.2.ebuild +++ b/dev-libs/glib/glib-2.68.2.ebuild @@ -13,6 +13,7 @@ LICENSE="LGPL-2.1+" SLOT="2" IUSE="dbus debug +elf elibc_glibc fam gtk-doc kernel_linux +mime selinux static-libs sysprof systemtap test utils xattr" RESTRICT="!test? ( test )" +REQUIRED_USE="gtk-doc? ( test )" # Bug #777636 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
