From 3602a6fd72ad649264d9d30e6675b68caf75c4e1 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Thu, 7 Apr 2016 14:29:15 -0400 Subject: net-misc/openconnect: Cleanup stoken change Package-Manager: portage-2.2.28_p64 --- net-misc/openconnect/openconnect-7.06-r3.ebuild | 3 +-- net-misc/openconnect/openconnect-9999.ebuild | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'net-misc/openconnect') diff --git a/net-misc/openconnect/openconnect-7.06-r3.ebuild b/net-misc/openconnect/openconnect-7.06-r3.ebuild index 4518c8ad5276..1f0e80c0bc76 100644 --- a/net-misc/openconnect/openconnect-7.06-r3.ebuild +++ b/net-misc/openconnect/openconnect-7.06-r3.ebuild @@ -70,7 +70,7 @@ src_configure() { sed -e 's#"${ac_cv_path_PYTHON}"#""#' -i configure || die fi - # stoken and liboath not in portage + # liboath not in portage econf \ --with-vpnc-script="${EPREFIX}/etc/openconnect/openconnect.sh" \ $(use_enable static-libs static) \ @@ -78,7 +78,6 @@ src_configure() { $(use_with !gnutls openssl) \ $(use_with gnutls ) \ $(use_with libproxy) \ - --without-stoken \ $(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 3a6c716e3625..e0a5bcd2a046 100644 --- a/net-misc/openconnect/openconnect-9999.ebuild +++ b/net-misc/openconnect/openconnect-9999.ebuild @@ -91,7 +91,7 @@ src_configure() { sed -e 's#"${ac_cv_path_PYTHON}"#""#' -i configure || die fi - # stoken and liboath not in portage + # liboath not in portage econf \ --with-vpnc-script="${EPREFIX}/etc/openconnect/openconnect.sh" \ $(use_enable static-libs static) \ @@ -99,7 +99,6 @@ src_configure() { $(use_with !gnutls openssl) \ $(use_with gnutls ) \ $(use_with libproxy) \ - --without-stoken \ $(use_with gssapi) \ $(use_with smartcard libpcsclite) \ $(use_with stoken) \ -- cgit v1.2.3-65-gdbad