forked from tastytea/overlay
net-im/nheko: Fix dependency: asciidoc{,tor} RDEPEND -> BDEPEND
asciidoc{,tor} is used to generate the manpage.
This commit is contained in:
parent
4ef7cf2dd5
commit
88131a6c28
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user