diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-03-21 17:49:41 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-03-21 17:49:41 +0100 |
commit | fce11df8793eb67d21785a185528bf4d3180b270 (patch) | |
tree | 22ee55da97475163359b3ea63053716e171e2de7 /net-wireless/iwd | |
parent | net-wireless/bluez: ppc stable wrt bug #712292 (diff) | |
download | gentoo-fce11df8793eb67d21785a185528bf4d3180b270.tar.gz gentoo-fce11df8793eb67d21785a185528bf4d3180b270.tar.bz2 gentoo-fce11df8793eb67d21785a185528bf4d3180b270.zip |
net-wireless/iwd: ppc stable wrt bug #712292
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'net-wireless/iwd')
-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 621c3152c043..31430dc1cc08 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" |