diff options
author | matoro <matoro@users.noreply.github.com> | 2022-07-24 20:20:54 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-30 06:58:30 +0100 |
commit | 468e49fec8df05414459555fd1dd3fec1c0162f6 (patch) | |
tree | 2b2804d2ff3430d0e3cd73eaa92bfc38f4810bb5 /dev-haskell/hjsmin | |
parent | dev-haskell/language-javascript: keyword 0.6.0.14 for ~ppc64 (diff) | |
download | gentoo-468e49fec8df05414459555fd1dd3fec1c0162f6.tar.gz gentoo-468e49fec8df05414459555fd1dd3fec1c0162f6.tar.bz2 gentoo-468e49fec8df05414459555fd1dd3fec1c0162f6.zip |
dev-haskell/hjsmin: keyword 0.2.0.4 for ~ppc64
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 e74f3c315fb3..7e17d678b59c 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-2019 Gentoo Authors +# Copyright 1999-2022 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 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="" RESTRICT=test # Requires network access? |