commit: 66ed8d364c625dccabae508ca5a697a81923fa1e Author: hololeap <hololeap <AT> protonmail <DOT> com> AuthorDate: Sat Apr 12 18:17:07 2025 +0000 Commit: Arsen Arsenović <arsen <AT> gentoo <DOT> org> CommitDate: Thu May 15 07:09:47 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66ed8d36
dev-haskell/pandoc: Add missing haskell-cabal_pkg_postinst Signed-off-by: hololeap <hololeap <AT> protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/41562 Signed-off-by: Arsen Arsenović <arsen <AT> gentoo.org> dev-haskell/pandoc/{pandoc-3.1.8-r1.ebuild => pandoc-3.1.8-r2.ebuild} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-haskell/pandoc/pandoc-3.1.8-r1.ebuild b/dev-haskell/pandoc/pandoc-3.1.8-r2.ebuild similarity index 98% rename from dev-haskell/pandoc/pandoc-3.1.8-r1.ebuild rename to dev-haskell/pandoc/pandoc-3.1.8-r2.ebuild index f66010e6cc3a..28bdf05d01d0 100644 --- a/dev-haskell/pandoc/pandoc-3.1.8-r1.ebuild +++ b/dev-haskell/pandoc/pandoc-3.1.8-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -102,4 +102,6 @@ src_install() { pkg_postinst() { einfo "As of version 3, ${PN} no longer packages the pandoc executable" einfo "as standard. For the executable, run 'emerge -av app-text/pandoc-cli'." + + haskell-cabal_pkg_postinst }
