summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhololeap <hololeap@users.noreply.github.com>2023-03-15 17:42:41 -0600
committerSam James <sam@gentoo.org>2023-03-17 18:21:28 +0000
commit69fb88650a47b02f09266fb51bde5fc01d1e7ac6 (patch)
treefea726176302946d043a6698678a32369ba17920
parentdev-haskell/timezone-olson: Stabilize for amd64 (diff)
downloadgentoo-69fb88650a47b02f09266fb51bde5fc01d1e7ac6.tar.gz
gentoo-69fb88650a47b02f09266fb51bde5fc01d1e7ac6.tar.bz2
gentoo-69fb88650a47b02f09266fb51bde5fc01d1e7ac6.zip
dev-haskell/timezone-series: Stabilize for amd64
Signed-off-by: hololeap <hololeap@users.noreply.github.com> Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-haskell/timezone-series/timezone-series-0.1.9.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/timezone-series/timezone-series-0.1.9.ebuild b/dev-haskell/timezone-series/timezone-series-0.1.9.ebuild
index 4ff687c86363..3e504799b0b6 100644
--- a/dev-haskell/timezone-series/timezone-series-0.1.9.ebuild
+++ b/dev-haskell/timezone-series/timezone-series-0.1.9.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="BSD"
SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86"
IUSE=""
RDEPEND=">=dev-lang/ghc-7.4.1:=