diff options
author | hololeap <hololeap@users.noreply.github.com> | 2023-03-15 17:24:20 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-17 18:12:58 +0000 |
commit | 7f1d130ace06c99aaac52a524ab0d61fa357bfe6 (patch) | |
tree | e0e953df1be9ec5a76cd2f54fc7cb4dd25475a71 /app-admin/haskell-updater | |
parent | dev-haskell/tasty-expected-failure: Disable tests (diff) | |
download | gentoo-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>
Diffstat (limited to 'app-admin/haskell-updater')
-rw-r--r-- | app-admin/haskell-updater/haskell-updater-1.3.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 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:=" |