diff options
author | hololeap <hololeap@users.noreply.github.com> | 2023-03-15 17:31:36 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-17 18:16:03 +0000 |
commit | c594a4e3ac9a5d31d6204fc6fbd4b8ff358448d3 (patch) | |
tree | 1f3594a1a3e329474205959956c82bd892600e40 /dev-haskell/foldl | |
parent | dev-haskell/fingertree: Stabilize for amd64 (diff) | |
download | gentoo-c594a4e3ac9a5d31d6204fc6fbd4b8ff358448d3.tar.gz gentoo-c594a4e3ac9a5d31d6204fc6fbd4b8ff358448d3.tar.bz2 gentoo-c594a4e3ac9a5d31d6204fc6fbd4b8ff358448d3.zip |
dev-haskell/foldl: 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/foldl')
-rw-r--r-- | dev-haskell/foldl/foldl-1.4.12-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/foldl/foldl-1.4.12-r1.ebuild b/dev-haskell/foldl/foldl-1.4.12-r1.ebuild index e8f8fbb1f418..d8eb59428ef9 100644 --- a/dev-haskell/foldl/foldl-1.4.12-r1.ebuild +++ b/dev-haskell/foldl/foldl-1.4.12-r1.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 @@ HOMEPAGE="https://hackage.haskell.org/package/foldl" LICENSE="BSD" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86" PATCHES=( "${FILESDIR}/${PN}-1.4.12-cabal-doctest.patch" ) |