diff options
3 files changed, 21 insertions, 6 deletions
diff --git a/www-apache/mod_virtualvalue/mod_virtualvalue-0.4.1.ebuild b/www-apache/mod_virtualvalue/mod_virtualvalue-0.4.1.ebuild index 1f8da377..b3c14f71 100644 --- a/www-apache/mod_virtualvalue/mod_virtualvalue-0.4.1.ebuild +++ b/www-apache/mod_virtualvalue/mod_virtualvalue-0.4.1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit apache-module eutils toolchain-funcs git-r3 DESCRIPTION="Apache2 modules to Mass Virtual Hosting" @@ -24,6 +24,11 @@ DOCFILES="BUGS TODO test/vhost.conf" need_apache2 +pkg_setup() { + _init_apache2 + _init_apache2_late +} + src_compile() { local myconf= use php && myconf="${myconf} HAVE_PHP=Yes" diff --git a/www-apache/mod_virtualvalue/mod_virtualvalue-0.4.3.ebuild b/www-apache/mod_virtualvalue/mod_virtualvalue-0.4.3.ebuild index 1f8da377..b3c14f71 100644 --- a/www-apache/mod_virtualvalue/mod_virtualvalue-0.4.3.ebuild +++ b/www-apache/mod_virtualvalue/mod_virtualvalue-0.4.3.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit apache-module eutils toolchain-funcs git-r3 DESCRIPTION="Apache2 modules to Mass Virtual Hosting" @@ -24,6 +24,11 @@ DOCFILES="BUGS TODO test/vhost.conf" need_apache2 +pkg_setup() { + _init_apache2 + _init_apache2_late +} + src_compile() { local myconf= use php && myconf="${myconf} HAVE_PHP=Yes" diff --git a/www-apache/mod_virtualvalue/mod_virtualvalue-9999.ebuild b/www-apache/mod_virtualvalue/mod_virtualvalue-9999.ebuild index deaffe26..83c3998a 100644 --- a/www-apache/mod_virtualvalue/mod_virtualvalue-9999.ebuild +++ b/www-apache/mod_virtualvalue/mod_virtualvalue-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit apache-module eutils toolchain-funcs git-r3 DESCRIPTION="Apache2 modules to Mass Virtual Hosting" @@ -24,6 +24,11 @@ DOCFILES="BUGS TODO test/vhost.conf" need_apache2 +pkg_setup() { + _init_apache2 + _init_apache2_late +} + src_compile() { local myconf= use php && myconf="${myconf} HAVE_PHP=Yes" |