commit: 5749a0f30e0ada324cb32b62b1b0fd5662295b36
Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Mon Mar 28 23:47:58 2022 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Mon Mar 28 23:47:58 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5749a0f3
net-im/nheko: Fix dependency: asciidoc{,tor} RDEPEND -> BDEPEND
asciidoc{,tor} is used to generate the manpage.
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
net-im/nheko/nheko-0.9.2.ebuild | 12 +++++++-----
net-im/nheko/nheko-0.9.3.ebuild | 12 +++++++-----
2 files changed, 14 insertions(+), 10 deletions(-)
diff --git a/net-im/nheko/nheko-0.9.2.ebuild b/net-im/nheko/nheko-0.9.2.ebuild
index 764dc346c..1e6876d1d 100644
--- a/net-im/nheko/nheko-0.9.2.ebuild
+++ b/net-im/nheko/nheko-0.9.2.ebuild
@@ -17,10 +17,6 @@ REQUIRED_USE="video? ( voip )"
MY_GST_V="1.18"
RDEPEND="
- || (
- app-text/asciidoc
- dev-ruby/asciidoctor
- )
app-text/cmark
dev-cpp/qt-jdenticon
>=dev-db/lmdb++-1.0.0
@@ -56,7 +52,13 @@ DEPEND="
dev-cpp/nlohmann_json
${RDEPEND}
"
-BDEPEND="dev-qt/linguist-tools:5"
+BDEPEND="
+ dev-qt/linguist-tools:5
+ || (
+ app-text/asciidoc
+ dev-ruby/asciidoctor
+ )
+"
src_configure() {
local -a mycmakeargs=(
diff --git a/net-im/nheko/nheko-0.9.3.ebuild b/net-im/nheko/nheko-0.9.3.ebuild
index 764dc346c..1e6876d1d 100644
--- a/net-im/nheko/nheko-0.9.3.ebuild
+++ b/net-im/nheko/nheko-0.9.3.ebuild
@@ -17,10 +17,6 @@ REQUIRED_USE="video? ( voip )"
MY_GST_V="1.18"
RDEPEND="
- || (
- app-text/asciidoc
- dev-ruby/asciidoctor
- )
app-text/cmark
dev-cpp/qt-jdenticon
>=dev-db/lmdb++-1.0.0
@@ -56,7 +52,13 @@ DEPEND="
dev-cpp/nlohmann_json
${RDEPEND}
"
-BDEPEND="dev-qt/linguist-tools:5"
+BDEPEND="
+ dev-qt/linguist-tools:5
+ || (
+ app-text/asciidoc
+ dev-ruby/asciidoctor
+ )
+"
src_configure() {
local -a mycmakeargs=(