diff options
author | Ben Kohler <bkohler@gentoo.org> | 2020-04-01 10:38:21 -0500 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2020-04-01 10:38:35 -0500 |
commit | 677957befa02cc1cdfc8f664761c49485e01c2a0 (patch) | |
tree | 473a0b722261ab67213885922830dcde10b5246b /net-wireless | |
parent | dev-lang/go: stable 1.13.9 on amd64 and x86 (diff) | |
download | gentoo-677957befa02cc1cdfc8f664761c49485e01c2a0.tar.gz gentoo-677957befa02cc1cdfc8f664761c49485e01c2a0.tar.bz2 gentoo-677957befa02cc1cdfc8f664761c49485e01c2a0.zip |
net-wireless/iwd: check for RFKILL
Closes: https://bugs.gentoo.org/715730
Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'net-wireless')
-rw-r--r-- | net-wireless/iwd/iwd-1.6.ebuild | 1 | ||||
-rw-r--r-- | net-wireless/iwd/iwd-9999.ebuild | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/net-wireless/iwd/iwd-1.6.ebuild b/net-wireless/iwd/iwd-1.6.ebuild index edd6c147e99e..256d210e2560 100644 --- a/net-wireless/iwd/iwd-1.6.ebuild +++ b/net-wireless/iwd/iwd-1.6.ebuild @@ -59,6 +59,7 @@ pkg_pretend() { ~CRYPTO_USER_API_SKCIPHER ~KEY_DH_OPERATIONS ~PKCS7_MESSAGE_PARSER + ~RFKILL ~X509_CERTIFICATE_PARSER " if use crda;then diff --git a/net-wireless/iwd/iwd-9999.ebuild b/net-wireless/iwd/iwd-9999.ebuild index e9b67b976608..01699edb1c5b 100644 --- a/net-wireless/iwd/iwd-9999.ebuild +++ b/net-wireless/iwd/iwd-9999.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 ~sparc ~x86" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" fi DESCRIPTION="Wireless daemon for linux" @@ -59,6 +59,7 @@ pkg_pretend() { ~CRYPTO_USER_API_SKCIPHER ~KEY_DH_OPERATIONS ~PKCS7_MESSAGE_PARSER + ~RFKILL ~X509_CERTIFICATE_PARSER " if use crda;then |