diff options
author | Sam James <sam@gentoo.org> | 2020-08-15 01:23:12 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-08-15 01:23:12 +0000 |
commit | 3338b2cbad6e7215b4fe5c7c87aa7d5231bf3a23 (patch) | |
tree | a81f76539dc284195739a0fd585aff745b39a4c0 /net-wireless | |
parent | dev-libs/ell: Stabilize 0.32 amd64, #736541 (diff) | |
download | gentoo-3338b2cbad6e7215b4fe5c7c87aa7d5231bf3a23.tar.gz gentoo-3338b2cbad6e7215b4fe5c7c87aa7d5231bf3a23.tar.bz2 gentoo-3338b2cbad6e7215b4fe5c7c87aa7d5231bf3a23.zip |
net-wireless/iwd: Stabilize 1.8-r1 amd64, #736541
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-wireless')
-rw-r--r-- | net-wireless/iwd/iwd-1.8-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-wireless/iwd/iwd-1.8-r1.ebuild b/net-wireless/iwd/iwd-1.8-r1.ebuild index 275df77dbd83..1dc58ee3c316 100644 --- a/net-wireless/iwd/iwd-1.8-r1.ebuild +++ b/net-wireless/iwd/iwd-1.8-r1.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" |