commit: e7e7f83476ff57a48cee8450e9dc999a5ccd7cd2 Author: Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me> AuthorDate: Mon Aug 29 13:16:55 2022 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Sun Sep 4 03:07:13 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7e7f834
gui-libs/libhandy: USE=introspection is required for USE=gtk-doc Closes: https://github.com/gentoo/gentoo/pull/27058 Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me> Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> gui-libs/libhandy/libhandy-1.6.3.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gui-libs/libhandy/libhandy-1.6.3.ebuild b/gui-libs/libhandy/libhandy-1.6.3.ebuild index 219cc2a15217..7abe90532137 100644 --- a/gui-libs/libhandy/libhandy-1.6.3.ebuild +++ b/gui-libs/libhandy/libhandy-1.6.3.ebuild @@ -13,7 +13,10 @@ SLOT="1" KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ppc ppc64 ~riscv ~sparc x86" IUSE="examples glade gtk-doc +introspection test +vala" -REQUIRED_USE="vala? ( introspection )" +REQUIRED_USE=" + gtk-doc? ( introspection ) + vala? ( introspection ) +" RESTRICT="!test? ( test )" RDEPEND="
