diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-01-23 13:17:54 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-01-23 13:17:54 +0100 |
commit | 4c88d04436ef3e1a0a1c49656e3b1816816cdc0e (patch) | |
tree | c94307a57db9518e2321f78781cca13e11f427e5 /net-wireless | |
parent | dev-libs/ell: x86 stable wrt bug #706096 (diff) | |
download | gentoo-4c88d04436ef3e1a0a1c49656e3b1816816cdc0e.tar.gz gentoo-4c88d04436ef3e1a0a1c49656e3b1816816cdc0e.tar.bz2 gentoo-4c88d04436ef3e1a0a1c49656e3b1816816cdc0e.zip |
net-wireless/iwd: x86 stable wrt bug #706096
Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'net-wireless')
-rw-r--r-- | net-wireless/iwd/iwd-1.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-wireless/iwd/iwd-1.4.ebuild b/net-wireless/iwd/iwd-1.4.ebuild index 6bd613c9edbe..6a604916fe72 100644 --- a/net-wireless/iwd/iwd-1.4.ebuild +++ b/net-wireless/iwd/iwd-1.4.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" |