diff options
author | hololeap <hololeap@users.noreply.github.com> | 2023-03-15 17:30:39 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-17 18:15:33 +0000 |
commit | 7ae6076e1ff4c1db7e7c350fd9dc4761d9b9e126 (patch) | |
tree | c5117413b0045b96f5e1090fef1da86f99f007fd /dev-haskell/ed25519 | |
parent | dev-haskell/echo: Stabilize for amd64 (diff) | |
download | gentoo-7ae6076e1ff4c1db7e7c350fd9dc4761d9b9e126.tar.gz gentoo-7ae6076e1ff4c1db7e7c350fd9dc4761d9b9e126.tar.bz2 gentoo-7ae6076e1ff4c1db7e7c350fd9dc4761d9b9e126.zip |
dev-haskell/ed25519: 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/ed25519')
-rw-r--r-- | dev-haskell/ed25519/ed25519-0.0.5.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/ed25519/ed25519-0.0.5.0.ebuild b/dev-haskell/ed25519/ed25519-0.0.5.0.ebuild index 686e9c92ba6b..3fe61072aabf 100644 --- a/dev-haskell/ed25519/ed25519-0.0.5.0.ebuild +++ b/dev-haskell/ed25519/ed25519-0.0.5.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=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" IUSE="" RESTRICT=test # fails on QC-2.10 as: The constructor ‘Failure’ should have 11 arguments, but has been given 10 |