diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-03-27 19:24:11 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-03-27 19:24:11 +0100 |
commit | f94aeb8f9290cc7e07556121c53f0c738c9bb4ad (patch) | |
tree | cc8aaf76b198119dcce1be322a6e21ab60665e8b /net-vpn/openconnect | |
parent | sys-devel/gcc: ppc stable wrt bug #762907 (diff) | |
download | gentoo-f94aeb8f9290cc7e07556121c53f0c738c9bb4ad.tar.gz gentoo-f94aeb8f9290cc7e07556121c53f0c738c9bb4ad.tar.bz2 gentoo-f94aeb8f9290cc7e07556121c53f0c738c9bb4ad.zip |
net-vpn/openconnect: ppc64 stable wrt bug #754057
Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'net-vpn/openconnect')
-rw-r--r-- | net-vpn/openconnect/openconnect-8.09-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-vpn/openconnect/openconnect-8.09-r3.ebuild b/net-vpn/openconnect/openconnect-8.09-r3.ebuild index 6047f92abf25..c5c21a23d94d 100644 --- a/net-vpn/openconnect/openconnect-8.09-r3.ebuild +++ b/net-vpn/openconnect/openconnect-8.09-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 2011-2020 Gentoo Authors +# Copyright 2011-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then inherit git-r3 autotools else ARCHIVE_URI="ftp://ftp.infradead.org/pub/${PN}/${P}.tar.gz" - KEYWORDS="amd64 arm arm64 ~ppc64 x86" + KEYWORDS="amd64 arm arm64 ppc64 x86" fi VPNC_VER=20200226 SRC_URI="${ARCHIVE_URI} |