mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
www-apache/mod_qos: fix DEPEND typo
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -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}"
|
||||
|
||||
@@ -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}"
|
||||
|
||||
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user