summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2020-08-19 16:01:30 +0200
committerThomas Deutschmann <whissi@gentoo.org>2020-08-19 16:01:46 +0200
commitbb1337bcb30f2ffbdef74e9e667ad7ca3495c3f7 (patch)
tree7888e8419db259ebdb0da00c8f8b3ed3ac5ad800 /www-apache
parentwww-apache/mod_gnutls: drop old (diff)
downloadgentoo-bb1337bcb30f2ffbdef74e9e667ad7ca3495c3f7.tar.gz
gentoo-bb1337bcb30f2ffbdef74e9e667ad7ca3495c3f7.tar.bz2
gentoo-bb1337bcb30f2ffbdef74e9e667ad7ca3495c3f7.zip
www-apache/mod_gnutls: requires net-libs/gnutls[pkcs11] at runtime
Closes: https://bugs.gentoo.org/725132 Package-Manager: Portage-3.0.3, Repoman-3.0.0 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'www-apache')
-rw-r--r--www-apache/mod_gnutls/mod_gnutls-0.8.2-r2.ebuild (renamed from www-apache/mod_gnutls/mod_gnutls-0.8.2-r1.ebuild)4
1 files changed, 2 insertions, 2 deletions
diff --git a/www-apache/mod_gnutls/mod_gnutls-0.8.2-r1.ebuild b/www-apache/mod_gnutls/mod_gnutls-0.8.2-r2.ebuild
index 3576124376cf..b0d32ce75e30 100644
--- a/www-apache/mod_gnutls/mod_gnutls-0.8.2-r1.ebuild
+++ b/www-apache/mod_gnutls/mod_gnutls-0.8.2-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -13,7 +13,7 @@ SLOT="0"
KEYWORDS="amd64 x86"
IUSE="test"
-CDEPEND=">=net-libs/gnutls-3.3.0:="
+CDEPEND=">=net-libs/gnutls-3.3.0:=[pkcs11]"
DEPEND="${CDEPEND}
test? ( app-crypt/monkeysphere )"
RDEPEND="${CDEPEND}"