diff options
author | hololeap <hololeap@users.noreply.github.com> | 2023-03-15 17:32:32 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-17 18:16:32 +0000 |
commit | a91549ba2a35e24fe76b1830219822af0d10c658 (patch) | |
tree | dd6b6fca752582f89687b5722ec4c0036a52f821 /dev-haskell/hjsmin | |
parent | dev-haskell/hinotify: Stabilize for amd64 (diff) | |
download | gentoo-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.ebuild | 4 |
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? |