www-apache/mod_qos: fix DEPEND typo

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2021-04-02 12:20:19 +01:00
parent 8f8a56b284
commit 483fa248c5
3 changed files with 9 additions and 6 deletions

View File

@@ -1,7 +1,8 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit autotools apache-module
DESCRIPTION="A QOS module for the apache webserver"
@@ -19,7 +20,7 @@ RDEPEND="
media-libs/libpng:0=
sys-libs/zlib:0=
"
DEPEND="${DEPEND}"
DEPEND="${RDEPEND}"
APXS2_S="${S}/apache2"
APACHE2_MOD_CONF="10_${PN}"

View File

@@ -1,7 +1,8 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit autotools apache-module
DESCRIPTION="A QOS module for the apache webserver"
@@ -19,7 +20,7 @@ RDEPEND="
media-libs/libpng:0=
sys-libs/zlib:0=
"
DEPEND="${DEPEND}"
DEPEND="${RDEPEND}"
APXS2_S="${S}/apache2"
APACHE2_MOD_CONF="10_${PN}"

View File

@@ -1,7 +1,8 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit autotools apache-module
DESCRIPTION="A QOS module for the apache webserver"
@@ -20,7 +21,7 @@ RDEPEND="
media-libs/libpng:0=
sys-libs/zlib:0=
"
DEPEND="${DEPEND}"
DEPEND="${RDEPEND}"
APXS2_S="${S}/apache2"
APACHE2_MOD_CONF="10_${PN}"