diff options
author | hololeap <hololeap@users.noreply.github.com> | 2023-03-15 17:39:46 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-17 18:20:13 +0000 |
commit | 7c2f23077bd4098cb2c3a23fd8abf34dad873ba3 (patch) | |
tree | 20b1c6fe87f8224fc8ae23134fd611870491791f /dev-haskell/sha | |
parent | dev-haskell/setlocale: Stabilize for amd64 (diff) | |
download | gentoo-7c2f23077bd4098cb2c3a23fd8abf34dad873ba3.tar.gz gentoo-7c2f23077bd4098cb2c3a23fd8abf34dad873ba3.tar.bz2 gentoo-7c2f23077bd4098cb2c3a23fd8abf34dad873ba3.zip |
dev-haskell/sha: 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/sha')
-rw-r--r-- | dev-haskell/sha/sha-1.6.4.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/sha/sha-1.6.4.4.ebuild b/dev-haskell/sha/sha-1.6.4.4.ebuild index 04bc03d22e31..a3e428f01d9e 100644 --- a/dev-haskell/sha/sha-1.6.4.4.ebuild +++ b/dev-haskell/sha/sha-1.6.4.4.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 @@ -18,7 +18,7 @@ SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux" +KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux" IUSE="exe" RDEPEND=">=dev-lang/ghc-7.8.2:= |