diff options
author | hololeap <hololeap@users.noreply.github.com> | 2023-03-15 17:33:29 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-17 18:17:03 +0000 |
commit | de19ad2b23fef0f4f7959c966fec1768c51c2bf3 (patch) | |
tree | 1b0ebf1fcb5bcb354262a9ffe0ae8a303724fc3b /dev-haskell/hspec-meta | |
parent | dev-haskell/hspec-expectations: Stabilize for amd64 (diff) | |
download | gentoo-de19ad2b23fef0f4f7959c966fec1768c51c2bf3.tar.gz gentoo-de19ad2b23fef0f4f7959c966fec1768c51c2bf3.tar.bz2 gentoo-de19ad2b23fef0f4f7959c966fec1768c51c2bf3.zip |
dev-haskell/hspec-meta: 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/hspec-meta')
-rw-r--r-- | dev-haskell/hspec-meta/hspec-meta-2.9.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/hspec-meta/hspec-meta-2.9.3.ebuild b/dev-haskell/hspec-meta/hspec-meta-2.9.3.ebuild index ad72711b86b0..3017ed6db01a 100644 --- a/dev-haskell/hspec-meta/hspec-meta-2.9.3.ebuild +++ b/dev-haskell/hspec-meta/hspec-meta-2.9.3.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 @@ -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" RDEPEND="dev-haskell/ansi-terminal:=[profile?] dev-haskell/call-stack:=[profile?] |