summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhololeap <hololeap@users.noreply.github.com>2023-03-15 17:31:23 -0600
committerSam James <sam@gentoo.org>2023-03-17 18:15:56 +0000
commitdb172c87ff1ae9fa5ef6cb47377c0e42e80c7873 (patch)
treed77a05dbef013fbe392e8fd7f98afd7b17292d44 /dev-haskell/file-embed
parentdev-haskell/fgl: Stabilize for amd64 (diff)
downloadgentoo-db172c87ff1ae9fa5ef6cb47377c0e42e80c7873.tar.gz
gentoo-db172c87ff1ae9fa5ef6cb47377c0e42e80c7873.tar.bz2
gentoo-db172c87ff1ae9fa5ef6cb47377c0e42e80c7873.zip
dev-haskell/file-embed: 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/file-embed')
-rw-r--r--dev-haskell/file-embed/file-embed-0.0.11.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/file-embed/file-embed-0.0.11.2.ebuild b/dev-haskell/file-embed/file-embed-0.0.11.2.ebuild
index aed291a6dc5f..0e1cb61a25a3 100644
--- a/dev-haskell/file-embed/file-embed-0.0.11.2.ebuild
+++ b/dev-haskell/file-embed/file-embed-0.0.11.2.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"
+KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86"
IUSE=""
RDEPEND=">=dev-lang/ghc-8.0.2:=