Gentoo Archives: gentoo-commits

From: Ronny Gutbrod <gentoo@××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-im/nheko/
Date: Tue, 29 Mar 2022 00:22:10
Message-Id: 1648511278.5749a0f30e0ada324cb32b62b1b0fd5662295b36.tastytea@gentoo
1 commit: 5749a0f30e0ada324cb32b62b1b0fd5662295b36
2 Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
3 AuthorDate: Mon Mar 28 23:47:58 2022 +0000
4 Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
5 CommitDate: Mon Mar 28 23:47:58 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5749a0f3
7
8 net-im/nheko: Fix dependency: asciidoc{,tor} RDEPEND -> BDEPEND
9
10 asciidoc{,tor} is used to generate the manpage.
11
12 Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
13
14 net-im/nheko/nheko-0.9.2.ebuild | 12 +++++++-----
15 net-im/nheko/nheko-0.9.3.ebuild | 12 +++++++-----
16 2 files changed, 14 insertions(+), 10 deletions(-)
17
18 diff --git a/net-im/nheko/nheko-0.9.2.ebuild b/net-im/nheko/nheko-0.9.2.ebuild
19 index 764dc346c..1e6876d1d 100644
20 --- a/net-im/nheko/nheko-0.9.2.ebuild
21 +++ b/net-im/nheko/nheko-0.9.2.ebuild
22 @@ -17,10 +17,6 @@ REQUIRED_USE="video? ( voip )"
23
24 MY_GST_V="1.18"
25 RDEPEND="
26 - || (
27 - app-text/asciidoc
28 - dev-ruby/asciidoctor
29 - )
30 app-text/cmark
31 dev-cpp/qt-jdenticon
32 >=dev-db/lmdb++-1.0.0
33 @@ -56,7 +52,13 @@ DEPEND="
34 dev-cpp/nlohmann_json
35 ${RDEPEND}
36 "
37 -BDEPEND="dev-qt/linguist-tools:5"
38 +BDEPEND="
39 + dev-qt/linguist-tools:5
40 + || (
41 + app-text/asciidoc
42 + dev-ruby/asciidoctor
43 + )
44 +"
45
46 src_configure() {
47 local -a mycmakeargs=(
48
49 diff --git a/net-im/nheko/nheko-0.9.3.ebuild b/net-im/nheko/nheko-0.9.3.ebuild
50 index 764dc346c..1e6876d1d 100644
51 --- a/net-im/nheko/nheko-0.9.3.ebuild
52 +++ b/net-im/nheko/nheko-0.9.3.ebuild
53 @@ -17,10 +17,6 @@ REQUIRED_USE="video? ( voip )"
54
55 MY_GST_V="1.18"
56 RDEPEND="
57 - || (
58 - app-text/asciidoc
59 - dev-ruby/asciidoctor
60 - )
61 app-text/cmark
62 dev-cpp/qt-jdenticon
63 >=dev-db/lmdb++-1.0.0
64 @@ -56,7 +52,13 @@ DEPEND="
65 dev-cpp/nlohmann_json
66 ${RDEPEND}
67 "
68 -BDEPEND="dev-qt/linguist-tools:5"
69 +BDEPEND="
70 + dev-qt/linguist-tools:5
71 + || (
72 + app-text/asciidoc
73 + dev-ruby/asciidoctor
74 + )
75 +"
76
77 src_configure() {
78 local -a mycmakeargs=(