summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2018-01-16 01:23:39 +0100
committerLars Wendler <polynomial-c@gentoo.org>2018-01-16 01:24:05 +0100
commit90383c0bdffc4b6bca6df5262b30e9f77b98b23f (patch)
tree982beab8b68185a35c97519dc583f690c162c6a2 /www-apache
parentgames-roguelike/dwarf-fortress: Version bump to 0.44.05, add (diff)
downloadgentoo-90383c0bdffc4b6bca6df5262b30e9f77b98b23f.tar.gz
gentoo-90383c0bdffc4b6bca6df5262b30e9f77b98b23f.tar.bz2
gentoo-90383c0bdffc4b6bca6df5262b30e9f77b98b23f.zip
www-apache/mod_gnutls: Revbump to prevent installation of /mod_gnutls.so
Downgraded ebuild to EAPI-5 until further debugging. Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'www-apache')
-rw-r--r--www-apache/mod_gnutls/mod_gnutls-0.8.3-r1.ebuild (renamed from www-apache/mod_gnutls/mod_gnutls-0.8.3.ebuild)6
1 files changed, 4 insertions, 2 deletions
diff --git a/www-apache/mod_gnutls/mod_gnutls-0.8.3.ebuild b/www-apache/mod_gnutls/mod_gnutls-0.8.3-r1.ebuild
index e92da3628303..1d6985d4f075 100644
--- a/www-apache/mod_gnutls/mod_gnutls-0.8.3.ebuild
+++ b/www-apache/mod_gnutls/mod_gnutls-0.8.3-r1.ebuild
@@ -1,7 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+# WARNING! Don't switch to EAPI-6 without checking paths of installed files
+# carefully. The .so file might get installed into /
+EAPI=5
inherit autotools apache-module
DESCRIPTION="mod_gnutls uses GnuTLS for SSL/TLS encryption in Apache2 (compare to mod_ssl)"