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 C3712139083 for ; Fri, 24 Nov 2017 18:22:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CDE05E0F12; Fri, 24 Nov 2017 18:22:39 +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 A9635E0F12 for ; Fri, 24 Nov 2017 18:22:39 +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 1DAAF33BF51 for ; Fri, 24 Nov 2017 18:22:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8B77EA633 for ; Fri, 24 Nov 2017 18:22:36 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1511547741.41682d1eb1c6fba307b3c3b0b2cce8607f2d2432.robbat2@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-antivirus/clamav/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-antivirus/clamav/clamav-0.99.2-r1.ebuild X-VCS-Directories: app-antivirus/clamav/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 41682d1eb1c6fba307b3c3b0b2cce8607f2d2432 X-VCS-Branch: master Date: Fri, 24 Nov 2017 18:22:36 +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-Archives-Salt: 70519f27-465f-4c21-aa7e-0606d8d2a857 X-Archives-Hash: a6a0d67e0127b7a60da7dbb68deab73a commit: 41682d1eb1c6fba307b3c3b0b2cce8607f2d2432 Author: coyote bks tv> AuthorDate: Fri Nov 24 13:53:32 2017 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Fri Nov 24 18:22:21 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41682d1e app-antivirus/clamav: fix dependencies in libpcre & libpcre2 Closes: https://bugs.gentoo.org/628068 Closes: https://bugs.gentoo.org/603940 (cherry picked from commit ba70bffd9067212f57640d39dfb051c92dbab1dc) Signed-off-by: Robin H. Johnson gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/6280 app-antivirus/clamav/clamav-0.99.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-antivirus/clamav/clamav-0.99.2-r1.ebuild b/app-antivirus/clamav/clamav-0.99.2-r1.ebuild index a44017407cf..ec11c3e098f 100644 --- a/app-antivirus/clamav/clamav-0.99.2-r1.ebuild +++ b/app-antivirus/clamav/clamav-0.99.2-r1.ebuild @@ -24,7 +24,7 @@ CDEPEND="bzip2? ( app-arch/bzip2 ) !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) sys-devel/libtool - >dev-libs/libpcre-6 + || ( dev-libs/libpcre2 >dev-libs/libpcre-6 ) !!