diff options
author | Maciej Barć <xgqt@gentoo.org> | 2023-10-23 22:01:54 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2023-10-23 22:38:57 +0200 |
commit | 31b0c969d35a867a09891a405d9a9e06dd3bfe8f (patch) | |
tree | cb4eba84a893bb2cbc28325d06964f80f5ee13f9 /app-text | |
parent | dev-python/time-machine: Stabilize 2.13.0 arm, #916169 (diff) | |
download | gentoo-31b0c969d35a867a09891a405d9a9e06dd3bfe8f.tar.gz gentoo-31b0c969d35a867a09891a405d9a9e06dd3bfe8f.tar.bz2 gentoo-31b0c969d35a867a09891a405d9a9e06dd3bfe8f.zip |
app-text/pandoc-bin: update blockers
Closes: https://bugs.gentoo.org/916190
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/pandoc-bin/pandoc-bin-3.1.8-r1.ebuild (renamed from app-text/pandoc-bin/pandoc-bin-3.1.8.ebuild) | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/app-text/pandoc-bin/pandoc-bin-3.1.8.ebuild b/app-text/pandoc-bin/pandoc-bin-3.1.8-r1.ebuild index 254155b50637..e37ad183025c 100644 --- a/app-text/pandoc-bin/pandoc-bin-3.1.8.ebuild +++ b/app-text/pandoc-bin/pandoc-bin-3.1.8-r1.ebuild @@ -22,7 +22,13 @@ SLOT="0" KEYWORDS="-* amd64 arm64" IUSE="+pandoc-symlink" -RDEPEND="pandoc-symlink? ( !${CATEGORY}/${MY_PN} )" +RDEPEND=" + pandoc-symlink? ( + !${CATEGORY}/${MY_PN} + !app-text/pandoc-cli + !dev-haskell/pandoc[doc] + ) +" QA_FLAGS_IGNORED="usr/bin/${PN}" QA_PRESTRIPPED="${QA_FLAGS_IGNORED}" |