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: Fri, 17 Mar 2023 11:27:11
Message-Id: 1679052406.24d4a907b5c4ef331be9f7f76330b65783614517.arthurzam@gentoo
1 commit: 24d4a907b5c4ef331be9f7f76330b65783614517
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 17 11:26:46 2023 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 17 11:26:46 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24d4a907
7
8 dev-ml/camlp-streams: Stabilize 5.0.1 ppc64, #901641
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-ml/camlp-streams/camlp-streams-5.0.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-ml/camlp-streams/camlp-streams-5.0.1.ebuild b/dev-ml/camlp-streams/camlp-streams-5.0.1.ebuild
16 index b71f83a6ee4a..3ef5c727682a 100644
17 --- a/dev-ml/camlp-streams/camlp-streams-5.0.1.ebuild
18 +++ b/dev-ml/camlp-streams/camlp-streams-5.0.1.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 arm arm64 ~ppc ~ppc64 x86"
24 +KEYWORDS="amd64 arm arm64 ~ppc ppc64 x86"
25
26 DEPEND=""
27 RDEPEND="${DEPEND}"