From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CACFB13835C for ; Fri, 2 Apr 2021 14:01:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 97600E0827; Fri, 2 Apr 2021 14:01:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 803EBE0827 for ; Fri, 2 Apr 2021 14:01:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 57099340C7B for ; Fri, 2 Apr 2021 14:01:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CC07E63C for ; Fri, 2 Apr 2021 14:01:42 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1617372004.483fa248c537037e1d5a5ee1f3a57a2b6cb33cb6.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_qos/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apache/mod_qos/mod_qos-11.61.ebuild www-apache/mod_qos/mod_qos-11.65.ebuild www-apache/mod_qos/mod_qos-11.66.ebuild X-VCS-Directories: www-apache/mod_qos/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 483fa248c537037e1d5a5ee1f3a57a2b6cb33cb6 X-VCS-Branch: master Date: Fri, 2 Apr 2021 14:01:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: dc05961c-2e1f-47ca-a53d-8ec1863b4e44 X-Archives-Hash: 57ccfc26c4cdfe008a81025e6768bffe commit: 483fa248c537037e1d5a5ee1f3a57a2b6cb33cb6 Author: Sam James gentoo org> AuthorDate: Fri Apr 2 11:20:19 2021 +0000 Commit: Sam James gentoo 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 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}"