commit: 93a0f5ec76a668d156fd13d3debb2b0c84e210df Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Mon Sep 9 21:38:58 2024 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Tue Oct 1 21:02:44 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93a0f5ec
app-text/pandoc: Drop stable keywords Depends on dev-haskell/* packages, which are losing stable keywords. Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> app-text/pandoc/pandoc-2.18-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/pandoc/pandoc-2.18-r2.ebuild b/app-text/pandoc/pandoc-2.18-r2.ebuild index eced4d6a54ab..a25a25a502f8 100644 --- a/app-text/pandoc/pandoc-2.18-r2.ebuild +++ b/app-text/pandoc/pandoc-2.18-r2.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="GPL-2+" SLOT="0/${PV}" -KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" IUSE="embed-data-files trypandoc" RDEPEND=">=dev-haskell/aeson-0.7:=[profile?] <dev-haskell/aeson-2.1:=[profile?]