dev-cpp/parallel-hashmap: upstream wontfix the doc build

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2021-05-02 11:15:02 +02:00
parent 328741c52f
commit 4e26feba6f

View File

@@ -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() {