From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-933832-garchives=archives.gentoo.org@lists.gentoo.org> 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 BC8BB139694 for <garchives@archives.gentoo.org>; Thu, 23 Feb 2017 11:57:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD35421C0E1; Thu, 23 Feb 2017 11:57:13 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BA61921C0E1 for <gentoo-commits@lists.gentoo.org>; Thu, 23 Feb 2017 11:57:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C0BB4341645 for <gentoo-commits@lists.gentoo.org>; Thu, 23 Feb 2017 11:57:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6083B51C8 for <gentoo-commits@lists.gentoo.org>; Thu, 23 Feb 2017 11:57:11 +0000 (UTC) From: "Michael Weber" <xmw@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Weber" <xmw@gentoo.org> Message-ID: <1487851015.4b25287c266e17316e0eb76aec2db9f4b1fb9f57.xmw@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/extlib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/extlib/extlib-1.7.1.ebuild X-VCS-Directories: dev-ml/extlib/ X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: 4b25287c266e17316e0eb76aec2db9f4b1fb9f57 X-VCS-Branch: master Date: Thu, 23 Feb 2017 11:57:11 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: bd89203c-4f4c-4dc6-86ed-d1a29a51ca43 X-Archives-Hash: 5e4468dd09cea773f2a2150ba3ccde83 commit: 4b25287c266e17316e0eb76aec2db9f4b1fb9f57 Author: Michael Weber <xmw <AT> gentoo <DOT> org> AuthorDate: Thu Feb 23 11:51:29 2017 +0000 Commit: Michael Weber <xmw <AT> gentoo <DOT> org> CommitDate: Thu Feb 23 11:56:55 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b25287c dev-ml/extlib: Add ~ppc keyword (bug 586910). Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-ml/extlib/extlib-1.7.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ml/extlib/extlib-1.7.1.ebuild b/dev-ml/extlib/extlib-1.7.1.ebuild index 4549eeed79..c5e7b9875b 100644 --- a/dev-ml/extlib/extlib-1.7.1.ebuild +++ b/dev-ml/extlib/extlib-1.7.1.ebuild @@ -16,7 +16,7 @@ DEPEND=" " RDEPEND="${DEPEND}" SLOT="0/${PV}" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="doc +ocamlopt" S="${WORKDIR}/ocaml-${P}"