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