diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2022-03-04 11:04:44 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2022-03-04 11:12:55 +0100 |
commit | 9bcf4b43231553045cc01af491969aa794091761 (patch) | |
tree | a1e248b631283c8c7965b83d2b9dae43aa2b8d74 /www-servers | |
parent | www-servers/apache: Add support for systemd module (diff) | |
download | gentoo-9bcf4b43231553045cc01af491969aa794091761.tar.gz gentoo-9bcf4b43231553045cc01af491969aa794091761.tar.bz2 gentoo-9bcf4b43231553045cc01af491969aa794091761.zip |
www-servers/apache: Move remaining lua stuff into eclass
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/apache/apache-2.4.51-r2.ebuild | 4 | ||||
-rw-r--r-- | www-servers/apache/apache-2.4.52-r1.ebuild | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/www-servers/apache/apache-2.4.51-r2.ebuild b/www-servers/apache/apache-2.4.51-r2.ebuild index 7660f0cbf358..665efaba2fe0 100644 --- a/www-servers/apache/apache-2.4.51-r2.ebuild +++ b/www-servers/apache/apache-2.4.51-r2.ebuild @@ -142,10 +142,6 @@ LICENSE="Apache-2.0 Apache-1.1" SLOT="2" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x64-macos ~sparc64-solaris ~x64-solaris" -# FIXME! Move this to eclass once all ebuilds are EAPI-7 -RDEPEND+=" apache2_modules_lua? ( ${LUA_DEPS} )" -REQUIRED_USE+=" apache2_modules_lua? ( ${LUA_REQUIRED_USE} )" - PATCHES=( "${FILESDIR}/apache-2.4.51-mpm-itk.patch" ) pkg_setup() { diff --git a/www-servers/apache/apache-2.4.52-r1.ebuild b/www-servers/apache/apache-2.4.52-r1.ebuild index bb742bd17560..34f5fc10b748 100644 --- a/www-servers/apache/apache-2.4.52-r1.ebuild +++ b/www-servers/apache/apache-2.4.52-r1.ebuild @@ -142,10 +142,6 @@ LICENSE="Apache-2.0 Apache-1.1" SLOT="2" KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x64-macos ~sparc64-solaris ~x64-solaris" -# FIXME! Move this to eclass once all ebuilds are EAPI-7 -RDEPEND+=" apache2_modules_lua? ( ${LUA_DEPS} )" -REQUIRED_USE+=" apache2_modules_lua? ( ${LUA_REQUIRED_USE} )" - pkg_setup() { # dependend critical modules which are not allowed in global scope due # to USE flag conditionals (bug #499260) |