From: Mike Gilbert Date: Thu, 6 Oct 2016 06:59:28 +0000 (-0400) Subject: net-misc/openconnect: Optionally depend on lz4 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=5ad6769c29f9ecf6c653657148a9dc803e7d8d28;p=gentoo.git net-misc/openconnect: Optionally depend on lz4 Bug: https://bugs.gentoo.org/596192 Package-Manager: portage-2.3.1_p6 --- diff --git a/net-misc/openconnect/metadata.xml b/net-misc/openconnect/metadata.xml index 270f27d8e444..392587d6e70e 100644 --- a/net-misc/openconnect/metadata.xml +++ b/net-misc/openconnect/metadata.xml @@ -15,9 +15,10 @@ Proxied maintainer. Copy on bugs. - Build GSSAPI support. + Build GSSAPI support Build JNI bindings using jni.h - Enable proxy support. - Enable stoken support. + Enable proxy support + Enable support for lz4 compression + Enable stoken support diff --git a/net-misc/openconnect/openconnect-7.07-r2.ebuild b/net-misc/openconnect/openconnect-7.07-r2.ebuild index 57ae5c007fa9..5e793cdb3a10 100644 --- a/net-misc/openconnect/openconnect-7.07-r2.ebuild +++ b/net-misc/openconnect/openconnect-7.07-r2.ebuild @@ -25,7 +25,7 @@ HOMEPAGE="http://www.infradead.org/openconnect.html" LICENSE="LGPL-2.1 GPL-2" SLOT="0/5" -IUSE="doc +gnutls gssapi java libproxy nls smartcard static-libs stoken" +IUSE="doc +gnutls gssapi java libproxy lz4 nls smartcard static-libs stoken" DEPEND="dev-libs/libxml2 sys-libs/zlib @@ -38,6 +38,7 @@ DEPEND="dev-libs/libxml2 ) gssapi? ( virtual/krb5 ) libproxy? ( net-libs/libproxy ) + lz4? ( app-arch/lz4:= ) nls? ( virtual/libintl ) smartcard? ( sys-apps/pcsc-lite:0= ) stoken? ( app-crypt/stoken )" @@ -99,6 +100,7 @@ src_configure() { $(use_with !gnutls openssl) \ $(use_with gnutls ) \ $(use_with libproxy) \ + $(use_with lz4) \ $(use_with gssapi) \ $(use_with smartcard libpcsclite) \ $(use_with stoken) \ diff --git a/net-misc/openconnect/openconnect-9999.ebuild b/net-misc/openconnect/openconnect-9999.ebuild index 1fe1adad2ea9..4abd3db278a0 100644 --- a/net-misc/openconnect/openconnect-9999.ebuild +++ b/net-misc/openconnect/openconnect-9999.ebuild @@ -25,7 +25,7 @@ HOMEPAGE="http://www.infradead.org/openconnect.html" LICENSE="LGPL-2.1 GPL-2" SLOT="0/5" -IUSE="doc +gnutls gssapi java libproxy nls smartcard static-libs stoken" +IUSE="doc +gnutls gssapi java libproxy lz4 nls smartcard static-libs stoken" DEPEND="dev-libs/libxml2 sys-libs/zlib @@ -38,6 +38,7 @@ DEPEND="dev-libs/libxml2 ) gssapi? ( virtual/krb5 ) libproxy? ( net-libs/libproxy ) + lz4? ( app-arch/lz4:= ) nls? ( virtual/libintl ) smartcard? ( sys-apps/pcsc-lite:0= ) stoken? ( app-crypt/stoken )" @@ -95,6 +96,7 @@ src_configure() { $(use_with !gnutls openssl) \ $(use_with gnutls ) \ $(use_with libproxy) \ + $(use_with lz4) \ $(use_with gssapi) \ $(use_with smartcard libpcsclite) \ $(use_with stoken) \