diff options
author | 2023-03-15 17:41:11 -0600 | |
---|---|---|
committer | 2023-03-17 18:20:53 +0000 | |
commit | 3d04014bf9403116b48c8c2d574ce2f5e131651d (patch) | |
tree | e1cb413c397c0792c3b0aea1b4f27eaa5c4cf22d /dev-haskell/tasty-hedgehog | |
parent | dev-haskell/tasty-golden: Stabilize for amd64 (diff) | |
download | gentoo-3d04014bf9403116b48c8c2d574ce2f5e131651d.tar.gz gentoo-3d04014bf9403116b48c8c2d574ce2f5e131651d.tar.bz2 gentoo-3d04014bf9403116b48c8c2d574ce2f5e131651d.zip |
dev-haskell/tasty-hedgehog: 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/tasty-hedgehog')
-rw-r--r-- | dev-haskell/tasty-hedgehog/tasty-hedgehog-1.1.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/tasty-hedgehog/tasty-hedgehog-1.1.0.0.ebuild b/dev-haskell/tasty-hedgehog/tasty-hedgehog-1.1.0.0.ebuild index e7d3f6638143..52ebab5e3538 100644 --- a/dev-haskell/tasty-hedgehog/tasty-hedgehog-1.1.0.0.ebuild +++ b/dev-haskell/tasty-hedgehog/tasty-hedgehog-1.1.0.0.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" RDEPEND=">=dev-haskell/hedgehog-1.0.2:=[profile?] >=dev-haskell/tagged-0.8:=[profile?] <dev-haskell/tagged-0.9:=[profile?] |