public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_qos/
Date: Fri,  2 Apr 2021 14:01:42 +0000 (UTC)	[thread overview]
Message-ID: <1617372004.483fa248c537037e1d5a5ee1f3a57a2b6cb33cb6.sam@gentoo> (raw)

commit:     483fa248c537037e1d5a5ee1f3a57a2b6cb33cb6
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  2 11:20:19 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Apr  2 14:00:04 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=483fa248

www-apache/mod_qos: fix DEPEND typo

Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-apache/mod_qos/mod_qos-11.61.ebuild | 5 +++--
 www-apache/mod_qos/mod_qos-11.65.ebuild | 5 +++--
 www-apache/mod_qos/mod_qos-11.66.ebuild | 5 +++--
 3 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/www-apache/mod_qos/mod_qos-11.61.ebuild b/www-apache/mod_qos/mod_qos-11.61.ebuild
index b7bb23e7681..9cfad84c4f1 100644
--- a/www-apache/mod_qos/mod_qos-11.61.ebuild
+++ b/www-apache/mod_qos/mod_qos-11.61.ebuild
@@ -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}"

diff --git a/www-apache/mod_qos/mod_qos-11.65.ebuild b/www-apache/mod_qos/mod_qos-11.65.ebuild
index 765632d044a..7d7ff9dfbef 100644
--- a/www-apache/mod_qos/mod_qos-11.65.ebuild
+++ b/www-apache/mod_qos/mod_qos-11.65.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=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}"

diff --git a/www-apache/mod_qos/mod_qos-11.66.ebuild b/www-apache/mod_qos/mod_qos-11.66.ebuild
index 9659eec93ec..32b1e831b2e 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}"


             reply	other threads:[~2021-04-02 14:01 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-02 14:01 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-03 17:53 [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_qos/ Craig Andrews
2024-04-19 13:26 Craig Andrews
2024-04-19 13:26 Craig Andrews
2023-05-19 12:50 Craig Andrews
2023-05-19 12:50 Craig Andrews
2023-01-09 14:23 Craig Andrews
2022-10-25 10:44 Sam James
2022-05-13 20:03 Craig Andrews
2022-03-14 12:34 Craig Andrews
2021-11-22 21:55 Craig Andrews
2021-11-22 21:55 Craig Andrews
2021-11-05 22:23 Craig Andrews
2021-09-21 13:04 Craig Andrews
2021-08-09 15:09 Craig Andrews
2021-07-15 21:39 Sam James
2021-05-02 12:37 Mikle Kolyada
2020-11-18 17:56 Craig Andrews
2020-11-13 20:34 Craig Andrews
2020-11-13 20:34 Craig Andrews
2020-06-26 23:00 Thomas Deutschmann
2020-06-26 23:00 Thomas Deutschmann
2019-01-26 12:43 Pacho Ramos
2019-01-26 12:43 Pacho Ramos

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1617372004.483fa248c537037e1d5a5ee1f3a57a2b6cb33cb6.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox