diff options
author | hololeap <hololeap@users.noreply.github.com> | 2023-03-15 17:25:06 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-17 18:13:00 +0000 |
commit | 4a85c81e9132fab60276d287cbcec8abcea4945c (patch) | |
tree | 72a98ecd660aa84dc5bb72de35314333097fb389 /app-text | |
parent | app-portage/hackport: Stabilize for amd64 (diff) | |
download | gentoo-4a85c81e9132fab60276d287cbcec8abcea4945c.tar.gz gentoo-4a85c81e9132fab60276d287cbcec8abcea4945c.tar.bz2 gentoo-4a85c81e9132fab60276d287cbcec8abcea4945c.zip |
app-text/pandoc: Stabilize for amd64
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/pandoc/pandoc-2.18-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/pandoc/pandoc-2.18-r2.ebuild b/app-text/pandoc/pandoc-2.18-r2.ebuild index a50d80c03598..c06d323777b5 100644 --- a/app-text/pandoc/pandoc-2.18-r2.ebuild +++ b/app-text/pandoc/pandoc-2.18-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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?] |