diff options
author | Michael Palimaka <kensington@gentoo.org> | 2017-10-19 21:36:33 +1100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2017-10-19 21:36:47 +1100 |
commit | 7b5d2bedf7dee3fd132ea3346bca0cc519d5c368 (patch) | |
tree | 35a0c3e4ca01c53423a576c34d43be5f2ef879cb | |
parent | kde-misc/kcollectd: Depend on boost:= (diff) | |
download | gentoo-7b5d2bedf7dee3fd132ea3346bca0cc519d5c368.tar.gz gentoo-7b5d2bedf7dee3fd132ea3346bca0cc519d5c368.tar.bz2 gentoo-7b5d2bedf7dee3fd132ea3346bca0cc519d5c368.zip |
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
-rw-r--r-- | dev-util/cmake/cmake-3.9.4.ebuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/dev-util/cmake/cmake-3.9.4.ebuild b/dev-util/cmake/cmake-3.9.4.ebuild index 48cd86d38774..75b2747067ba 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 |