diff options
author | hololeap <hololeap@users.noreply.github.com> | 2023-03-15 17:39:00 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-17 18:19:51 +0000 |
commit | a0ed6f832e0387b48ab491ec418925efc936fb3d (patch) | |
tree | 7cf2c9fbaa08096df099aa0f36c250128c5d5f87 /dev-haskell/safe | |
parent | dev-haskell/rio: Stabilize for amd64 (diff) | |
download | gentoo-a0ed6f832e0387b48ab491ec418925efc936fb3d.tar.gz gentoo-a0ed6f832e0387b48ab491ec418925efc936fb3d.tar.bz2 gentoo-a0ed6f832e0387b48ab491ec418925efc936fb3d.zip |
dev-haskell/safe: 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/safe')
-rw-r--r-- | dev-haskell/safe/safe-0.3.19.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/safe/safe-0.3.19.ebuild b/dev-haskell/safe/safe-0.3.19.ebuild index 896d57a380ba..d6f0e3082539 100644 --- a/dev-haskell/safe/safe-0.3.19.ebuild +++ b/dev-haskell/safe/safe-0.3.19.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="" RDEPEND=">=dev-lang/ghc-7.10.1:= |