diff options
author | hololeap <hololeap@users.noreply.github.com> | 2023-03-15 17:44:52 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-17 18:22:17 +0000 |
commit | fde2977042f112ea9e9440008d2276e35e643123 (patch) | |
tree | d17bfbcc3476d81c3c6b00ee20b314cad8c9e220 /dev-haskell/yaml | |
parent | dev-haskell/xss-sanitize: Stabilize for amd64 (diff) | |
download | gentoo-fde2977042f112ea9e9440008d2276e35e643123.tar.gz gentoo-fde2977042f112ea9e9440008d2276e35e643123.tar.bz2 gentoo-fde2977042f112ea9e9440008d2276e35e643123.zip |
dev-haskell/yaml: 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/yaml')
-rw-r--r-- | dev-haskell/yaml/yaml-0.11.8.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/yaml/yaml-0.11.8.0.ebuild b/dev-haskell/yaml/yaml-0.11.8.0.ebuild index c01b0d3470c2..017f755f0637 100644 --- a/dev-haskell/yaml/yaml-0.11.8.0.ebuild +++ b/dev-haskell/yaml/yaml-0.11.8.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 @@ -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" IUSE="examples executable" RDEPEND=">=dev-haskell/aeson-0.11:=[profile?] |