Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/hath/
Date: Wed, 31 Aug 2022 21:32:25
Message-Id: 1661981487.14bf6e568552bf2843668ec15009812c45868dcb.sam@gentoo
1 commit: 14bf6e568552bf2843668ec15009812c45868dcb
2 Author: matoro <matoro <AT> users <DOT> noreply <DOT> github <DOT> com>
3 AuthorDate: Sun Aug 28 22:29:14 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 31 21:31:27 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14bf6e56
7
8 net-misc/hath: keyword 0.5.7 for ~arm64
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-misc/hath/hath-0.5.7.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-misc/hath/hath-0.5.7.ebuild b/net-misc/hath/hath-0.5.7.ebuild
16 index 499eaadef44b..120ff862aafe 100644
17 --- a/net-misc/hath/hath-0.5.7.ebuild
18 +++ b/net-misc/hath/hath-0.5.7.ebuild
19 @@ -14,7 +14,7 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
20
21 LICENSE="AGPL-3"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~ppc64 ~x86"
24 +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
25 IUSE=""
26
27 RDEPEND=">=dev-haskell/cmdargs-0.10:=