diff options
-rw-r--r-- | net-vpn/peervpn/peervpn-0.044-r4.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net-vpn/peervpn/peervpn-0.044-r4.ebuild b/net-vpn/peervpn/peervpn-0.044-r4.ebuild index 27b19165e236..7d270551df87 100644 --- a/net-vpn/peervpn/peervpn-0.044-r4.ebuild +++ b/net-vpn/peervpn/peervpn-0.044-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,8 +13,9 @@ SRC_URI="https://github.com/peervpn/peervpn/archive/${EGIT_COMMIT}.tar.gz -> ${P LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" -RDEPEND="dev-libs/openssl:0=" +IUSE="libressl" +RDEPEND="libressl? ( dev-libs/libressl:0= ) + !libressl? ( <dev-libs/openssl-1.1:0= )" DEPEND="${RDEPEND}" S=${WORKDIR}/${PN}-${EGIT_COMMIT} |