Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cmake/
Date: Sat, 02 Nov 2019 12:05:03
Message-Id: 1572696296.95f3d2d96181cf192b59ad1672041b977c64df72.mgorny@gentoo
1 commit: 95f3d2d96181cf192b59ad1672041b977c64df72
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 2 12:03:36 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 2 12:04:56 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95f3d2d9
7
8 dev-util/cmake: Add missing RESTRICT="!test? ( test )"
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-util/cmake/cmake-3.16.0_rc3.ebuild | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/dev-util/cmake/cmake-3.16.0_rc3.ebuild b/dev-util/cmake/cmake-3.16.0_rc3.ebuild
16 index 8379ddfb933..d9456163e0e 100644
17 --- a/dev-util/cmake/cmake-3.16.0_rc3.ebuild
18 +++ b/dev-util/cmake/cmake-3.16.0_rc3.ebuild
19 @@ -18,6 +18,7 @@ SLOT="0"
20 [[ "${PV}" = *_rc* ]] || \
21 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
22 IUSE="doc emacs system-jsoncpp ncurses qt5 test"
23 +RESTRICT="!test? ( test )"
24
25 RDEPEND="
26 app-crypt/rhash