diff options
author | hololeap <hololeap@users.noreply.github.com> | 2023-03-15 17:34:58 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-17 18:17:50 +0000 |
commit | 6c9a72e6442cb5050e7afea60b59064a36039590 (patch) | |
tree | ca20a1ffc189df0c141246ddf6704079f459c8d4 /dev-haskell/libyaml | |
parent | dev-haskell/libmpd: Stabilize for amd64 (diff) | |
download | gentoo-6c9a72e6442cb5050e7afea60b59064a36039590.tar.gz gentoo-6c9a72e6442cb5050e7afea60b59064a36039590.tar.bz2 gentoo-6c9a72e6442cb5050e7afea60b59064a36039590.zip |
dev-haskell/libyaml: 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/libyaml')
-rw-r--r-- | dev-haskell/libyaml/libyaml-0.1.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/libyaml/libyaml-0.1.2.ebuild b/dev-haskell/libyaml/libyaml-0.1.2.ebuild index ecbf7a42351f..6bcbb87f5f82 100644 --- a/dev-haskell/libyaml/libyaml-0.1.2.ebuild +++ b/dev-haskell/libyaml/libyaml-0.1.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=7 @@ -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="no-unicode system-libyaml" RDEPEND=">=dev-haskell/conduit-1.2.8:=[profile?] <dev-haskell/conduit-1.4:=[profile?] |