diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2021-04-28 19:47:45 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2021-04-28 19:47:45 +0300 |
commit | c706341328aacb68fcbc7b710f11297d62d5a588 (patch) | |
tree | be31715d21c865af730111d68f40c2497dc52689 /net-wireless | |
parent | dev-libs/ell: Stabilize 0.39 amd64, #786450 (diff) | |
download | gentoo-c706341328aacb68fcbc7b710f11297d62d5a588.tar.gz gentoo-c706341328aacb68fcbc7b710f11297d62d5a588.tar.bz2 gentoo-c706341328aacb68fcbc7b710f11297d62d5a588.zip |
net-wireless/iwd: Stabilize 1.13 amd64, #786450
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'net-wireless')
-rw-r--r-- | net-wireless/iwd/iwd-1.13.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-wireless/iwd/iwd-1.13.ebuild b/net-wireless/iwd/iwd-1.13.ebuild index 4f438f791168..57d4316230b7 100644 --- a/net-wireless/iwd/iwd-1.13.ebuild +++ b/net-wireless/iwd/iwd-1.13.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" |