Gentoo Archives: gentoo-commits

From: Ben Kohler <bkohler@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/iwd/
Date: Wed, 01 Apr 2020 15:39:11
Message-Id: 1585755515.677957befa02cc1cdfc8f664761c49485e01c2a0.bkohler@gentoo
1 commit: 677957befa02cc1cdfc8f664761c49485e01c2a0
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 1 15:38:21 2020 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 1 15:38:35 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=677957be
7
8 net-wireless/iwd: check for RFKILL
9
10 Closes: https://bugs.gentoo.org/715730
11 Package-Manager: Portage-2.3.96, Repoman-2.3.22
12 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
13
14 net-wireless/iwd/iwd-1.6.ebuild | 1 +
15 net-wireless/iwd/iwd-9999.ebuild | 3 ++-
16 2 files changed, 3 insertions(+), 1 deletion(-)
17
18 diff --git a/net-wireless/iwd/iwd-1.6.ebuild b/net-wireless/iwd/iwd-1.6.ebuild
19 index edd6c147e99..256d210e256 100644
20 --- a/net-wireless/iwd/iwd-1.6.ebuild
21 +++ b/net-wireless/iwd/iwd-1.6.ebuild
22 @@ -59,6 +59,7 @@ pkg_pretend() {
23 ~CRYPTO_USER_API_SKCIPHER
24 ~KEY_DH_OPERATIONS
25 ~PKCS7_MESSAGE_PARSER
26 + ~RFKILL
27 ~X509_CERTIFICATE_PARSER
28 "
29 if use crda;then
30
31 diff --git a/net-wireless/iwd/iwd-9999.ebuild b/net-wireless/iwd/iwd-9999.ebuild
32 index e9b67b97660..01699edb1c5 100644
33 --- a/net-wireless/iwd/iwd-9999.ebuild
34 +++ b/net-wireless/iwd/iwd-9999.ebuild
35 @@ -13,7 +13,7 @@ if [[ ${PV} == *9999* ]]; then
36 ELL_EGIT_REPO_URI="https://git.kernel.org/pub/scm/libs/ell/ell.git"
37 else
38 SRC_URI="https://www.kernel.org/pub/linux/network/wireless/${P}.tar.xz"
39 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~sparc ~x86"
40 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
41 fi
42
43 DESCRIPTION="Wireless daemon for linux"
44 @@ -59,6 +59,7 @@ pkg_pretend() {
45 ~CRYPTO_USER_API_SKCIPHER
46 ~KEY_DH_OPERATIONS
47 ~PKCS7_MESSAGE_PARSER
48 + ~RFKILL
49 ~X509_CERTIFICATE_PARSER
50 "
51 if use crda;then