summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhololeap <hololeap@users.noreply.github.com>2023-03-15 17:32:32 -0600
committerSam James <sam@gentoo.org>2023-03-17 18:16:32 +0000
commita91549ba2a35e24fe76b1830219822af0d10c658 (patch)
treedd6b6fca752582f89687b5722ec4c0036a52f821 /dev-haskell/hjsmin
parentdev-haskell/hinotify: Stabilize for amd64 (diff)
downloadgentoo-a91549ba2a35e24fe76b1830219822af0d10c658.tar.gz
gentoo-a91549ba2a35e24fe76b1830219822af0d10c658.tar.bz2
gentoo-a91549ba2a35e24fe76b1830219822af0d10c658.zip
dev-haskell/hjsmin: 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/hjsmin')
-rw-r--r--dev-haskell/hjsmin/hjsmin-0.2.0.4.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/hjsmin/hjsmin-0.2.0.4.ebuild b/dev-haskell/hjsmin/hjsmin-0.2.0.4.ebuild
index 9f29206330a7..5bfc031e5139 100644
--- a/dev-haskell/hjsmin/hjsmin-0.2.0.4.ebuild
+++ b/dev-haskell/hjsmin/hjsmin-0.2.0.4.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=""
RESTRICT=test # Requires network access?