summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-apache/mod_qos/mod_qos-11.66.ebuild')
-rw-r--r--www-apache/mod_qos/mod_qos-11.66.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/www-apache/mod_qos/mod_qos-11.66.ebuild b/www-apache/mod_qos/mod_qos-11.66.ebuild
index 9659eec93ecb..32b1e831b2e3 100644
--- a/www-apache/mod_qos/mod_qos-11.66.ebuild
+++ b/www-apache/mod_qos/mod_qos-11.66.ebuild
@@ -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}"