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 A7F3F138334 for ; Tue, 31 Dec 2019 09:28:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B8FB3E0E25; Tue, 31 Dec 2019 09:28:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 86501E0E25 for ; Tue, 31 Dec 2019 09:28:24 +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 4FEF134DD95 for ; Tue, 31 Dec 2019 09:28:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3EB2B17 for ; Tue, 31 Dec 2019 09:28:21 +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: <1577784480.0925dc19a94b61e69fd7d586e6493a0cf0c0f7ae.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-proxy/squid/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-proxy/squid/squid-4.9.ebuild X-VCS-Directories: net-proxy/squid/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 0925dc19a94b61e69fd7d586e6493a0cf0c0f7ae X-VCS-Branch: master Date: Tue, 31 Dec 2019 09:28:21 +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: 8f8b580c-2c01-4a13-98db-7a279c145c76 X-Archives-Hash: 75bbf88e372a37504f479d3af6cd7800 commit: 0925dc19a94b61e69fd7d586e6493a0cf0c0f7ae Author: Mikle Kolyada gentoo org> AuthorDate: Tue Dec 31 09:28:00 2019 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Tue Dec 31 09:28:00 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0925dc19 net-proxy/squid: Drop obsolete blocker Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Mikle Kolyada gentoo.org> net-proxy/squid/squid-4.9.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/net-proxy/squid/squid-4.9.ebuild b/net-proxy/squid/squid-4.9.ebuild index 592adc2477e..6da30f64b94 100644 --- a/net-proxy/squid/squid-4.9.ebuild +++ b/net-proxy/squid/squid-4.9.ebuild @@ -61,8 +61,7 @@ RDEPEND="${COMMON_DEPEND} mysql? ( dev-perl/DBD-mysql ) postgres? ( dev-perl/DBD-Pg ) selinux? ( sec-policy/selinux-squid ) - sqlite? ( dev-perl/DBD-SQLite ) - !<=sci-biology/meme-4.8.1-r1" + sqlite? ( dev-perl/DBD-SQLite )" REQUIRED_USE="tproxy? ( caps ) qos? ( caps )"