commit: 4e26feba6f7109de13011cda9b6d94dcd7d8d625
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun May 2 09:15:02 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sun May 2 09:15:02 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4e26feba
dev-cpp/parallel-hashmap: upstream wontfix the doc build
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
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 4aecefcc6..6fe10fac8 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() {