diff options
author | Ulrich Müller <ulm@gentoo.org> | 2023-10-24 09:50:37 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-10-27 02:20:17 +0100 |
commit | be4a05acb1f195054589f17602876a33d0974c3d (patch) | |
tree | 3363e0c500f7a11fe75f4eaebb482cec22e764aa /dev-haskell/pandoc | |
parent | app-text/pandoc-cli: Restrict version of app-text/pandoc blocker (diff) | |
download | gentoo-be4a05acb1f195054589f17602876a33d0974c3d.tar.gz gentoo-be4a05acb1f195054589f17602876a33d0974c3d.tar.bz2 gentoo-be4a05acb1f195054589f17602876a33d0974c3d.zip |
dev-haskell/pandoc: Restrict version of app-text/pandoc blocker
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/33485
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/pandoc')
-rw-r--r-- | dev-haskell/pandoc/pandoc-3.1.8-r1.ebuild (renamed from dev-haskell/pandoc/pandoc-3.1.8.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-haskell/pandoc/pandoc-3.1.8.ebuild b/dev-haskell/pandoc/pandoc-3.1.8-r1.ebuild index 261026dbeb67..f66010e6cc3a 100644 --- a/dev-haskell/pandoc/pandoc-3.1.8.ebuild +++ b/dev-haskell/pandoc/pandoc-3.1.8-r1.ebuild @@ -75,7 +75,7 @@ RDEPEND=">=dev-haskell/aeson-2.0.1.0:=[profile?] <dev-haskell/aeson-2.3:=[profil >=dev-haskell/zip-archive-0.4.3:=[profile?] <dev-haskell/zip-archive-0.5:=[profile?] >=dev-haskell/zlib-0.5:=[profile?] <dev-haskell/zlib-0.7:=[profile?] >=dev-lang/ghc-8.10.6:= - !app-text/pandoc + !<app-text/pandoc-3 " DEPEND="${RDEPEND} >=dev-haskell/cabal-3.2.1.0 |