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 D94D8138331 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 AAB6CE087D; Fri, 16 Mar 2018 22:50:43 +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 76E06E087D for ; Fri, 16 Mar 2018 22:50:43 +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 0862B335C91 for ; Fri, 16 Mar 2018 22:50:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A9777259 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: <1521240178.28a9b6548d4d0e91ed5a5635135cde13cad66fc3.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dialup/ppp/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dialup/ppp/ppp-2.4.7-r3.ebuild net-dialup/ppp/ppp-2.4.7-r5.ebuild X-VCS-Directories: net-dialup/ppp/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 28a9b6548d4d0e91ed5a5635135cde13cad66fc3 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: d1ac30d7-1769-4d07-bd0b-a5a1967977aa X-Archives-Hash: 9da2c8e34f18936f706e4033e29f6684 commit: 28a9b6548d4d0e91ed5a5635135cde13cad66fc3 Author: Lars Wendler gentoo org> AuthorDate: Fri Mar 16 22:42:58 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Fri Mar 16 22:42:58 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28a9b654 net-dialup/ppp: Added sub-slot dep operator for dev-libs/openssl. Package-Manager: Portage-2.3.24, Repoman-2.3.6 net-dialup/ppp/ppp-2.4.7-r3.ebuild | 4 ++-- net-dialup/ppp/ppp-2.4.7-r5.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net-dialup/ppp/ppp-2.4.7-r3.ebuild b/net-dialup/ppp/ppp-2.4.7-r3.ebuild index 5567a009906..896162d151b 100644 --- a/net-dialup/ppp/ppp-2.4.7-r3.ebuild +++ b/net-dialup/ppp/ppp-2.4.7-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -23,7 +23,7 @@ DEPEND="activefilter? ( net-libs/libpcap ) gtk? ( x11-libs/gtk+:2 ) eap-tls? ( net-misc/curl - !libressl? ( dev-libs/openssl:0 ) + !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl ) )" RDEPEND="${DEPEND}" diff --git a/net-dialup/ppp/ppp-2.4.7-r5.ebuild b/net-dialup/ppp/ppp-2.4.7-r5.ebuild index d4a55aff1e0..801baf73853 100644 --- a/net-dialup/ppp/ppp-2.4.7-r5.ebuild +++ b/net-dialup/ppp/ppp-2.4.7-r5.ebuild @@ -23,7 +23,7 @@ DEPEND="activefilter? ( net-libs/libpcap ) gtk? ( x11-libs/gtk+:2 ) eap-tls? ( net-misc/curl - !libressl? ( dev-libs/openssl:0 ) + !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl ) )" RDEPEND="${DEPEND}"