diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-02 23:00:12 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-02 23:00:12 +0300 |
commit | 4cf4f5ef056e06359a2c11b2ff0f5b09df3c47b0 (patch) | |
tree | 3c7e652160b4c4edd1390288e3d182adf6951ec9 /net-vpn/openfortivpn | |
parent | net-vpn/ipsec-tools: remove libressl support (diff) | |
download | gentoo-4cf4f5ef056e06359a2c11b2ff0f5b09df3c47b0.tar.gz gentoo-4cf4f5ef056e06359a2c11b2ff0f5b09df3c47b0.tar.bz2 gentoo-4cf4f5ef056e06359a2c11b2ff0f5b09df3c47b0.zip |
net-vpn/openfortivpn: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'net-vpn/openfortivpn')
-rw-r--r-- | net-vpn/openfortivpn/openfortivpn-1.13.2.ebuild | 6 | ||||
-rw-r--r-- | net-vpn/openfortivpn/openfortivpn-1.13.3.ebuild | 6 | ||||
-rw-r--r-- | net-vpn/openfortivpn/openfortivpn-1.15.0.ebuild | 6 | ||||
-rw-r--r-- | net-vpn/openfortivpn/openfortivpn-1.16.0.ebuild | 4 |
4 files changed, 7 insertions, 15 deletions
diff --git a/net-vpn/openfortivpn/openfortivpn-1.13.2.ebuild b/net-vpn/openfortivpn/openfortivpn-1.13.2.ebuild index 6055fa16e3ca..db3015c68b85 100644 --- a/net-vpn/openfortivpn/openfortivpn-1.13.2.ebuild +++ b/net-vpn/openfortivpn/openfortivpn-1.13.2.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}" diff --git a/net-vpn/openfortivpn/openfortivpn-1.13.3.ebuild b/net-vpn/openfortivpn/openfortivpn-1.13.3.ebuild index 2cda60426dcc..0c64cdfd137f 100644 --- a/net-vpn/openfortivpn/openfortivpn-1.13.3.ebuild +++ b/net-vpn/openfortivpn/openfortivpn-1.13.3.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}" 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}" diff --git a/net-vpn/openfortivpn/openfortivpn-1.16.0.ebuild b/net-vpn/openfortivpn/openfortivpn-1.16.0.ebuild index 07bc57683ad6..0c64cdfd137f 100644 --- a/net-vpn/openfortivpn/openfortivpn-1.16.0.ebuild +++ b/net-vpn/openfortivpn/openfortivpn-1.16.0.ebuild @@ -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}" |