summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2022-07-04 22:42:29 +0300
committerJoonas Niilola <juippis@gentoo.org>2022-07-05 09:51:26 +0300
commit21a2212022ff7e924a14b4ff11e232914f96681f (patch)
treec4567a6e0ed72d73cb34697cdad69d5045af7a5c /www-apache/mod_gnutls/mod_gnutls-0.12.0-r1.ebuild
parentapp-office/unoconv: amd64 stable wrt bug #856400 (diff)
downloadgentoo-21a2212022ff7e924a14b4ff11e232914f96681f.tar.gz
gentoo-21a2212022ff7e924a14b4ff11e232914f96681f.tar.bz2
gentoo-21a2212022ff7e924a14b4ff11e232914f96681f.zip
www-apache/mod_gnutls: sort the eclass inherits in 0.12.0-r1
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'www-apache/mod_gnutls/mod_gnutls-0.12.0-r1.ebuild')
-rw-r--r--www-apache/mod_gnutls/mod_gnutls-0.12.0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
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
index f52b033c580c..677b06b80b28 100644
--- a/www-apache/mod_gnutls/mod_gnutls-0.12.0-r1.ebuild
+++ b/www-apache/mod_gnutls/mod_gnutls-0.12.0-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=7
PYTHON_COMPAT=( python3_{8..10} )
-inherit autotools flag-o-matic apache-module python-any-r1
+inherit autotools apache-module flag-o-matic python-any-r1
DESCRIPTION="mod_gnutls uses GnuTLS for SSL/TLS encryption in Apache2 (compare to mod_ssl)"
HOMEPAGE="https://mod.gnutls.org/"