diff options
author | hololeap <hololeap@users.noreply.github.com> | 2023-03-15 17:41:29 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-17 18:21:01 +0000 |
commit | 353c2968365f73ae9932c02e3e445dffb03d764a (patch) | |
tree | 25c17ba20478e4d70ec3ba0f69707b720e700c70 /dev-haskell/tasty-smallcheck | |
parent | dev-haskell/tasty-rerun: Stabilize for amd64 (diff) | |
download | gentoo-353c2968365f73ae9932c02e3e445dffb03d764a.tar.gz gentoo-353c2968365f73ae9932c02e3e445dffb03d764a.tar.bz2 gentoo-353c2968365f73ae9932c02e3e445dffb03d764a.zip |
dev-haskell/tasty-smallcheck: 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-smallcheck')
-rw-r--r-- | dev-haskell/tasty-smallcheck/tasty-smallcheck-0.8.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/tasty-smallcheck/tasty-smallcheck-0.8.1.ebuild b/dev-haskell/tasty-smallcheck/tasty-smallcheck-0.8.1.ebuild index db4bbeaee327..9a8c67c7f593 100644 --- a/dev-haskell/tasty-smallcheck/tasty-smallcheck-0.8.1.ebuild +++ b/dev-haskell/tasty-smallcheck/tasty-smallcheck-0.8.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="MIT" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86" IUSE="" RDEPEND="dev-haskell/async:=[profile?] |