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 72B25139694 for ; Thu, 27 Jul 2017 16:40:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A4FE11FC05C; Thu, 27 Jul 2017 16:40:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 85E481FC05C for ; Thu, 27 Jul 2017 16:40:12 +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 61BA934175C for ; Thu, 27 Jul 2017 16:40:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C794F74A6 for ; Thu, 27 Jul 2017 16:40:06 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1501173361.4dcb5ddc1101ae24d0d77eafe3da287dbf7d3c73.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/meson/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/meson/meson-0.41.2.ebuild X-VCS-Directories: dev-util/meson/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 4dcb5ddc1101ae24d0d77eafe3da287dbf7d3c73 X-VCS-Branch: master Date: Thu, 27 Jul 2017 16:40:06 +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: 839f9f9a-91e0-43d3-bd4b-9b0fed977a8f X-Archives-Hash: de3da3a24efd8296ab7d40849b68f2d9 commit: 4dcb5ddc1101ae24d0d77eafe3da287dbf7d3c73 Author: William Hubbs gentoo org> AuthorDate: Thu Jul 27 16:36:01 2017 +0000 Commit: William Hubbs gentoo org> CommitDate: Thu Jul 27 16:36:01 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dcb5ddc dev-util/meson: Add ~arm to the latest release for #625322 Package-Manager: Portage-2.3.6, Repoman-2.3.1 dev-util/meson/meson-0.41.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/meson/meson-0.41.2.ebuild b/dev-util/meson/meson-0.41.2.ebuild index 493a4df2c56..392883a3b7c 100644 --- a/dev-util/meson/meson-0.41.2.ebuild +++ b/dev-util/meson/meson-0.41.2.ebuild @@ -9,7 +9,7 @@ if [[ ${PV} = *9999* ]]; then inherit git-r3 else SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm64 ~ia64 ~mips ~ppc ~x86" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~x86" fi inherit distutils-r1