diff options
author | Sam James <sam@gentoo.org> | 2021-01-08 00:58:14 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-08 00:58:14 +0000 |
commit | f4a1af6cbcb7331f57189a75736bf5fa7d18082a (patch) | |
tree | f013b48dd7f4a76039f876f87c8d75094e6ed92b /net-wireless | |
parent | dev-libs/ell: Stabilize 0.35 ppc64, #763885 (diff) | |
download | gentoo-f4a1af6cbcb7331f57189a75736bf5fa7d18082a.tar.gz gentoo-f4a1af6cbcb7331f57189a75736bf5fa7d18082a.tar.bz2 gentoo-f4a1af6cbcb7331f57189a75736bf5fa7d18082a.zip |
net-wireless/iwd: Stabilize 1.10 ppc64, #763885
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-wireless')
-rw-r--r-- | net-wireless/iwd/iwd-1.10.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-wireless/iwd/iwd-1.10.ebuild b/net-wireless/iwd/iwd-1.10.ebuild index c9a9cb50c381..c07c53ce4651 100644 --- a/net-wireless/iwd/iwd-1.10.ebuild +++ b/net-wireless/iwd/iwd-1.10.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" |