From 4e26feba6f7109de13011cda9b6d94dcd7d8d625 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Sun, 2 May 2021 11:15:02 +0200 Subject: [PATCH] dev-cpp/parallel-hashmap: upstream wontfix the doc build Signed-off-by: Alessandro Barbieri --- dev-cpp/parallel-hashmap/parallel-hashmap-1.33.ebuild | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/dev-cpp/parallel-hashmap/parallel-hashmap-1.33.ebuild b/dev-cpp/parallel-hashmap/parallel-hashmap-1.33.ebuild index 4aecefcc61..6fe10fac82 100644 --- a/dev-cpp/parallel-hashmap/parallel-hashmap-1.33.ebuild +++ b/dev-cpp/parallel-hashmap/parallel-hashmap-1.33.ebuild @@ -19,21 +19,12 @@ IUSE="examples" DEPEND="" RDEPEND="${DEPEND}" -#BDEPEND=" -# doc? ( app-text/pandoc ) -#" #TODO: explore the various cmake options (if any) -#TODO: tests, doc +#TODO: tests src_compile() { cmake_src_compile - - #waiting for https://github.com/greg7mdp/parallel-hashmap/issues/91 -# if use doc ; then -# cd html || die -# emake all -# fi } src_install() {