diff options
author | hololeap <hololeap@users.noreply.github.com> | 2023-03-15 17:26:21 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-17 18:13:34 +0000 |
commit | 378a6d53e157749293053ec389cd984c8153dc5d (patch) | |
tree | 4f71cd5618cc3ba1795075de5cd4834a1361c006 /dev-haskell/base-orphans | |
parent | dev-haskell/base-compat-batteries: Stabilize for amd64 (diff) | |
download | gentoo-378a6d53e157749293053ec389cd984c8153dc5d.tar.gz gentoo-378a6d53e157749293053ec389cd984c8153dc5d.tar.bz2 gentoo-378a6d53e157749293053ec389cd984c8153dc5d.zip |
dev-haskell/base-orphans: 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/base-orphans')
-rw-r--r-- | dev-haskell/base-orphans/base-orphans-0.8.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/base-orphans/base-orphans-0.8.6.ebuild b/dev-haskell/base-orphans/base-orphans-0.8.6.ebuild index a3c443229db8..d585fa60c896 100644 --- a/dev-haskell/base-orphans/base-orphans-0.8.6.ebuild +++ b/dev-haskell/base-orphans/base-orphans-0.8.6.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 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="MIT" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86" RDEPEND=">=dev-lang/ghc-8.4.3:= " |