From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 59B7E158094 for ; Sun, 4 Sep 2022 03:07:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 550F9E0788; Sun, 4 Sep 2022 03:07:27 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2EF43E0788 for ; Sun, 4 Sep 2022 03:07:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1682E340F0E for ; Sun, 4 Sep 2022 03:07:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4814B5A2 for ; Sun, 4 Sep 2022 03:07:24 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1662260833.e7e7f83476ff57a48cee8450e9dc999a5ccd7cd2.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/libhandy/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-libs/libhandy/libhandy-1.6.3.ebuild X-VCS-Directories: gui-libs/libhandy/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: e7e7f83476ff57a48cee8450e9dc999a5ccd7cd2 X-VCS-Branch: master Date: Sun, 4 Sep 2022 03:07:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4a5d3539-4997-4f8b-a78a-5af2ee538a77 X-Archives-Hash: e2bd28c5009d608a255301861b615d18 commit: e7e7f83476ff57a48cee8450e9dc999a5ccd7cd2 Author: Haelwenn (lanodan) Monnier hacktivis me> AuthorDate: Mon Aug 29 13:16:55 2022 +0000 Commit: Matt Turner gentoo 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 hacktivis.me> Signed-off-by: Matt Turner 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="