diff options
author | hololeap <hololeap@users.noreply.github.com> | 2023-03-15 17:41:52 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-17 18:21:11 +0000 |
commit | ef92692c2d77ec7dd6596702ac6c63ce11853304 (patch) | |
tree | 19c8391eca962f39f8020d5b8e457c15ed307a43 /dev-haskell/test-framework-quickcheck2 | |
parent | dev-haskell/test-framework-leancheck: Stabilize for amd64 (diff) | |
download | gentoo-ef92692c2d77ec7dd6596702ac6c63ce11853304.tar.gz gentoo-ef92692c2d77ec7dd6596702ac6c63ce11853304.tar.bz2 gentoo-ef92692c2d77ec7dd6596702ac6c63ce11853304.zip |
dev-haskell/test-framework-quickcheck2: 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/test-framework-quickcheck2')
-rw-r--r-- | dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.3.0.5-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.3.0.5-r2.ebuild b/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.3.0.5-r2.ebuild index f75b9cee40c0..900e677dbb0c 100644 --- a/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.3.0.5-r2.ebuild +++ b/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.3.0.5-r2.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 @@ -15,7 +15,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-haskell/extensible-exceptions-0.1.1:=[profile?] <dev-haskell/extensible-exceptions-0.2.0:=[profile?] |