Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/pcre-ocaml/
Date: Fri, 26 Feb 2021 08:09:28
Message-Id: 1614326957.543a0a2fb48158ab760bdfb1a043bec1efd01703.ago@gentoo
1 commit: 543a0a2fb48158ab760bdfb1a043bec1efd01703
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 26 08:07:59 2021 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 26 08:09:17 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=543a0a2f
7
8 dev-ml/pcre-ocaml: x86 stable wrt bug #772845
9
10 Package-Manager: Portage-3.0.13, Repoman-3.0.2
11 RepoMan-Options: --include-arches="x86"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 dev-ml/pcre-ocaml/pcre-ocaml-7.4.6-r1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-ml/pcre-ocaml/pcre-ocaml-7.4.6-r1.ebuild b/dev-ml/pcre-ocaml/pcre-ocaml-7.4.6-r1.ebuild
18 index b03d3217e12..823bfffeeda 100644
19 --- a/dev-ml/pcre-ocaml/pcre-ocaml-7.4.6-r1.ebuild
20 +++ b/dev-ml/pcre-ocaml/pcre-ocaml-7.4.6-r1.ebuild
21 @@ -13,7 +13,7 @@ S="${WORKDIR}/pcre-${PV}"
22 LICENSE="LGPL-2.1-with-linking-exception"
23 IUSE="examples +ocamlopt"
24 SLOT="0/${PV}"
25 -KEYWORDS="~amd64 ~arm ~arm64 ppc ~x86"
26 +KEYWORDS="~amd64 ~arm ~arm64 ppc x86"
27
28 BDEPEND="dev-ml/dune-configurator"
29 RDEPEND=">=dev-libs/libpcre-4.5"