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 3C1EE1382C5 for ; Fri, 16 Mar 2018 22:50:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C377E0870; Fri, 16 Mar 2018 22:50:43 +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 2823BE0870 for ; Fri, 16 Mar 2018 22:50:42 +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 8C99F335C8E for ; Fri, 16 Mar 2018 22:50:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BDA2425A for ; Fri, 16 Mar 2018 22:50:39 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1521240243.53ad77348f17dfca79dfa6cf0421f4ee57b8ac5b.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/dhcp/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/dhcp/dhcp-4.3.6_p1.ebuild net-misc/dhcp/dhcp-4.4.1.ebuild X-VCS-Directories: net-misc/dhcp/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 53ad77348f17dfca79dfa6cf0421f4ee57b8ac5b X-VCS-Branch: master Date: Fri, 16 Mar 2018 22:50:39 +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: 85118985-935e-468e-862a-a86c4c5c7113 X-Archives-Hash: 7e7470c516cad99cef3b0cb5f07e92da commit: 53ad77348f17dfca79dfa6cf0421f4ee57b8ac5b Author: Lars Wendler gentoo org> AuthorDate: Fri Mar 16 22:44:03 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Fri Mar 16 22:44:03 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53ad7734 net-misc/dhcp: Added sub-slot dep operator for dev-libs/openssl. Package-Manager: Portage-2.3.24, Repoman-2.3.6 net-misc/dhcp/dhcp-4.3.6_p1.ebuild | 2 +- net-misc/dhcp/dhcp-4.4.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/dhcp/dhcp-4.3.6_p1.ebuild b/net-misc/dhcp/dhcp-4.3.6_p1.ebuild index dfbf259894c..b8dc4ed2b86 100644 --- a/net-misc/dhcp/dhcp-4.3.6_p1.ebuild +++ b/net-misc/dhcp/dhcp-4.3.6_p1.ebuild @@ -30,7 +30,7 @@ DEPEND=" ldap? ( net-nds/openldap ssl? ( - !libressl? ( dev-libs/openssl:0 ) + !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl ) ) )" diff --git a/net-misc/dhcp/dhcp-4.4.1.ebuild b/net-misc/dhcp/dhcp-4.4.1.ebuild index 358e3c1f12a..b092a122950 100644 --- a/net-misc/dhcp/dhcp-4.4.1.ebuild +++ b/net-misc/dhcp/dhcp-4.4.1.ebuild @@ -30,7 +30,7 @@ DEPEND=" ldap? ( net-nds/openldap ssl? ( - !libressl? ( dev-libs/openssl:0 ) + !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl ) ) )"