From: Lars Wendler Date: Fri, 16 Mar 2018 22:42:58 +0000 (+0100) Subject: net-dialup/ppp: Added sub-slot dep operator for dev-libs/openssl. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=28a9b6548d4d0e91ed5a5635135cde13cad66fc3;p=gentoo.git net-dialup/ppp: Added sub-slot dep operator for dev-libs/openssl. Package-Manager: Portage-2.3.24, Repoman-2.3.6 --- diff --git a/net-dialup/ppp/ppp-2.4.7-r3.ebuild b/net-dialup/ppp/ppp-2.4.7-r3.ebuild index 5567a0099066..896162d151bf 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 d4a55aff1e0d..801baf73853f 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}"