Gentoo Archives: gentoo-commits

From: Oliver Freyermuth <o.freyermuth@××××××××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/jwt-cpp/
Date: Sun, 27 Feb 2022 14:28:07
Message-Id: 1645972078.a0d01036fb95bc90ba95c147bdba108187d93e13.freyermuth@gentoo
1 commit: a0d01036fb95bc90ba95c147bdba108187d93e13
2 Author: Oliver Freyermuth <o.freyermuth <AT> googlemail <DOT> com>
3 AuthorDate: Sun Feb 27 14:27:58 2022 +0000
4 Commit: Oliver Freyermuth <o.freyermuth <AT> googlemail <DOT> com>
5 CommitDate: Sun Feb 27 14:27:58 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a0d01036
7
8 dev-cpp/jwt-cpp: Add missing dev-cpp/gtest dep for USE=test.
9
10 Closes: https://bugs.gentoo.org/834148
11 Package-Manager: Portage-3.0.30, Repoman-3.0.3
12 Signed-off-by: Oliver Freyermuth <o.freyermuth <AT> googlemail.com>
13
14 dev-cpp/jwt-cpp/jwt-cpp-0.4.0.ebuild | 3 ++-
15 dev-cpp/jwt-cpp/jwt-cpp-0.6.0.ebuild | 3 ++-
16 2 files changed, 4 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-cpp/jwt-cpp/jwt-cpp-0.4.0.ebuild b/dev-cpp/jwt-cpp/jwt-cpp-0.4.0.ebuild
19 index 9b41ae22f..0d9482b32 100644
20 --- a/dev-cpp/jwt-cpp/jwt-cpp-0.4.0.ebuild
21 +++ b/dev-cpp/jwt-cpp/jwt-cpp-0.4.0.ebuild
22 @@ -23,7 +23,8 @@ IUSE="doc +picojson test"
23
24 DEPEND="${RDEPEND}
25 dev-libs/openssl
26 - picojson? ( dev-cpp/picojson )"
27 + picojson? ( dev-cpp/picojson )
28 + test? ( dev-cpp/gtest )"
29 BDEPEND="doc? ( app-doc/doxygen[dot] )"
30 RESTRICT="!picojson? ( test )"
31
32
33 diff --git a/dev-cpp/jwt-cpp/jwt-cpp-0.6.0.ebuild b/dev-cpp/jwt-cpp/jwt-cpp-0.6.0.ebuild
34 index fe1a3e1ff..ebec5e087 100644
35 --- a/dev-cpp/jwt-cpp/jwt-cpp-0.6.0.ebuild
36 +++ b/dev-cpp/jwt-cpp/jwt-cpp-0.6.0.ebuild
37 @@ -24,7 +24,8 @@ IUSE="doc +picojson test"
38 DEPEND="${RDEPEND}
39 dev-cpp/nlohmann_json
40 dev-libs/openssl
41 - picojson? ( dev-cpp/picojson )"
42 + picojson? ( dev-cpp/picojson )
43 + test? ( dev-cpp/gtest )"
44 BDEPEND="doc? ( app-doc/doxygen[dot] )"
45 RESTRICT="!picojson? ( test )"
46 DOCS=( README.md docs/{faqs,ssl,traits}.md )