diff options
author | hololeap <hololeap@users.noreply.github.com> | 2023-03-15 17:25:29 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-17 18:13:06 +0000 |
commit | 160f8044c3d99ed4215ecd826441a8044e609a24 (patch) | |
tree | 2213ccf5eb7243cb38c53ebc1a74bee65ca2c0c1 /dev-haskell/aeson | |
parent | dev-haskell/adjunctions: Stabilize for amd64 (diff) | |
download | gentoo-160f8044c3d99ed4215ecd826441a8044e609a24.tar.gz gentoo-160f8044c3d99ed4215ecd826441a8044e609a24.tar.bz2 gentoo-160f8044c3d99ed4215ecd826441a8044e609a24.zip |
dev-haskell/aeson: 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/aeson')
-rw-r--r-- | dev-haskell/aeson/aeson-2.0.3.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/aeson/aeson-2.0.3.0.ebuild b/dev-haskell/aeson/aeson-2.0.3.0.ebuild index 435cab972cb8..2c9aed3a5f2a 100644 --- a/dev-haskell/aeson/aeson-2.0.3.0.ebuild +++ b/dev-haskell/aeson/aeson-2.0.3.0.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 @@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/haskell/aeson" LICENSE="BSD" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86" IUSE="cffi +ordered-keymap" RDEPEND=">=dev-haskell/attoparsec-0.14.2:=[profile?] <dev-haskell/attoparsec-0.15:=[profile?] |