diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-05-06 02:59:53 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-05-06 03:01:26 +0200 |
commit | c8090d84da7e8f2e4b89c0cf4e93f12f79e61ac6 (patch) | |
tree | c4a3b552d6c5b9f5c2f331014f1e3b0b9032d930 /net-vpn | |
parent | dev-libs/libudfread: x86 keyworded (bug #717008) (diff) | |
download | gentoo-c8090d84da7e8f2e4b89c0cf4e93f12f79e61ac6.tar.gz gentoo-c8090d84da7e8f2e4b89c0cf4e93f12f79e61ac6.tar.bz2 gentoo-c8090d84da7e8f2e4b89c0cf4e93f12f79e61ac6.zip |
net-vpn/openconnect: x86 keyworded (bug #718792)
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'net-vpn')
-rw-r--r-- | net-vpn/openconnect/openconnect-8.09.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-vpn/openconnect/openconnect-8.09.ebuild b/net-vpn/openconnect/openconnect-8.09.ebuild index 74f5d82f094b..65be38899a1f 100644 --- a/net-vpn/openconnect/openconnect-8.09.ebuild +++ b/net-vpn/openconnect/openconnect-8.09.ebuild @@ -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 ~arm64 ~ppc64" + KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" fi VPNC_VER=20200226 SRC_URI="${ARCHIVE_URI} |