Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_qos/
Date: Fri, 02 Apr 2021 14:01:47
Message-Id: 1617372004.483fa248c537037e1d5a5ee1f3a57a2b6cb33cb6.sam@gentoo
1 commit: 483fa248c537037e1d5a5ee1f3a57a2b6cb33cb6
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 2 11:20:19 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 2 14:00:04 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=483fa248
7
8 www-apache/mod_qos: fix DEPEND typo
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 www-apache/mod_qos/mod_qos-11.61.ebuild | 5 +++--
13 www-apache/mod_qos/mod_qos-11.65.ebuild | 5 +++--
14 www-apache/mod_qos/mod_qos-11.66.ebuild | 5 +++--
15 3 files changed, 9 insertions(+), 6 deletions(-)
16
17 diff --git a/www-apache/mod_qos/mod_qos-11.61.ebuild b/www-apache/mod_qos/mod_qos-11.61.ebuild
18 index b7bb23e7681..9cfad84c4f1 100644
19 --- a/www-apache/mod_qos/mod_qos-11.61.ebuild
20 +++ b/www-apache/mod_qos/mod_qos-11.61.ebuild
21 @@ -1,7 +1,8 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=5
27 +
28 inherit autotools apache-module
29
30 DESCRIPTION="A QOS module for the apache webserver"
31 @@ -19,7 +20,7 @@ RDEPEND="
32 media-libs/libpng:0=
33 sys-libs/zlib:0=
34 "
35 -DEPEND="${DEPEND}"
36 +DEPEND="${RDEPEND}"
37
38 APXS2_S="${S}/apache2"
39 APACHE2_MOD_CONF="10_${PN}"
40
41 diff --git a/www-apache/mod_qos/mod_qos-11.65.ebuild b/www-apache/mod_qos/mod_qos-11.65.ebuild
42 index 765632d044a..7d7ff9dfbef 100644
43 --- a/www-apache/mod_qos/mod_qos-11.65.ebuild
44 +++ b/www-apache/mod_qos/mod_qos-11.65.ebuild
45 @@ -1,7 +1,8 @@
46 -# Copyright 1999-2020 Gentoo Authors
47 +# Copyright 1999-2021 Gentoo Authors
48 # Distributed under the terms of the GNU General Public License v2
49
50 EAPI=6
51 +
52 inherit autotools apache-module
53
54 DESCRIPTION="A QOS module for the apache webserver"
55 @@ -19,7 +20,7 @@ RDEPEND="
56 media-libs/libpng:0=
57 sys-libs/zlib:0=
58 "
59 -DEPEND="${DEPEND}"
60 +DEPEND="${RDEPEND}"
61
62 APXS2_S="${S}/apache2"
63 APACHE2_MOD_CONF="10_${PN}"
64
65 diff --git a/www-apache/mod_qos/mod_qos-11.66.ebuild b/www-apache/mod_qos/mod_qos-11.66.ebuild
66 index 9659eec93ec..32b1e831b2e 100644
67 --- a/www-apache/mod_qos/mod_qos-11.66.ebuild
68 +++ b/www-apache/mod_qos/mod_qos-11.66.ebuild
69 @@ -1,7 +1,8 @@
70 -# Copyright 1999-2020 Gentoo Authors
71 +# Copyright 1999-2021 Gentoo Authors
72 # Distributed under the terms of the GNU General Public License v2
73
74 EAPI=7
75 +
76 inherit autotools apache-module
77
78 DESCRIPTION="A QOS module for the apache webserver"
79 @@ -20,7 +21,7 @@ RDEPEND="
80 media-libs/libpng:0=
81 sys-libs/zlib:0=
82 "
83 -DEPEND="${DEPEND}"
84 +DEPEND="${RDEPEND}"
85
86 APXS2_S="${S}/apache2"
87 APACHE2_MOD_CONF="10_${PN}"