Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-autoconf/
Date: Wed, 28 Oct 2020 03:36:44
Message-Id: 1603856166.3c5cfc40c09f1fc30454c9f599a2d0156e9465e9.sam@gentoo
1 commit: 3c5cfc40c09f1fc30454c9f599a2d0156e9465e9
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 28 03:36:06 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 28 03:36:06 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c5cfc40
7
8 dev-ml/ocaml-autoconf: ppc64 keyworded (bug #748576)
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.2
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-ml/ocaml-autoconf/ocaml-autoconf-1.1-r1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-ml/ocaml-autoconf/ocaml-autoconf-1.1-r1.ebuild b/dev-ml/ocaml-autoconf/ocaml-autoconf-1.1-r1.ebuild
17 index 7b2ab99fb8e..3543bd9c305 100644
18 --- a/dev-ml/ocaml-autoconf/ocaml-autoconf-1.1-r1.ebuild
19 +++ b/dev-ml/ocaml-autoconf/ocaml-autoconf-1.1-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2019 Gentoo Authors
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -9,7 +9,7 @@ SRC_URI="http://forge.ocamlcore.org/frs/download.php/282/${P}.tar.gz"
27
28 LICENSE="BSD"
29 SLOT="0"
30 -KEYWORDS="amd64 ~arm ~arm64 ppc x86"
31 +KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 x86"
32
33 src_install() {
34 emake DESTDIR="${D}" prefix="/usr" install