diff options
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/ppp/ppp-2.4.7-r3.ebuild | 4 | ||||
-rw-r--r-- | 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 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}" |