Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/camlp-streams/
Date: Tue, 03 May 2022 17:45:27
Message-Id: 1651599908.27a9dbc8a5ca95d5692d8fa487d3704931534980.arthurzam@gentoo
1 commit: 27a9dbc8a5ca95d5692d8fa487d3704931534980
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 3 17:45:08 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Tue May 3 17:45:08 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27a9dbc8
7
8 dev-ml/camlp-streams: Keyword 5.0 arm64, #841446
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-ml/camlp-streams/camlp-streams-5.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-ml/camlp-streams/camlp-streams-5.0.ebuild b/dev-ml/camlp-streams/camlp-streams-5.0.ebuild
16 index cf0379ac2029..57fad37a74a8 100644
17 --- a/dev-ml/camlp-streams/camlp-streams-5.0.ebuild
18 +++ b/dev-ml/camlp-streams/camlp-streams-5.0.ebuild
19 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/ocaml/${PN}/archive/refs/tags/v${PV}.tar.gz
20
21 LICENSE="LGPL-2-with-linking-exception"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~x86"
24 +KEYWORDS="~amd64 ~arm64 ~x86"
25
26 DEPEND=""
27 RDEPEND="${DEPEND}"