diff options
-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)" |