summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhololeap <hololeap@users.noreply.github.com>2023-03-15 17:30:42 -0600
committerSam James <sam@gentoo.org>2023-03-17 18:15:35 +0000
commit884512844d939772cb16d2fd1e533ca0a101f175 (patch)
tree99d48b0f80b500bcc0f7b97bef159d2385c6c4d2 /dev-haskell/edit-distance
parentdev-haskell/ed25519: Stabilize for amd64 (diff)
downloadgentoo-884512844d939772cb16d2fd1e533ca0a101f175.tar.gz
gentoo-884512844d939772cb16d2fd1e533ca0a101f175.tar.bz2
gentoo-884512844d939772cb16d2fd1e533ca0a101f175.zip
dev-haskell/edit-distance: 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/edit-distance')
-rw-r--r--dev-haskell/edit-distance/edit-distance-0.2.2.1-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/edit-distance/edit-distance-0.2.2.1-r1.ebuild b/dev-haskell/edit-distance/edit-distance-0.2.2.1-r1.ebuild
index da72c42986d4..9fca6aea1114 100644
--- a/dev-haskell/edit-distance/edit-distance-0.2.2.1-r1.ebuild
+++ b/dev-haskell/edit-distance/edit-distance-0.2.2.1-r1.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 ~amd64-linux"
+KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux"
IUSE=""
RDEPEND=">=dev-haskell/random-1.0:=[profile?]