Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 683742
Collapse All | Expand All

(-)a/cmake-3.14.2.ebuild (-1 / +7 lines)
Lines 17-23 Link Here
17
SLOT="0"
17
SLOT="0"
18
[[ "${PV}" = *_rc* ]] || \
18
[[ "${PV}" = *_rc* ]] || \
19
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
19
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
20
IUSE="doc emacs system-jsoncpp ncurses qt5"
20
IUSE="doc emacs ncurses qt5 system-jsoncpp test"
21
21
22
RDEPEND="
22
RDEPEND="
23
	app-crypt/rhash
23
	app-crypt/rhash
Lines 176-181 Link Here
176
		)
176
		)
177
	fi
177
	fi
178
178
179
	if ! use test ; then
180
		mycmakeargs+=(
181
			-DBUILD_TESTING=NO
182
		)
183
	fi
184
179
	cmake-utils_src_configure
185
	cmake-utils_src_configure
180
}
186
}
181
187

Return to bug 683742