From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B0C8F1384B4 for ; Thu, 19 Nov 2015 15:38:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4D90AE07D6; Thu, 19 Nov 2015 15:38:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BA257E07D4 for ; Thu, 19 Nov 2015 15:38:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E70543409F9 for ; Thu, 19 Nov 2015 15:38:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 62C1DB6C for ; Thu, 19 Nov 2015 15:38:29 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1447947077.fbf83b10740e17580cf59f3091810295658c43f3.kensington@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-libs/libqtxdg/ X-VCS-Repository: proj/qt X-VCS-Files: dev-libs/libqtxdg/libqtxdg-9999.ebuild X-VCS-Directories: dev-libs/libqtxdg/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: fbf83b10740e17580cf59f3091810295658c43f3 X-VCS-Branch: master Date: Thu, 19 Nov 2015 15:38:29 +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-Archives-Salt: 51fdae4b-0727-4713-8ac2-a47db7c614b3 X-Archives-Hash: acbf8cd2b4591e4fff922a7a5562394d commit: fbf83b10740e17580cf59f3091810295658c43f3 Author: Michael Palimaka gentoo org> AuthorDate: Thu Nov 19 15:31:17 2015 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Nov 19 15:31:17 2015 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=fbf83b10 dev-libs/libqtxdg: cmake-utils_use_build -> usex Package-Manager: portage-2.2.25 dev-libs/libqtxdg/libqtxdg-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libqtxdg/libqtxdg-9999.ebuild b/dev-libs/libqtxdg/libqtxdg-9999.ebuild index c262d61..feb8a4a 100644 --- a/dev-libs/libqtxdg/libqtxdg-9999.ebuild +++ b/dev-libs/libqtxdg/libqtxdg-9999.ebuild @@ -37,7 +37,7 @@ RDEPEND="${CDEPEND} src_configure() { local mycmakeargs=( - $(cmake-utils_use_build test TESTS) + -DBUILD_TESTS=$(usex test) ) cmake-utils_src_configure }