diff options
author | hololeap <hololeap@users.noreply.github.com> | 2023-03-15 17:31:38 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-17 18:16:04 +0000 |
commit | ebd345ba0c88a0b34a4865920d3d872d0c5d9222 (patch) | |
tree | 072c987da7185598b761d7118634b0cc901ee587 /dev-haskell/foundation | |
parent | dev-haskell/foldl: Stabilize for amd64 (diff) | |
download | gentoo-ebd345ba0c88a0b34a4865920d3d872d0c5d9222.tar.gz gentoo-ebd345ba0c88a0b34a4865920d3d872d0c5d9222.tar.bz2 gentoo-ebd345ba0c88a0b34a4865920d3d872d0c5d9222.zip |
dev-haskell/foundation: 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/foundation')
-rw-r--r-- | dev-haskell/foundation/foundation-0.0.26.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/foundation/foundation-0.0.26.1.ebuild b/dev-haskell/foundation/foundation-0.0.26.1.ebuild index aeeca4edf5ef..601385e09a00 100644 --- a/dev-haskell/foundation/foundation-0.0.26.1.ebuild +++ b/dev-haskell/foundation/foundation-0.0.26.1.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 @@ -15,7 +15,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="experimental" RESTRICT=test # hangs indefinitely |