Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/gcr/
Date: Wed, 07 Sep 2022 02:10:28
Message-Id: 1662516605.e5496d27b0a2fdd2ea90e793052c682fe82be564.mattst88@gentoo
1 commit: e5496d27b0a2fdd2ea90e793052c682fe82be564
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 7 01:13:24 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 7 02:10:05 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5496d27
7
8 app-crypt/gcr: Require introspection for USE=gtk-doc
9
10 Closes: https://bugs.gentoo.org/868663
11 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
12
13 app-crypt/gcr/gcr-3.41.1.ebuild | 5 ++++-
14 1 file changed, 4 insertions(+), 1 deletion(-)
15
16 diff --git a/app-crypt/gcr/gcr-3.41.1.ebuild b/app-crypt/gcr/gcr-3.41.1.ebuild
17 index 667ab3716baf..abcdce890455 100644
18 --- a/app-crypt/gcr/gcr-3.41.1.ebuild
19 +++ b/app-crypt/gcr/gcr-3.41.1.ebuild
20 @@ -13,7 +13,10 @@ LICENSE="GPL-2+ LGPL-2+"
21 SLOT="0/1" # subslot = suffix of libgcr-base-3 and co
22
23 IUSE="gtk gtk-doc +introspection systemd test +vala"
24 -REQUIRED_USE="vala? ( introspection )"
25 +REQUIRED_USE="
26 + gtk-doc? ( introspection )
27 + vala? ( introspection )
28 +"
29 RESTRICT="!test? ( test )"
30
31 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"