diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2024-07-15 20:24:47 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2024-07-15 20:24:47 +0100 |
commit | 6235de860f1bae22441b6296b9ab971f7137b287 (patch) | |
tree | 0cefde7e78af6a683319f4f42d14d1c7321faaa4 /www-apache | |
parent | net-p2p/c-lightning: update EAPI 7 -> 8 (diff) | |
download | portage-6235de860f1bae22441b6296b9ab971f7137b287.tar.xz |
www-apache/mod_ruid2: update EAPI 6 -> 8
Diffstat (limited to 'www-apache')
-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" |