diff options
author | David Roman <davidroman96@gmail.com> | 2024-05-02 22:07:26 +0200 |
---|---|---|
committer | David Roman <davidroman96@gmail.com> | 2024-05-02 22:07:26 +0200 |
commit | be4d9cc0926ad130c5771c1f125a80cf71595706 (patch) | |
tree | 6af13de8d9edb16fd4604e9c7efb7f564cf29c49 /app-text | |
parent | net-im/vesktop-bin: add 1.5.2, drop 1.5.1 (diff) | |
download | guru-be4d9cc0926ad130c5771c1f125a80cf71595706.tar.gz guru-be4d9cc0926ad130c5771c1f125a80cf71595706.tar.bz2 guru-be4d9cc0926ad130c5771c1f125a80cf71595706.zip |
app-text/pandoc-crossref-bin: fix pandoc deps
Signed-off-by: David Roman <davidroman96@gmail.com>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/pandoc-crossref-bin/pandoc-crossref-bin-0.3.17.0f.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-text/pandoc-crossref-bin/pandoc-crossref-bin-0.3.17.0f.ebuild b/app-text/pandoc-crossref-bin/pandoc-crossref-bin-0.3.17.0f.ebuild index 340403bb2..0e2d3fdfa 100644 --- a/app-text/pandoc-crossref-bin/pandoc-crossref-bin-0.3.17.0f.ebuild +++ b/app-text/pandoc-crossref-bin/pandoc-crossref-bin-0.3.17.0f.ebuild @@ -13,8 +13,7 @@ SLOT="0" KEYWORDS="-* ~amd64" RDEPEND=" -|| ( =app-text/pandoc-bin-3.1.12.3 =app-text/pandoc-3.1.12.3 ) -!dev-haskell/pandoc-crossref +|| ( ~app-text/pandoc-bin-3.1.12.3 >=app-text/pandoc-3 ) " src_install() { |