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 8B0E513835A for ; Sun, 2 May 2021 12:37:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F16D6E08EC; Sun, 2 May 2021 12:37:10 +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 DC104E08EC for ; Sun, 2 May 2021 12:37:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 8215233D3C1 for ; Sun, 2 May 2021 12:37:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E153D73D for ; Sun, 2 May 2021 12:37:07 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1619958751.4cf5747ed67fa2f1d261b3f93a20fdcfd1f31a8e.zlogene@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.66.ebuild X-VCS-Directories: www-apache/mod_qos/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 4cf5747ed67fa2f1d261b3f93a20fdcfd1f31a8e X-VCS-Branch: master Date: Sun, 2 May 2021 12:37:07 +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: 3cd116d1-7cf0-4d1a-9c12-f005ab5f4342 X-Archives-Hash: dd458ccc48087454ff7c531218c1279b commit: 4cf5747ed67fa2f1d261b3f93a20fdcfd1f31a8e Author: Mikle Kolyada gentoo org> AuthorDate: Sun May 2 12:32:31 2021 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun May 2 12:32:31 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cf5747e www-apache/mod_qos: remove libressl support Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada gentoo.org> www-apache/mod_qos/mod_qos-11.66.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/www-apache/mod_qos/mod_qos-11.66.ebuild b/www-apache/mod_qos/mod_qos-11.66.ebuild index 32b1e831b2e..412c8e3c8eb 100644 --- a/www-apache/mod_qos/mod_qos-11.66.ebuild +++ b/www-apache/mod_qos/mod_qos-11.66.ebuild @@ -12,12 +12,10 @@ SRC_URI="mirror://sourceforge/mod-qos/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="libressl" RDEPEND=" dev-libs/libpcre:3 - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) + dev-libs/openssl:0= media-libs/libpng:0= sys-libs/zlib:0= "