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 24B11139694 for ; Wed, 5 Apr 2017 17:51:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B6C6A21C0AB; Wed, 5 Apr 2017 17:51:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 994DB21C0AB for ; Wed, 5 Apr 2017 17:51:11 +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 7D29434168F for ; Wed, 5 Apr 2017 17:51:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3D3B0742F for ; Wed, 5 Apr 2017 17:50:57 +0000 (UTC) From: "Markus Meier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markus Meier" Message-ID: <1491414611.c32f62bc532e227e68180ab8f31f916ea6a3dc18.maekke@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: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: c32f62bc532e227e68180ab8f31f916ea6a3dc18 X-VCS-Branch: master Date: Wed, 5 Apr 2017 17:50:57 +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: 15bc5386-c044-4dc2-ac64-0c1d521e72df X-Archives-Hash: 61ba45b19f1d691146a15e3eeb5df7d8 commit: c32f62bc532e227e68180ab8f31f916ea6a3dc18 Author: Markus Meier gentoo org> AuthorDate: Wed Apr 5 17:43:07 2017 +0000 Commit: Markus Meier gentoo org> CommitDate: Wed Apr 5 17:50:11 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c32f62bc dev-ml/lwt: add ~arm, bug #611014 Package-Manager: Portage-2.3.5, Repoman-2.3.2 RepoMan-Options: --include-arches="arm" 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 6a72be49a08..e3296e5a402 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 ~ppc ~x86-fbsd" +KEYWORDS="~amd64 ~arm ~ppc ~x86-fbsd" DOCS=( "CHANGES" "README.md" )