commit: 54bc881bdc441339d24153ecd4400dcb7ff18ec9 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Tue Nov 27 20:23:33 2018 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Tue Nov 27 20:24:09 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54bc881b
dev-util/cmocka: Fix USE !doc Closes: https://bugs.gentoo.org/672092 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> dev-util/cmocka/cmocka-1.1.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/cmocka/cmocka-1.1.3.ebuild b/dev-util/cmocka/cmocka-1.1.3.ebuild index c98c2e9957e..4cdb5fbec97 100644 --- a/dev-util/cmocka/cmocka-1.1.3.ebuild +++ b/dev-util/cmocka/cmocka-1.1.3.ebuild @@ -38,7 +38,7 @@ multilib_src_configure() { multilib_src_compile() { cmake-utils_src_compile - multilib_is_native_abi && cmake-utils_src_compile docs + multilib_is_native_abi && use doc && cmake-utils_src_compile docs } multilib_src_install() {
