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 520FF1382C5 for ; Tue, 22 Jun 2021 18:19:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F4F6E0874; Tue, 22 Jun 2021 18:19:28 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 7965FE0874 for ; Tue, 22 Jun 2021 18:19:28 +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 790623406C0 for ; Tue, 22 Jun 2021 18:19:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E31807BC for ; Tue, 22 Jun 2021 18:19:24 +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: <1624385929.f53cc0743dae659f37d839811afb73470a87bff8.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/cfengine/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/cfengine/cfengine-3.6.2.ebuild X-VCS-Directories: net-misc/cfengine/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f53cc0743dae659f37d839811afb73470a87bff8 X-VCS-Branch: master Date: Tue, 22 Jun 2021 18:19:24 +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: 4b39ecce-e750-48fc-ab89-373509455b89 X-Archives-Hash: 1cd752253451b51f5fdbe0c2875d0d8a commit: f53cc0743dae659f37d839811afb73470a87bff8 Author: Ionen Wolkens gentoo org> AuthorDate: Mon Jun 21 22:27:18 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jun 22 18:18:49 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f53cc074 net-misc/cfengine: use binding := for dev-libs/openssl No revbump given currently does not seem to build wrt bug #791619 Acked-by: David Seifert gentoo.org> Signed-off-by: Ionen Wolkens gentoo.org> Signed-off-by: Sam James gentoo.org> net-misc/cfengine/cfengine-3.6.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/cfengine/cfengine-3.6.2.ebuild b/net-misc/cfengine/cfengine-3.6.2.ebuild index 2bdad3a9ba8..9564bdf6446 100644 --- a/net-misc/cfengine/cfengine-3.6.2.ebuild +++ b/net-misc/cfengine/cfengine-3.6.2.ebuild @@ -28,7 +28,7 @@ DEPEND="acl? ( virtual/acl ) qdbm? ( dev-db/qdbm ) libvirt? ( app-emulation/libvirt ) xml? ( dev-libs/libxml2:2 ) \ - dev-libs/openssl + dev-libs/openssl:= dev-libs/libpcre net-libs/libnsl" RDEPEND="${DEPEND}"