diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-03-21 17:47:50 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-03-21 17:47:50 +0100 |
commit | 1d32f5637b57db10e5b2c7679125514a86bc2574 (patch) | |
tree | 8c32f6e3d0d217dd16970090a0a5b2b6f68affd1 /net-wireless | |
parent | net-wireless/bluez: arm stable wrt bug #712292 (diff) | |
download | gentoo-1d32f5637b57db10e5b2c7679125514a86bc2574.tar.gz gentoo-1d32f5637b57db10e5b2c7679125514a86bc2574.tar.bz2 gentoo-1d32f5637b57db10e5b2c7679125514a86bc2574.zip |
net-wireless/iwd: arm stable wrt bug #712292
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'net-wireless')
-rw-r--r-- | net-wireless/iwd/iwd-1.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-wireless/iwd/iwd-1.5.ebuild b/net-wireless/iwd/iwd-1.5.ebuild index 10fc14036193..621c3152c043 100644 --- a/net-wireless/iwd/iwd-1.5.ebuild +++ b/net-wireless/iwd/iwd-1.5.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" |