Skip to content

Commit

Permalink
net-wireless/iwd: check for RFKILL
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/715730
Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Ben Kohler <[email protected]>
  • Loading branch information
benkohler committed Apr 1, 2020
1 parent 61d966f commit 677957b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions net-wireless/iwd/iwd-1.6.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ pkg_pretend() {
~CRYPTO_USER_API_SKCIPHER
~KEY_DH_OPERATIONS
~PKCS7_MESSAGE_PARSER
~RFKILL
~X509_CERTIFICATE_PARSER
"
if use crda;then
Expand Down
3 changes: 2 additions & 1 deletion net-wireless/iwd/iwd-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -59,6 +59,7 @@ pkg_pretend() {
~CRYPTO_USER_API_SKCIPHER
~KEY_DH_OPERATIONS
~PKCS7_MESSAGE_PARSER
~RFKILL
~X509_CERTIFICATE_PARSER
"
if use crda;then
Expand Down

0 comments on commit 677957b

Please sign in to comment.