summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhololeap <hololeap@users.noreply.github.com>2023-03-15 17:24:20 -0600
committerSam James <sam@gentoo.org>2023-03-17 18:12:58 +0000
commit7f1d130ace06c99aaac52a524ab0d61fa357bfe6 (patch)
treee0e953df1be9ec5a76cd2f54fc7cb4dd25475a71
parentdev-haskell/tasty-expected-failure: Disable tests (diff)
downloadgentoo-7f1d130ace06c99aaac52a524ab0d61fa357bfe6.tar.gz
gentoo-7f1d130ace06c99aaac52a524ab0d61fa357bfe6.tar.bz2
gentoo-7f1d130ace06c99aaac52a524ab0d61fa357bfe6.zip
app-admin/haskell-updater: Stabilize for amd64
Signed-off-by: hololeap <hololeap@users.noreply.github.com> Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--app-admin/haskell-updater/haskell-updater-1.3.2-r1.ebuild4
-rw-r--r--app-arch/pack/pack-0.0.0.1.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/app-admin/haskell-updater/haskell-updater-1.3.2-r1.ebuild b/app-admin/haskell-updater/haskell-updater-1.3.2-r1.ebuild
index b52c2d17eb3b..2f775dc95ae0 100644
--- a/app-admin/haskell-updater/haskell-updater-1.3.2-r1.ebuild
+++ b/app-admin/haskell-updater/haskell-updater-1.3.2-r1.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
@@ -12,7 +12,7 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris"
DEPEND=">=dev-lang/ghc-6.12.1:="
diff --git a/app-arch/pack/pack-0.0.0.1.ebuild b/app-arch/pack/pack-0.0.0.1.ebuild
index e02651bdace9..811e9dd596ad 100644
--- a/app-arch/pack/pack-0.0.0.1.ebuild
+++ b/app-arch/pack/pack-0.0.0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -17,7 +17,7 @@ S=${WORKDIR}/${MY_P}
LICENSE="public-domain"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64 ~x86"
RDEPEND="
dev-lang/ghc:=