Gentoo Archives: gentoo-commits

From: Alfredo Tupone <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppxlib/
Date: Thu, 16 Mar 2023 12:55:31
Message-Id: 1678971297.87e932b34f833d56d3800d58b3a6cc6ba13584b3.tupone@gentoo
1 commit: 87e932b34f833d56d3800d58b3a6cc6ba13584b3
2 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 16 12:53:41 2023 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 16 12:54:57 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87e932b3
7
8 dev-ml/ppxlib: stabilize 0.24.0 and 0.29.0
9
10 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
11
12 dev-ml/ppxlib/ppxlib-0.24.0.ebuild | 4 ++--
13 dev-ml/ppxlib/ppxlib-0.29.0.ebuild | 2 +-
14 2 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-ml/ppxlib/ppxlib-0.24.0.ebuild b/dev-ml/ppxlib/ppxlib-0.24.0.ebuild
17 index ea7d28073d7a..dbf7db057beb 100644
18 --- a/dev-ml/ppxlib/ppxlib-0.24.0.ebuild
19 +++ b/dev-ml/ppxlib/ppxlib-0.24.0.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2022 Gentoo Authors
22 +# Copyright 1999-2023 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -16,7 +16,7 @@ SRC_URI="https://github.com/ocaml-ppx/ppxlib/archive/${PV}.tar.gz -> ${P}.tar.gz
27
28 LICENSE="Apache-2.0"
29 SLOT="0/${PV}"
30 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
31 +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
32 IUSE="+ocamlopt test"
33 RESTRICT="!test? ( test )"
34
35
36 diff --git a/dev-ml/ppxlib/ppxlib-0.29.0.ebuild b/dev-ml/ppxlib/ppxlib-0.29.0.ebuild
37 index 5dcf6f546bc2..9dee33ce54c6 100644
38 --- a/dev-ml/ppxlib/ppxlib-0.29.0.ebuild
39 +++ b/dev-ml/ppxlib/ppxlib-0.29.0.ebuild
40 @@ -16,7 +16,7 @@ SRC_URI="https://github.com/ocaml-ppx/ppxlib/archive/${PV}.tar.gz -> ${P}.tar.gz
41
42 LICENSE="Apache-2.0"
43 SLOT="0/${PV}"
44 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
45 +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
46 IUSE="+ocamlopt test"
47 RESTRICT="!test? ( test )"