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: Tue, 05 Jul 2022 07:09:40
Message-Id: 1657003886.21a2212022ff7e924a14b4ff11e232914f96681f.juippis@gentoo
1 commit: 21a2212022ff7e924a14b4ff11e232914f96681f
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 4 19:42:29 2022 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 5 06:51:26 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21a22120
7
8 www-apache/mod_gnutls: sort the eclass inherits in 0.12.0-r1
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 www-apache/mod_gnutls/mod_gnutls-0.12.0-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/www-apache/mod_gnutls/mod_gnutls-0.12.0-r1.ebuild b/www-apache/mod_gnutls/mod_gnutls-0.12.0-r1.ebuild
16 index f52b033c580c..677b06b80b28 100644
17 --- a/www-apache/mod_gnutls/mod_gnutls-0.12.0-r1.ebuild
18 +++ b/www-apache/mod_gnutls/mod_gnutls-0.12.0-r1.ebuild
19 @@ -5,7 +5,7 @@ EAPI=7
20
21 PYTHON_COMPAT=( python3_{8..10} )
22
23 -inherit autotools flag-o-matic apache-module python-any-r1
24 +inherit autotools apache-module flag-o-matic python-any-r1
25
26 DESCRIPTION="mod_gnutls uses GnuTLS for SSL/TLS encryption in Apache2 (compare to mod_ssl)"
27 HOMEPAGE="https://mod.gnutls.org/"