diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2022-04-30 03:24:42 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2022-04-30 04:48:10 +0100 |
commit | 18a0b2f79c182c8f8a3910de749163173a4af4cd (patch) | |
tree | 5a86cc7a2b2c9ca83352849a84d79a6052163020 | |
parent | net-p2p/c-lightning: version bump (diff) | |
download | portage-18a0b2f79c182c8f8a3910de749163173a4af4cd.tar.xz |
www-apache/mod_ruid2: add missing pkg_setup
Package-Manager: Portage-3.0.30, Repoman-3.0.3
-rw-r--r-- | www-apache/mod_ruid2/mod_ruid2-0.9.8.ebuild | 10 | ||||
-rw-r--r-- | www-apache/mod_ruid2/mod_ruid2-9999.ebuild | 10 |
2 files changed, 16 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 d80d85fc..5d44da59 100644 --- a/www-apache/mod_ruid2/mod_ruid2-0.9.8.ebuild +++ b/www-apache/mod_ruid2/mod_ruid2-0.9.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,8 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="amd64 x86" -DEPEND="sys-libs/libcap" +DEPEND="sys-libs/libcap + virtual/libcrypt:=" RDEPEND="${DEPEND}" S="${WORKDIR}/mod-ruid2-${P}" @@ -31,6 +32,11 @@ DOCFILES="README ruid2.conf" need_apache2 +pkg_setup() { + _init_apache2 + _init_apache2_late +} + src_compile() { emake CC="$(tc-getCC)" V=1 } diff --git a/www-apache/mod_ruid2/mod_ruid2-9999.ebuild b/www-apache/mod_ruid2/mod_ruid2-9999.ebuild index 525f50f7..ee0dc7e4 100644 --- a/www-apache/mod_ruid2/mod_ruid2-9999.ebuild +++ b/www-apache/mod_ruid2/mod_ruid2-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,8 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="" -DEPEND="sys-libs/libcap" +DEPEND="sys-libs/libcap + virtual/libcrypt:=" RDEPEND="${DEPEND}" PATCHES=( @@ -29,6 +30,11 @@ DOCFILES="README ruid2.conf" need_apache2 +pkg_setup() { + _init_apache2 + _init_apache2_late +} + src_compile() { emake CC="$(tc-getCC)" V=1 } |