diff options
author | Sam James <sam@gentoo.org> | 2022-07-31 09:26:44 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-31 09:26:44 +0100 |
commit | 22f3840df0388c26f8ede2cff543d668eba21fa3 (patch) | |
tree | f84c26eb0dea1239c556c632f69b0baaf479777d /net-vpn | |
parent | dev-db/sqlite: Stabilize 3.39.2 amd64, #862429 (diff) | |
download | gentoo-22f3840df0388c26f8ede2cff543d668eba21fa3.tar.gz gentoo-22f3840df0388c26f8ede2cff543d668eba21fa3.tar.bz2 gentoo-22f3840df0388c26f8ede2cff543d668eba21fa3.zip |
net-vpn/openconnect: Stabilize 9.01 x86, #862405
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-vpn')
-rw-r--r-- | net-vpn/openconnect/openconnect-9.01.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-vpn/openconnect/openconnect-9.01.ebuild b/net-vpn/openconnect/openconnect-9.01.ebuild index fb3abe151d4a..1f2967acde1c 100644 --- a/net-vpn/openconnect/openconnect-9.01.ebuild +++ b/net-vpn/openconnect/openconnect-9.01.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then inherit git-r3 autotools else SRC_URI="ftp://ftp.infradead.org/pub/${PN}/${P}.tar.gz" - KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86" fi DESCRIPTION="Free client for Cisco AnyConnect SSL VPN software" |