diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-02-05 22:13:57 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-02-05 22:13:57 +0100 |
commit | 19bdb6e7ce3c3f1a0a30396d6966a44d16bb0edd (patch) | |
tree | 92f3eb0fd6790fb37549147595a228079163674e /www-apache | |
parent | dev-python/pyudev: Stabilize 0.22.0-r1 x86, #829638 (diff) | |
download | gentoo-19bdb6e7ce3c3f1a0a30396d6966a44d16bb0edd.tar.gz gentoo-19bdb6e7ce3c3f1a0a30396d6966a44d16bb0edd.tar.bz2 gentoo-19bdb6e7ce3c3f1a0a30396d6966a44d16bb0edd.zip |
www-apache/mod_gnutls: Stabilize 0.11.0 amd64, #828742
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'www-apache')
-rw-r--r-- | www-apache/mod_gnutls/mod_gnutls-0.11.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-apache/mod_gnutls/mod_gnutls-0.11.0.ebuild b/www-apache/mod_gnutls/mod_gnutls-0.11.0.ebuild index 39c8a0fef405..75dbb03c9041 100644 --- a/www-apache/mod_gnutls/mod_gnutls-0.11.0.ebuild +++ b/www-apache/mod_gnutls/mod_gnutls-0.11.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # WARNING! Don't switch to EAPI-6 without checking paths of installed files @@ -15,7 +15,7 @@ SRC_URI="https://mod.gnutls.org/downloads/${P}.tar.bz2" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="test" CDEPEND=">=net-libs/gnutls-3.3.0:=[pkcs11]" |