diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2018-03-16 23:42:58 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2018-03-16 23:42:58 +0100 |
commit | 28a9b6548d4d0e91ed5a5635135cde13cad66fc3 (patch) | |
tree | aee09f0ac3079eedfbc22a09ac969a27fcf06456 /net-dialup | |
parent | media-sound/umurmur: Added sub-slot dep operator for dev-libs/openssl. (diff) | |
download | gentoo-28a9b6548d4d0e91ed5a5635135cde13cad66fc3.tar.gz gentoo-28a9b6548d4d0e91ed5a5635135cde13cad66fc3.tar.bz2 gentoo-28a9b6548d4d0e91ed5a5635135cde13cad66fc3.zip |
net-dialup/ppp: Added sub-slot dep operator for dev-libs/openssl.
Package-Manager: Portage-2.3.24, Repoman-2.3.6
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}" |