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 1024B1396D9 for ; Thu, 19 Oct 2017 14:14:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A814E0D4C; Thu, 19 Oct 2017 14:14:43 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 3A7FEE0D4C for ; Thu, 19 Oct 2017 14:14:43 +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 A4AE033BF0F for ; Thu, 19 Oct 2017 14:14:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F2818313 for ; Thu, 19 Oct 2017 14:14:39 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1508422478.4c5a71f593ee14dee9af88eac235615a7c3d2ad3.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cmake/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/cmake/cmake-3.9.4.ebuild X-VCS-Directories: dev-util/cmake/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 4c5a71f593ee14dee9af88eac235615a7c3d2ad3 X-VCS-Branch: master Date: Thu, 19 Oct 2017 14:14:39 +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: b47faf9d-1ae9-42e0-ae1c-c16f8716ad42 X-Archives-Hash: 2980c75bef0c6f7f75400ee6bf8da70c commit: 4c5a71f593ee14dee9af88eac235615a7c3d2ad3 Author: Lars Wendler gentoo org> AuthorDate: Thu Oct 19 13:36:17 2017 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu Oct 19 14:14:38 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c5a71f5 Revert "dev-util/cmake: virtualx is not required for tests" This reverts commit 7b5d2bedf7dee3fd132ea3346bca0cc519d5c368. virtualx is still required for at least 11 tests. dev-util/cmake/cmake-3.9.4.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dev-util/cmake/cmake-3.9.4.ebuild b/dev-util/cmake/cmake-3.9.4.ebuild index 75b2747067b..48cd86d3877 100644 --- a/dev-util/cmake/cmake-3.9.4.ebuild +++ b/dev-util/cmake/cmake-3.9.4.ebuild @@ -5,7 +5,7 @@ EAPI=6 CMAKE_MAKEFILE_GENERATOR="emake" CMAKE_REMOVE_MODULES="no" -inherit bash-completion-r1 elisp-common eutils flag-o-matic gnome2-utils toolchain-funcs versionator xdg-utils cmake-utils +inherit bash-completion-r1 elisp-common eutils flag-o-matic gnome2-utils toolchain-funcs versionator virtualx xdg-utils cmake-utils MY_P="${P/_/-}" @@ -169,6 +169,10 @@ src_compile() { use emacs && elisp-compile Auxiliary/cmake-mode.el } +src_test() { + virtx cmake_src_test +} + src_install() { cmake-utils_src_install