From 88131a6c287a7e5f6af38cd5af1f780a8e1b5aab Mon Sep 17 00:00:00 2001 From: tastytea Date: Tue, 29 Mar 2022 01:50:31 +0200 Subject: [PATCH] net-im/nheko: Fix dependency: asciidoc{,tor} RDEPEND -> BDEPEND asciidoc{,tor} is used to generate the manpage. --- net-im/nheko/nheko-9999.ebuild | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/net-im/nheko/nheko-9999.ebuild b/net-im/nheko/nheko-9999.ebuild index a33d85c..e0ed59d 100644 --- a/net-im/nheko/nheko-9999.ebuild +++ b/net-im/nheko/nheko-9999.ebuild @@ -21,10 +21,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 @@ -62,7 +58,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_unpack() { # Unpack dependencies first. The commit ID of the repo used in the last call