summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2022-03-23 08:20:10 +0000
committerPatrick Lauer <patrick@gentoo.org>2022-03-23 08:20:22 +0000
commit7068209eac9441762c2ad3ba1fe64d392e22e68b (patch)
tree6d46beb76b210fdb57b1e951b2e7515d125c3a3c /net-libs/glib-networking
parentgnome-extra/evolution-data-server: Call vala_setup (diff)
downloadgentoo-7068209eac9441762c2ad3ba1fe64d392e22e68b.tar.gz
gentoo-7068209eac9441762c2ad3ba1fe64d392e22e68b.tar.bz2
gentoo-7068209eac9441762c2ad3ba1fe64d392e22e68b.zip
net-libs/glib-networking: gnutls needs pkcs11 support
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Patrick Lauer <patrick@gentoo.org>
Diffstat (limited to 'net-libs/glib-networking')
-rw-r--r--net-libs/glib-networking/glib-networking-2.72.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/glib-networking/glib-networking-2.72.0.ebuild b/net-libs/glib-networking/glib-networking-2.72.0.ebuild
index 7e694816900b..88a974947073 100644
--- a/net-libs/glib-networking/glib-networking-2.72.0.ebuild
+++ b/net-libs/glib-networking/glib-networking-2.72.0.ebuild
@@ -17,7 +17,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~
RDEPEND="
>=dev-libs/glib-2.69.0:2[${MULTILIB_USEDEP}]
libproxy? ( >=net-libs/libproxy-0.4.11-r1:=[${MULTILIB_USEDEP}] )
- >=net-libs/gnutls-3.7.2:=[${MULTILIB_USEDEP}]
+ >=net-libs/gnutls-3.7.2:=[pkcs11,${MULTILIB_USEDEP}]
ssl? ( app-misc/ca-certificates )
gnome? ( gnome-base/gsettings-desktop-schemas )
"