commit: 9b3b2a73afbb5548510b0ee1e8930c3d954a2500 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Mon Oct 10 22:21:40 2022 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Mon Oct 10 22:36:44 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b3b2a73
net-libs/libnma: Depend on gcr[gtk] Closes: https://bugs.gentoo.org/737716 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> dev-libs/glib/glib-2.74.0-r1.ebuild | 2 +- net-libs/libnma/libnma-1.10.2.ebuild | 2 +- net-libs/libnma/libnma-1.8.40-r1.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-libs/glib/glib-2.74.0-r1.ebuild b/dev-libs/glib/glib-2.74.0-r1.ebuild index 9c91688a8c0a..505345d23969 100644 --- a/dev-libs/glib/glib-2.74.0-r1.ebuild +++ b/dev-libs/glib/glib-2.74.0-r1.ebuild @@ -14,7 +14,7 @@ LICENSE="LGPL-2.1+" SLOT="2" IUSE="dbus debug +elf gtk-doc +mime selinux static-libs sysprof systemtap test utils xattr" RESTRICT="!test? ( test )" -REQUIRED_USE="gtk-doc? ( test )" # Bug #777636 +#REQUIRED_USE="gtk-doc? ( test )" # Bug #777636 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" diff --git a/net-libs/libnma/libnma-1.10.2.ebuild b/net-libs/libnma/libnma-1.10.2.ebuild index ff4c545e7534..e5a2e8e45381 100644 --- a/net-libs/libnma/libnma-1.10.2.ebuild +++ b/net-libs/libnma/libnma-1.10.2.ebuild @@ -22,7 +22,7 @@ DEPEND=" >=dev-libs/glib-2.38:2 >=x11-libs/gtk+-3.12:3[introspection?] >=net-misc/networkmanager-1.7[introspection?] - pkcs11? ( >=app-crypt/gcr-3.14:0= ) + pkcs11? ( >=app-crypt/gcr-3.14:0=[gtk] ) introspection? ( >=dev-libs/gobject-introspection-1.56:= ) " RDEPEND="${DEPEND} diff --git a/net-libs/libnma/libnma-1.8.40-r1.ebuild b/net-libs/libnma/libnma-1.8.40-r1.ebuild index f82e3c05a10b..af22040e877f 100644 --- a/net-libs/libnma/libnma-1.8.40-r1.ebuild +++ b/net-libs/libnma/libnma-1.8.40-r1.ebuild @@ -22,7 +22,7 @@ DEPEND=" >=dev-libs/glib-2.38:2 >=x11-libs/gtk+-3.12:3[introspection?] >=net-misc/networkmanager-1.7[introspection?] - pkcs11? ( >=app-crypt/gcr-3.14:0= ) + pkcs11? ( >=app-crypt/gcr-3.14:0=[gtk] ) introspection? ( >=dev-libs/gobject-introspection-1.56:= ) " RDEPEND="${DEPEND}
