diff options
author | 2020-11-06 22:33:14 +0000 | |
---|---|---|
committer | 2020-11-06 22:33:14 +0000 | |
commit | 70575927930c59be77d1693c076c43efa0f2662f (patch) | |
tree | a7d7bf70e39f1d33c2c6e22bcdaf064b22f9807c /net-wireless/iwd | |
parent | sci-libs/arpack: Stabilize 3.7.0 arm, #753248 (diff) | |
download | gentoo-70575927930c59be77d1693c076c43efa0f2662f.tar.gz gentoo-70575927930c59be77d1693c076c43efa0f2662f.tar.bz2 gentoo-70575927930c59be77d1693c076c43efa0f2662f.zip |
net-wireless/iwd: Stabilize 1.9-r1 arm64, #753353
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-wireless/iwd')
-rw-r--r-- | net-wireless/iwd/iwd-1.9-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-wireless/iwd/iwd-1.9-r1.ebuild b/net-wireless/iwd/iwd-1.9-r1.ebuild index d9b58be0e827..4224c41100f2 100644 --- a/net-wireless/iwd/iwd-1.9-r1.ebuild +++ b/net-wireless/iwd/iwd-1.9-r1.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == *9999* ]]; then ELL_EGIT_REPO_URI="https://git.kernel.org/pub/scm/libs/ell/ell.git" else SRC_URI="https://www.kernel.org/pub/linux/network/wireless/${P}.tar.xz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" + KEYWORDS="~alpha ~amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" fi DESCRIPTION="Wireless daemon for linux" |