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 19DB9138335 for ; Tue, 21 May 2019 18:41:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC364E0858; Tue, 21 May 2019 18:41:21 +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 5BE7AE0858 for ; Tue, 21 May 2019 18:41:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 CAB1C344D50 for ; Tue, 21 May 2019 18:41:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 504E25F8 for ; Tue, 21 May 2019 18:41:17 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1558464054.2785637d1b6d8b8c9f66a98d2f68c00ca4fbf82f.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/trojita/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-client/trojita/trojita-9999.ebuild X-VCS-Directories: mail-client/trojita/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2785637d1b6d8b8c9f66a98d2f68c00ca4fbf82f X-VCS-Branch: master Date: Tue, 21 May 2019 18:41:17 +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: 296a507a-5d6e-421d-8ef6-7a343d186a2e X-Archives-Hash: c62ab38d6813da8a9dba9797dbe9eb13 commit: 2785637d1b6d8b8c9f66a98d2f68c00ca4fbf82f Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue May 21 17:37:21 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue May 21 18:40:54 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2785637d mail-client/trojita: Fix USE test cmake param Upstream commit 925218e09a76f977b3df400555e920ef7b69e351 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> mail-client/trojita/trojita-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail-client/trojita/trojita-9999.ebuild b/mail-client/trojita/trojita-9999.ebuild index b72987f25f9..7740a0aa6ff 100644 --- a/mail-client/trojita/trojita-9999.ebuild +++ b/mail-client/trojita/trojita-9999.ebuild @@ -66,7 +66,7 @@ src_configure() { -DWITH_DBUS=$(usex dbus) -DWITH_QTKEYCHAIN_PLUGIN=$(usex password) -DWITH_SONNET_PLUGIN=$(usex spell) - -DWITH_TESTS=$(usex test) + -DBUILD_TESTING=$(usex test) -DWITH_ZLIB=$(usex zlib) )