Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/camlp4/
Date: Mon, 07 Sep 2020 08:48:03
Message-Id: 1599468458.9644bb4e0f9012408cdd327a8d20a19da3afbf2f.slyfox@gentoo
1 commit: 9644bb4e0f9012408cdd327a8d20a19da3afbf2f
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 7 08:38:46 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 7 08:47:38 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9644bb4e
7
8 dev-ml/camlp4: stable 4.08_p1 for ppc64
9
10 stable wrt bug #710152
11
12 Package-Manager: Portage-3.0.5, Repoman-3.0.1
13 RepoMan-Options: --include-arches="ppc64"
14 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
15
16 dev-ml/camlp4/camlp4-4.08_p1.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/dev-ml/camlp4/camlp4-4.08_p1.ebuild b/dev-ml/camlp4/camlp4-4.08_p1.ebuild
20 index adf61a9c6c5..0aed51629a8 100644
21 --- a/dev-ml/camlp4/camlp4-4.08_p1.ebuild
22 +++ b/dev-ml/camlp4/camlp4-4.08_p1.ebuild
23 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/camlp4/camlp4/archive/${MY_PV}.tar.gz -> ${P}.tar.gz
24
25 LICENSE="LGPL-2-with-linking-exception"
26 SLOT="0/${PV}"
27 -KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
28 +KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
29 IUSE="+ocamlopt"
30
31 DEPEND=">=dev-lang/ocaml-4.09.0:=[ocamlopt?]"