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 9A9291396D9 for ; Thu, 19 Oct 2017 10:37:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CE4D5E0E52; Thu, 19 Oct 2017 10:37:01 +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 AA113E0E52 for ; Thu, 19 Oct 2017 10:37:01 +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 68C0433BF1C for ; Thu, 19 Oct 2017 10:37:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CFB3031F for ; Thu, 19 Oct 2017 10:36:58 +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: <1508409407.7b5d2bedf7dee3fd132ea3346bca0cc519d5c368.kensington@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: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 7b5d2bedf7dee3fd132ea3346bca0cc519d5c368 X-VCS-Branch: master Date: Thu, 19 Oct 2017 10:36:58 +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: b6367a24-6da6-4881-93ea-dd981e1cb307 X-Archives-Hash: 2474a79135442d2c4110db1cb4ef6574 commit: 7b5d2bedf7dee3fd132ea3346bca0cc519d5c368 Author: Michael Palimaka gentoo org> AuthorDate: Thu Oct 19 10:36:33 2017 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Oct 19 10:36:47 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b5d2bed dev-util/cmake: virtualx is not required for tests Closes: https://bugs.gentoo.org/634228 Package-Manager: Portage-2.3.8, Repoman-2.3.3 dev-util/cmake/cmake-3.9.4.ebuild | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/dev-util/cmake/cmake-3.9.4.ebuild b/dev-util/cmake/cmake-3.9.4.ebuild index 48cd86d3877..75b2747067b 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 virtualx xdg-utils cmake-utils +inherit bash-completion-r1 elisp-common eutils flag-o-matic gnome2-utils toolchain-funcs versionator xdg-utils cmake-utils MY_P="${P/_/-}" @@ -169,10 +169,6 @@ src_compile() { use emacs && elisp-compile Auxiliary/cmake-mode.el } -src_test() { - virtx cmake_src_test -} - src_install() { cmake-utils_src_install