Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_gnutls/
Date: Mon, 04 Jul 2022 17:38:58
Message-Id: 1656956332.54b8c2340a599da59233bec7b8d05ac8e333e9ef.juippis@gentoo
1 commit: 54b8c2340a599da59233bec7b8d05ac8e333e9ef
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 4 17:36:37 2022 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 4 17:38:52 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54b8c234
7
8 www-apache/mod_gnutls: Stabilize 0.12.0 x86, #855422
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 www-apache/mod_gnutls/mod_gnutls-0.12.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/www-apache/mod_gnutls/mod_gnutls-0.12.0.ebuild b/www-apache/mod_gnutls/mod_gnutls-0.12.0.ebuild
16 index 984e75f47eb6..c662af6323be 100644
17 --- a/www-apache/mod_gnutls/mod_gnutls-0.12.0.ebuild
18 +++ b/www-apache/mod_gnutls/mod_gnutls-0.12.0.ebuild
19 @@ -13,7 +13,7 @@ SRC_URI="https://mod.gnutls.org/downloads/${P}.tar.bz2"
20
21 LICENSE="Apache-2.0"
22 SLOT="0"
23 -KEYWORDS="amd64 ~x86"
24 +KEYWORDS="amd64 x86"
25 IUSE="test"
26
27 TEST_REQUIRED_APACHE_MODULES="apache2_modules_proxy,apache2_modules_proxy_http"