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: Mon, 29 Mar 2021 14:39:12
Message-Id: 1617028742.e98e032462cb92d9871ec2fc3ac417cec5cc7f97.bkohler@gentoo
1 commit: e98e032462cb92d9871ec2fc3ac417cec5cc7f97
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 29 14:38:24 2021 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 29 14:39:02 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e98e0324
7
8 net-wireless/iwd: fix one last COMMON_DEPEND usage
9
10 Closes: https://bugs.gentoo.org/779091
11 Package-Manager: Portage-3.0.18, Repoman-3.0.3
12 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
13
14 net-wireless/iwd/iwd-1.13.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/net-wireless/iwd/iwd-1.13.ebuild b/net-wireless/iwd/iwd-1.13.ebuild
18 index 438b2aa425c..709afebddeb 100644
19 --- a/net-wireless/iwd/iwd-1.13.ebuild
20 +++ b/net-wireless/iwd/iwd-1.13.ebuild
21 @@ -29,7 +29,7 @@ DEPEND="
22 client? ( sys-libs/readline:0= )
23 "
24
25 -[[ -z "${ELL_REQ}" ]] || COMMON_DEPEND+=" ~dev-libs/ell-${ELL_REQ}"
26 +[[ -z "${ELL_REQ}" ]] || DEPEND+=" ~dev-libs/ell-${ELL_REQ}"
27
28 RDEPEND="
29 ${DEPEND}