Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cmake/
Date: Thu, 19 Oct 2017 10:37:02
Message-Id: 1508409407.7b5d2bedf7dee3fd132ea3346bca0cc519d5c368.kensington@gentoo
1 commit: 7b5d2bedf7dee3fd132ea3346bca0cc519d5c368
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 19 10:36:33 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 19 10:36:47 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b5d2bed
7
8 dev-util/cmake: virtualx is not required for tests
9
10 Closes: https://bugs.gentoo.org/634228
11 Package-Manager: Portage-2.3.8, Repoman-2.3.3
12
13 dev-util/cmake/cmake-3.9.4.ebuild | 6 +-----
14 1 file changed, 1 insertion(+), 5 deletions(-)
15
16 diff --git a/dev-util/cmake/cmake-3.9.4.ebuild b/dev-util/cmake/cmake-3.9.4.ebuild
17 index 48cd86d3877..75b2747067b 100644
18 --- a/dev-util/cmake/cmake-3.9.4.ebuild
19 +++ b/dev-util/cmake/cmake-3.9.4.ebuild
20 @@ -5,7 +5,7 @@ EAPI=6
21
22 CMAKE_MAKEFILE_GENERATOR="emake"
23 CMAKE_REMOVE_MODULES="no"
24 -inherit bash-completion-r1 elisp-common eutils flag-o-matic gnome2-utils toolchain-funcs versionator virtualx xdg-utils cmake-utils
25 +inherit bash-completion-r1 elisp-common eutils flag-o-matic gnome2-utils toolchain-funcs versionator xdg-utils cmake-utils
26
27 MY_P="${P/_/-}"
28
29 @@ -169,10 +169,6 @@ src_compile() {
30 use emacs && elisp-compile Auxiliary/cmake-mode.el
31 }
32
33 -src_test() {
34 - virtx cmake_src_test
35 -}
36 -
37 src_install() {
38 cmake-utils_src_install