diff options
-rw-r--r-- | www-apache/mod_ruid2/mod_ruid2-0.9.8.ebuild | 4 | ||||
-rw-r--r-- | www-apache/mod_ruid2/mod_ruid2-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www-apache/mod_ruid2/mod_ruid2-0.9.8.ebuild b/www-apache/mod_ruid2/mod_ruid2-0.9.8.ebuild index 5d44da59..be52666b 100644 --- a/www-apache/mod_ruid2/mod_ruid2-0.9.8.ebuild +++ b/www-apache/mod_ruid2/mod_ruid2-0.9.8.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 -inherit apache-module eutils toolchain-funcs +EAPI=8 +inherit apache-module toolchain-funcs DESCRIPTION="suexec module for apache, based on mod_ruid and mod_suid2" HOMEPAGE="https://github.com/mind04/mod-ruid2" diff --git a/www-apache/mod_ruid2/mod_ruid2-9999.ebuild b/www-apache/mod_ruid2/mod_ruid2-9999.ebuild index ee0dc7e4..b4cd271a 100644 --- a/www-apache/mod_ruid2/mod_ruid2-9999.ebuild +++ b/www-apache/mod_ruid2/mod_ruid2-9999.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 -inherit apache-module eutils toolchain-funcs git-r3 +EAPI=8 +inherit apache-module toolchain-funcs git-r3 DESCRIPTION="suexec module for apache, based on mod_ruid and mod_suid2" HOMEPAGE="https://github.com/mind04/mod-ruid2" |