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 459FB139337 for ; Mon, 26 Jul 2021 17:30:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 84227E092F; Mon, 26 Jul 2021 17:30:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 69067E092F for ; Mon, 26 Jul 2021 17:30:22 +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 B8326342DFD for ; Mon, 26 Jul 2021 17:30:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 64015798 for ; Mon, 26 Jul 2021 17:30:18 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1627320563.0257f3c39044653077dcda68ce9fb43bd11145cf.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libgudev/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libgudev/libgudev-236.ebuild X-VCS-Directories: dev-libs/libgudev/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 0257f3c39044653077dcda68ce9fb43bd11145cf X-VCS-Branch: master Date: Mon, 26 Jul 2021 17:30:18 +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: 3c5c16fc-9634-436c-b6b8-defab0179c17 X-Archives-Hash: 119b55422ac1da4a429d6abea824c99e commit: 0257f3c39044653077dcda68ce9fb43bd11145cf Author: Mike Gilbert gentoo org> AuthorDate: Mon Jul 26 17:29:23 2021 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Mon Jul 26 17:29:23 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0257f3c3 dev-libs/libgudev: disable tests correctly Signed-off-by: Mike Gilbert gentoo.org> dev-libs/libgudev/libgudev-236.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libgudev/libgudev-236.ebuild b/dev-libs/libgudev/libgudev-236.ebuild index d2c7aacb79f..335ffc0b5cd 100644 --- a/dev-libs/libgudev/libgudev-236.ebuild +++ b/dev-libs/libgudev/libgudev-236.ebuild @@ -37,7 +37,7 @@ multilib_src_configure() { $(meson_native_use_feature introspection) -Dgtk_doc=false -Ddefault_library=$(usex static-libs both shared) - -Dumockdev=disabled # umockdev tests currently don't pass (might need extra setup) + -Dtests=disabled # umockdev tests currently don't pass (might need extra setup) -Dvapi=disabled ) meson_src_configure