Gentoo Archives: gentoo-commits

From: Ionen Wolkens <ionen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/iwdevtools/
Date: Sat, 28 Aug 2021 04:35:11
Message-Id: 1630125275.d68ab2233e50359bde9d10d5abed8cd1e979d9c1.ionen@gentoo
1 commit: d68ab2233e50359bde9d10d5abed8cd1e979d9c1
2 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 28 04:33:03 2021 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 28 04:34:35 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d68ab223
7
8 app-portage/iwdevtools: add -Dtest check for live ebuild
9
10 Not strictly necessary but may be good to avoid possible
11 compiling failures when compiling is only needed for tests.
12
13 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
14
15 app-portage/iwdevtools/iwdevtools-9999.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/app-portage/iwdevtools/iwdevtools-9999.ebuild b/app-portage/iwdevtools/iwdevtools-9999.ebuild
19 index 94f757693e2..6909777369a 100644
20 --- a/app-portage/iwdevtools/iwdevtools-9999.ebuild
21 +++ b/app-portage/iwdevtools/iwdevtools-9999.ebuild
22 @@ -25,7 +25,7 @@ RDEPEND="
23 BDEPEND="test? ( ${RDEPEND} )"
24
25 src_configure() {
26 - meson_src_configure -Ddocdir=${PF}
27 + meson_src_configure -Ddocdir=${PF} $(meson_use test)
28 }
29
30 pkg_postinst() {