summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-misc/openconnect/openconnect-7.06-r3.ebuild3
-rw-r--r--net-misc/openconnect/openconnect-9999.ebuild3
2 files changed, 2 insertions, 4 deletions
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) \