net-misc/openconnect: Cleanup stoken change

Package-Manager: portage-2.2.28_p64
This commit is contained in:
Mike Gilbert
2016-04-07 14:29:15 -04:00
parent 29d00baa21
commit 3602a6fd72
2 changed files with 2 additions and 4 deletions

View File

@@ -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) \

View File

@@ -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) \