Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/cpp-taskflow/
Date: Wed, 24 Nov 2021 02:17:36
Message-Id: 1637720238.e4c046502906a3ce324b50121174e570781fbb34.sam@gentoo
1 commit: e4c046502906a3ce324b50121174e570781fbb34
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 24 02:16:02 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 24 02:17:18 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4c04650
7
8 dev-cpp/cpp-taskflow: add missing doctest test dependency; fix double KEYWORDS
9
10 Closes: https://bugs.gentoo.org/826894
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-cpp/cpp-taskflow/cpp-taskflow-3.2.0.ebuild | 3 ++-
14 dev-cpp/cpp-taskflow/cpp-taskflow-9999.ebuild | 3 ++-
15 2 files changed, 4 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-cpp/cpp-taskflow/cpp-taskflow-3.2.0.ebuild b/dev-cpp/cpp-taskflow/cpp-taskflow-3.2.0.ebuild
18 index e4f2f9e403b5..9b146d9dc546 100644
19 --- a/dev-cpp/cpp-taskflow/cpp-taskflow-3.2.0.ebuild
20 +++ b/dev-cpp/cpp-taskflow/cpp-taskflow-3.2.0.ebuild
21 @@ -10,7 +10,6 @@ HOMEPAGE="https://cpp-taskflow.github.io"
22 if [[ ${PV} == 9999 ]]; then
23 EGIT_REPO_URI="https://github.com/cpp-taskflow/${PN}.git"
24 inherit git-r3
25 - KEYWORDS=""
26 S="${WORKDIR}/cpp-taskflow-${PV}"
27 else
28 SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
29 @@ -23,6 +22,8 @@ SLOT="0"
30 IUSE="examples test"
31 RESTRICT="!test? ( test )"
32
33 +DEPEND="test? ( dev-cpp/doctest )"
34 +
35 HTML_DOCS=( docs/. )
36
37 src_prepare() {
38
39 diff --git a/dev-cpp/cpp-taskflow/cpp-taskflow-9999.ebuild b/dev-cpp/cpp-taskflow/cpp-taskflow-9999.ebuild
40 index e4f2f9e403b5..9b146d9dc546 100644
41 --- a/dev-cpp/cpp-taskflow/cpp-taskflow-9999.ebuild
42 +++ b/dev-cpp/cpp-taskflow/cpp-taskflow-9999.ebuild
43 @@ -10,7 +10,6 @@ HOMEPAGE="https://cpp-taskflow.github.io"
44 if [[ ${PV} == 9999 ]]; then
45 EGIT_REPO_URI="https://github.com/cpp-taskflow/${PN}.git"
46 inherit git-r3
47 - KEYWORDS=""
48 S="${WORKDIR}/cpp-taskflow-${PV}"
49 else
50 SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
51 @@ -23,6 +22,8 @@ SLOT="0"
52 IUSE="examples test"
53 RESTRICT="!test? ( test )"
54
55 +DEPEND="test? ( dev-cpp/doctest )"
56 +
57 HTML_DOCS=( docs/. )
58
59 src_prepare() {