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 1AE9B139694 for ; Wed, 5 Apr 2017 09:52:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E460621C075; Wed, 5 Apr 2017 09:52:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 C128D21C075 for ; Wed, 5 Apr 2017 09:52:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 03EB0341687 for ; Wed, 5 Apr 2017 09:52:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CBF48742B for ; Wed, 5 Apr 2017 09:51:56 +0000 (UTC) From: "Michael Weber" 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" Message-ID: <1491385877.e981aea680cd76d298051929b52d2ca6256b53b9.xmw@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/lwt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/lwt/lwt-2.7.0.ebuild X-VCS-Directories: dev-ml/lwt/ X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: e981aea680cd76d298051929b52d2ca6256b53b9 X-VCS-Branch: master Date: Wed, 5 Apr 2017 09:51:56 +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-Archives-Salt: c33c920d-6b49-4bba-aa7c-fab89e6b62dc X-Archives-Hash: 5485b2519d15a7018d4c33ea7c62c48b commit: e981aea680cd76d298051929b52d2ca6256b53b9 Author: Michael Weber gentoo org> AuthorDate: Wed Apr 5 09:36:25 2017 +0000 Commit: Michael Weber gentoo org> CommitDate: Wed Apr 5 09:51:17 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e981aea6 dev-ml/lwt: add ~ppc (bug 527318). Package-Manager: Portage-2.3.5, Repoman-2.3.2 RepoMan-Options: --include-arches="ppc" dev-ml/lwt/lwt-2.7.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ml/lwt/lwt-2.7.0.ebuild b/dev-ml/lwt/lwt-2.7.0.ebuild index 43e654b31c1..6a72be49a08 100644 --- a/dev-ml/lwt/lwt-2.7.0.ebuild +++ b/dev-ml/lwt/lwt-2.7.0.ebuild @@ -27,7 +27,7 @@ RDEPEND="${DEPEND} SLOT="0/${PV}" LICENSE="LGPL-2.1-with-linking-exception" -KEYWORDS="~amd64 ~x86-fbsd" +KEYWORDS="~amd64 ~ppc ~x86-fbsd" DOCS=( "CHANGES" "README.md" )