diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-02 18:04:18 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-02 18:07:55 +0300 |
commit | 1bd57eea7f71ccaa840e6cc914382547179d7fdc (patch) | |
tree | 88a9392032118b0196a437a504f7e7ed80f841b9 /net-vpn | |
parent | gnome-base/gnome-vfs: remove libressl support (diff) | |
download | gentoo-1bd57eea7f71ccaa840e6cc914382547179d7fdc.tar.gz gentoo-1bd57eea7f71ccaa840e6cc914382547179d7fdc.tar.bz2 gentoo-1bd57eea7f71ccaa840e6cc914382547179d7fdc.zip |
net-vpn/tinc: 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')
-rw-r--r-- | net-vpn/tinc/tinc-1.0.35-r2.ebuild | 5 | ||||
-rw-r--r-- | net-vpn/tinc/tinc-1.0.36.ebuild | 5 | ||||
-rw-r--r-- | net-vpn/tinc/tinc-1.1_pre17-r1.ebuild | 5 |
3 files changed, 6 insertions, 9 deletions
diff --git a/net-vpn/tinc/tinc-1.0.35-r2.ebuild b/net-vpn/tinc/tinc-1.0.35-r2.ebuild index 939a35de4cd3..be4c667f269a 100644 --- a/net-vpn/tinc/tinc-1.0.35-r2.ebuild +++ b/net-vpn/tinc/tinc-1.0.35-r2.ebuild @@ -18,11 +18,10 @@ SRC_URI="http://www.tinc-vpn.org/packages/${P}.tar.gz LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="libressl +lzo uml vde +zlib" +IUSE="+lzo uml vde +zlib" DEPEND=" - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) + dev-libs/openssl:0= lzo? ( dev-libs/lzo:2 ) zlib? ( sys-libs/zlib )" RDEPEND="${DEPEND} diff --git a/net-vpn/tinc/tinc-1.0.36.ebuild b/net-vpn/tinc/tinc-1.0.36.ebuild index 1b6f632bb8ab..5094bc4d00f9 100644 --- a/net-vpn/tinc/tinc-1.0.36.ebuild +++ b/net-vpn/tinc/tinc-1.0.36.ebuild @@ -12,11 +12,10 @@ SRC_URI="http://www.tinc-vpn.org/packages/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="libressl +lzo uml vde +zlib" +IUSE="+lzo uml vde +zlib" DEPEND=" - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) + dev-libs/openssl:0= lzo? ( dev-libs/lzo:2 ) zlib? ( sys-libs/zlib )" RDEPEND="${DEPEND} diff --git a/net-vpn/tinc/tinc-1.1_pre17-r1.ebuild b/net-vpn/tinc/tinc-1.1_pre17-r1.ebuild index aa515c1303bf..3d984145f798 100644 --- a/net-vpn/tinc/tinc-1.1_pre17-r1.ebuild +++ b/net-vpn/tinc/tinc-1.1_pre17-r1.ebuild @@ -22,12 +22,11 @@ SRC_URI="http://www.tinc-vpn.org/packages/${MY_P}.tar.gz LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="+lzo +ncurses libressl +readline +ssl uml vde upnp +zlib" +IUSE="+lzo +ncurses +readline +ssl uml vde upnp +zlib" DEPEND=" ssl? ( - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) + dev-libs/openssl:0= ) lzo? ( dev-libs/lzo:2 ) ncurses? ( sys-libs/ncurses:= ) |