diff options
author | hololeap <hololeap@users.noreply.github.com> | 2023-03-15 17:37:06 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-17 18:18:51 +0000 |
commit | 42098cf9367f20ba41221d13a600ea127180b02d (patch) | |
tree | 3d645f17f7c429e4686bb9a495df20ab728fb2ce /dev-haskell/pandoc-types | |
parent | dev-haskell/pandoc-lua-marshal: Stabilize for amd64 (diff) | |
download | gentoo-42098cf9367f20ba41221d13a600ea127180b02d.tar.gz gentoo-42098cf9367f20ba41221d13a600ea127180b02d.tar.bz2 gentoo-42098cf9367f20ba41221d13a600ea127180b02d.zip |
dev-haskell/pandoc-types: Stabilize for amd64
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/pandoc-types')
-rw-r--r-- | dev-haskell/pandoc-types/pandoc-types-1.22.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/pandoc-types/pandoc-types-1.22.2.ebuild b/dev-haskell/pandoc-types/pandoc-types-1.22.2.ebuild index 5ce56341da8b..1a7ed7610cf9 100644 --- a/dev-haskell/pandoc-types/pandoc-types-1.22.2.ebuild +++ b/dev-haskell/pandoc-types/pandoc-types-1.22.2.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 @@ -14,7 +14,7 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86" RDEPEND=">=dev-haskell/aeson-0.6.2:=[profile?] <dev-haskell/aeson-2.1:=[profile?] >=dev-haskell/quickcheck-2.10:2=[profile?] <dev-haskell/quickcheck-2.15:2=[profile?] |