diff options
| author | BaldEagleOS Migration <dev@baldeagleos.com> | 2026-06-01 21:19:16 -0500 |
|---|---|---|
| committer | BaldEagleOS Migration <dev@baldeagleos.com> | 2026-06-01 21:19:16 -0500 |
| commit | 1aaafa6995916beafff236affdb5cac42f7efd43 (patch) | |
| tree | 41b96fd4c123591da1658c544bd47f28bd315680 /net-vpn/tinc | |
| parent | 612872d2f4364137c6d9c687a6ade601439139a0 (diff) | |
| download | baldeagleos-repo-1aaafa6995916beafff236affdb5cac42f7efd43.tar.gz baldeagleos-repo-1aaafa6995916beafff236affdb5cac42f7efd43.tar.xz baldeagleos-repo-1aaafa6995916beafff236affdb5cac42f7efd43.zip | |
Adding metadata
Diffstat (limited to 'net-vpn/tinc')
| -rw-r--r-- | net-vpn/tinc/tinc-1.0.36.ebuild | 6 | ||||
| -rw-r--r-- | net-vpn/tinc/tinc-1.0.37.ebuild | 6 | ||||
| -rw-r--r-- | net-vpn/tinc/tinc-1.1_pre18.ebuild | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/net-vpn/tinc/tinc-1.0.36.ebuild b/net-vpn/tinc/tinc-1.0.36.ebuild index 1b6f632bb8ab..6a586821f7cd 100644 --- a/net-vpn/tinc/tinc-1.0.36.ebuild +++ b/net-vpn/tinc/tinc-1.0.36.ebuild @@ -12,11 +12,11 @@ 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.37.ebuild b/net-vpn/tinc/tinc-1.0.37.ebuild index 10b9a537b20d..63056fb61518 100644 --- a/net-vpn/tinc/tinc-1.0.37.ebuild +++ b/net-vpn/tinc/tinc-1.0.37.ebuild @@ -11,11 +11,11 @@ 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_pre18.ebuild b/net-vpn/tinc/tinc-1.1_pre18.ebuild index 5161600ac11c..788eee70e8c5 100644 --- a/net-vpn/tinc/tinc-1.1_pre18.ebuild +++ b/net-vpn/tinc/tinc-1.1_pre18.ebuild @@ -13,12 +13,12 @@ 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:= ) |
