diff options
author | hololeap <hololeap@users.noreply.github.com> | 2023-03-15 17:39:56 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-17 18:20:19 +0000 |
commit | 92a0279fa2d752d555071cdb62eddbd16f1723c6 (patch) | |
tree | 5f7f8f4ded2bf116b9e2d144c6a1ffc92501f85f /dev-haskell/silently | |
parent | dev-haskell/should-not-typecheck: Stabilize for amd64 (diff) | |
download | gentoo-92a0279fa2d752d555071cdb62eddbd16f1723c6.tar.gz gentoo-92a0279fa2d752d555071cdb62eddbd16f1723c6.tar.bz2 gentoo-92a0279fa2d752d555071cdb62eddbd16f1723c6.zip |
dev-haskell/silently: 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/silently')
-rw-r--r-- | dev-haskell/silently/silently-1.2.5.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/silently/silently-1.2.5.1.ebuild b/dev-haskell/silently/silently-1.2.5.1.ebuild index 50c45e90e5fd..98ff71631e70 100644 --- a/dev-haskell/silently/silently-1.2.5.1.ebuild +++ b/dev-haskell/silently/silently-1.2.5.1.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.4.1:= |