From ac5c2931972de40b466baa1a3d2bbfd068ff1b39 Mon Sep 17 00:00:00 2001 From: hololeap Date: Wed, 15 Mar 2023 17:25:03 -0600 Subject: [PATCH] app-portage/hackport: Stabilize for amd64 Signed-off-by: hololeap Signed-off-by: Sam James --- app-portage/hackport/hackport-0.7.2.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-portage/hackport/hackport-0.7.2.2.ebuild b/app-portage/hackport/hackport-0.7.2.2.ebuild index ce0308e3b0b5e..7eaeebfe47a0d 100644 --- a/app-portage/hackport/hackport-0.7.2.2.ebuild +++ b/app-portage/hackport/hackport-0.7.2.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=8 @@ -14,7 +14,7 @@ HOMEPAGE="https://hackage.haskell.org/package/hackport" LICENSE="GPL-3+" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86" RDEPEND=">=dev-haskell/async-2.0:= >=dev-haskell/base16-bytestring-0.1.1:=