diff options
Diffstat (limited to 'net-vpn/openfortivpn/openfortivpn-1.15.0.ebuild')
-rw-r--r-- | net-vpn/openfortivpn/openfortivpn-1.15.0.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net-vpn/openfortivpn/openfortivpn-1.15.0.ebuild b/net-vpn/openfortivpn/openfortivpn-1.15.0.ebuild index 2cda60426dcc..0c64cdfd137f 100644 --- a/net-vpn/openfortivpn/openfortivpn-1.15.0.ebuild +++ b/net-vpn/openfortivpn/openfortivpn-1.15.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,12 +12,10 @@ SRC_URI="https://github.com/adrienverge/openfortivpn/archive/v${PV}.tar.gz -> ${ LICENSE="GPL-3-with-openssl-exception openssl" SLOT="0" KEYWORDS="~amd64" -IUSE="libressl" DEPEND=" net-dialup/ppp - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) + dev-libs/openssl:0= " RDEPEND="${DEPEND}" |