diff options
author | hololeap <hololeap@users.noreply.github.com> | 2023-03-15 17:30:10 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-17 18:15:18 +0000 |
commit | 6c21800b5ade39b7d92869d394a5e8b05f925609 (patch) | |
tree | 0d265282a91de85a5df851cfdcd5ad444bf86ea2 /dev-haskell/digest | |
parent | dev-haskell/diff: Stabilize for amd64 (diff) | |
download | gentoo-6c21800b5ade39b7d92869d394a5e8b05f925609.tar.gz gentoo-6c21800b5ade39b7d92869d394a5e8b05f925609.tar.bz2 gentoo-6c21800b5ade39b7d92869d394a5e8b05f925609.zip |
dev-haskell/digest: 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/digest')
-rw-r--r-- | dev-haskell/digest/digest-0.0.1.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/digest/digest-0.0.1.2.ebuild b/dev-haskell/digest/digest-0.0.1.2.ebuild index c315e5d04ccf..709d21f09d7f 100644 --- a/dev-haskell/digest/digest-0.0.1.2.ebuild +++ b/dev-haskell/digest/digest-0.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 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" IUSE="" RDEPEND=">=dev-lang/ghc-7.4.1:= |