From e4c046502906a3ce324b50121174e570781fbb34 Mon Sep 17 00:00:00 2001 From: Sam James Date: Wed, 24 Nov 2021 02:16:02 +0000 Subject: dev-cpp/cpp-taskflow: add missing doctest test dependency; fix double KEYWORDS Closes: https://bugs.gentoo.org/826894 Signed-off-by: Sam James --- dev-cpp/cpp-taskflow/cpp-taskflow-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dev-cpp/cpp-taskflow/cpp-taskflow-9999.ebuild') diff --git a/dev-cpp/cpp-taskflow/cpp-taskflow-9999.ebuild b/dev-cpp/cpp-taskflow/cpp-taskflow-9999.ebuild index e4f2f9e403b5..9b146d9dc546 100644 --- a/dev-cpp/cpp-taskflow/cpp-taskflow-9999.ebuild +++ b/dev-cpp/cpp-taskflow/cpp-taskflow-9999.ebuild @@ -10,7 +10,6 @@ HOMEPAGE="https://cpp-taskflow.github.io" if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/cpp-taskflow/${PN}.git" inherit git-r3 - KEYWORDS="" S="${WORKDIR}/cpp-taskflow-${PV}" else SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" @@ -23,6 +22,8 @@ SLOT="0" IUSE="examples test" RESTRICT="!test? ( test )" +DEPEND="test? ( dev-cpp/doctest )" + HTML_DOCS=( docs/. ) src_prepare() { -- cgit v1.2.3