diff options
author | 2023-03-15 17:33:24 -0600 | |
---|---|---|
committer | 2023-03-17 18:17:00 +0000 | |
commit | 598fe1543908656cde132c8d98d605216fff90a5 (patch) | |
tree | 3b2203b13a36ee9fa58de69c1be54d1d8b08e9c5 /dev-haskell | |
parent | dev-haskell/hspec-core: Stabilize for amd64 (diff) | |
download | gentoo-598fe1543908656cde132c8d98d605216fff90a5.tar.gz gentoo-598fe1543908656cde132c8d98d605216fff90a5.tar.bz2 gentoo-598fe1543908656cde132c8d98d605216fff90a5.zip |
dev-haskell/hspec-discover: 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')
-rw-r--r-- | dev-haskell/hspec-discover/hspec-discover-2.9.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/hspec-discover/hspec-discover-2.9.4.ebuild b/dev-haskell/hspec-discover/hspec-discover-2.9.4.ebuild index df6a07a2992e..087b9912e6e0 100644 --- a/dev-haskell/hspec-discover/hspec-discover-2.9.4.ebuild +++ b/dev-haskell/hspec-discover/hspec-discover-2.9.4.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:= " |