diff options
author | Mike Gilbert <floppym@gentoo.org> | 2016-04-07 14:29:15 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2016-04-07 14:29:40 -0400 |
commit | 3602a6fd72ad649264d9d30e6675b68caf75c4e1 (patch) | |
tree | a4240d3470ee549b111c5eaf66892e103acc3888 /net-misc/openconnect | |
parent | x11-drivers/xf86-input-libinput: Version bump to 0.18.0 (diff) | |
download | gentoo-3602a6fd72ad649264d9d30e6675b68caf75c4e1.tar.gz gentoo-3602a6fd72ad649264d9d30e6675b68caf75c4e1.tar.bz2 gentoo-3602a6fd72ad649264d9d30e6675b68caf75c4e1.zip |
net-misc/openconnect: Cleanup stoken change
Package-Manager: portage-2.2.28_p64
Diffstat (limited to 'net-misc/openconnect')
-rw-r--r-- | net-misc/openconnect/openconnect-7.06-r3.ebuild | 3 | ||||
-rw-r--r-- | net-misc/openconnect/openconnect-9999.ebuild | 3 |
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) \ |