From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 67284138359 for ; Wed, 28 Oct 2020 03:36:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ABE81E096A; Wed, 28 Oct 2020 03:36:40 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 92C53E096A for ; Wed, 28 Oct 2020 03:36:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 75C73340D2B for ; Wed, 28 Oct 2020 03:36:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 851F53DA for ; Wed, 28 Oct 2020 03:36:37 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1603856166.3c5cfc40c09f1fc30454c9f599a2d0156e9465e9.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-autoconf/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/ocaml-autoconf/ocaml-autoconf-1.1-r1.ebuild X-VCS-Directories: dev-ml/ocaml-autoconf/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3c5cfc40c09f1fc30454c9f599a2d0156e9465e9 X-VCS-Branch: master Date: Wed, 28 Oct 2020 03:36:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 36bfa701-a391-4d77-ac9d-e19484669c78 X-Archives-Hash: 1c7d7ae83c2f9011eea935ef384b7906 commit: 3c5cfc40c09f1fc30454c9f599a2d0156e9465e9 Author: Sam James gentoo org> AuthorDate: Wed Oct 28 03:36:06 2020 +0000 Commit: Sam James gentoo org> CommitDate: Wed Oct 28 03:36:06 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c5cfc40 dev-ml/ocaml-autoconf: ppc64 keyworded (bug #748576) Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> dev-ml/ocaml-autoconf/ocaml-autoconf-1.1-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ml/ocaml-autoconf/ocaml-autoconf-1.1-r1.ebuild b/dev-ml/ocaml-autoconf/ocaml-autoconf-1.1-r1.ebuild index 7b2ab99fb8e..3543bd9c305 100644 --- a/dev-ml/ocaml-autoconf/ocaml-autoconf-1.1-r1.ebuild +++ b/dev-ml/ocaml-autoconf/ocaml-autoconf-1.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ SRC_URI="http://forge.ocamlcore.org/frs/download.php/282/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ppc x86" +KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 x86" src_install() { emake DESTDIR="${D}" prefix="/usr" install