From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DB1511580B9 for ; Sat, 28 Aug 2021 04:35:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 03C27E0895; Sat, 28 Aug 2021 04:35:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DF402E0895 for ; Sat, 28 Aug 2021 04:35:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9273D335D55 for ; Sat, 28 Aug 2021 04:35:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F27A074 for ; Sat, 28 Aug 2021 04:35:07 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1630125275.d68ab2233e50359bde9d10d5abed8cd1e979d9c1.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/iwdevtools/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/iwdevtools/iwdevtools-9999.ebuild X-VCS-Directories: app-portage/iwdevtools/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: d68ab2233e50359bde9d10d5abed8cd1e979d9c1 X-VCS-Branch: master Date: Sat, 28 Aug 2021 04:35:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b304a33f-b5f1-43df-8384-8e1dc4547f5e X-Archives-Hash: b6abbee3c05dbe2831d618b4f0af0d67 commit: d68ab2233e50359bde9d10d5abed8cd1e979d9c1 Author: Ionen Wolkens gentoo org> AuthorDate: Sat Aug 28 04:33:03 2021 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Sat Aug 28 04:34:35 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d68ab223 app-portage/iwdevtools: add -Dtest check for live ebuild Not strictly necessary but may be good to avoid possible compiling failures when compiling is only needed for tests. Signed-off-by: Ionen Wolkens gentoo.org> app-portage/iwdevtools/iwdevtools-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-portage/iwdevtools/iwdevtools-9999.ebuild b/app-portage/iwdevtools/iwdevtools-9999.ebuild index 94f757693e2..6909777369a 100644 --- a/app-portage/iwdevtools/iwdevtools-9999.ebuild +++ b/app-portage/iwdevtools/iwdevtools-9999.ebuild @@ -25,7 +25,7 @@ RDEPEND=" BDEPEND="test? ( ${RDEPEND} )" src_configure() { - meson_src_configure -Ddocdir=${PF} + meson_src_configure -Ddocdir=${PF} $(meson_use test) } pkg_postinst() {