From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-942756-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 D1A0F139695 for <garchives@archives.gentoo.org>; Wed, 5 Apr 2017 09:52:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DFA0521C06B; Wed, 5 Apr 2017 09:52:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 BB65B21C06B for <gentoo-commits@lists.gentoo.org>; Wed, 5 Apr 2017 09:52:00 +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 F16D1341683 for <gentoo-commits@lists.gentoo.org>; Wed, 5 Apr 2017 09:51:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F11F6742D for <gentoo-commits@lists.gentoo.org>; Wed, 5 Apr 2017 09:51:56 +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: <1491385883.a6b4e1c5ae1fc53b9ac0b3f83cf35ee552772e80.xmw@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/opam/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/opam/opam-1.3.0.ebuild dev-ml/opam/opam-1.3.1.ebuild X-VCS-Directories: dev-ml/opam/ X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: a6b4e1c5ae1fc53b9ac0b3f83cf35ee552772e80 X-VCS-Branch: master Date: Wed, 5 Apr 2017 09:51:56 +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: 7c5e23d5-1738-44d2-a068-afe7f6e743eb X-Archives-Hash: db6b8da4c62efa9bfacc78273d07d627 commit: a6b4e1c5ae1fc53b9ac0b3f83cf35ee552772e80 Author: Michael Weber <xmw <AT> gentoo <DOT> org> AuthorDate: Wed Apr 5 09:37:22 2017 +0000 Commit: Michael Weber <xmw <AT> gentoo <DOT> org> CommitDate: Wed Apr 5 09:51:23 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6b4e1c5 dev-ml/opam: add ~ppc (bug 527318). Package-Manager: Portage-2.3.5, Repoman-2.3.2 RepoMan-Options: --include-arches="ppc" dev-ml/opam/opam-1.3.0.ebuild | 2 +- dev-ml/opam/opam-1.3.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ml/opam/opam-1.3.0.ebuild b/dev-ml/opam/opam-1.3.0.ebuild index d82287aa9bb..024cdcc5f01 100644 --- a/dev-ml/opam/opam-1.3.0.ebuild +++ b/dev-ml/opam/opam-1.3.0.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="A source-based package manager for OCaml" HOMEPAGE="http://opam.ocaml.org/" LICENSE="LGPL-3-with-linking-exception" SLOT="0/${PV}" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~ppc" IUSE="" if [[ ${PV} != 9999 ]]; then diff --git a/dev-ml/opam/opam-1.3.1.ebuild b/dev-ml/opam/opam-1.3.1.ebuild index 10441e2b2ac..7a59ae2c792 100644 --- a/dev-ml/opam/opam-1.3.1.ebuild +++ b/dev-ml/opam/opam-1.3.1.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="A source-based package manager for OCaml" HOMEPAGE="http://opam.ocaml.org/" LICENSE="LGPL-3-with-linking-exception" SLOT="0/${PV}" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~ppc" IUSE="" if [[ ${PV} != 9999 ]]; then