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 A2916139695 for ; Sat, 22 Jul 2017 20:57:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B0EB5E0841; Sat, 22 Jul 2017 20:56:59 +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 8DD02E0841 for ; Sat, 22 Jul 2017 20:56:59 +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 8E95B341906 for ; Sat, 22 Jul 2017 20:56:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 14575746A for ; Sat, 22 Jul 2017 20:56:57 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1500756605.db2fb5ee209cbecb30e5da48a09ce50deaf9647d.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/meson/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/meson/meson-9999.ebuild X-VCS-Directories: dev-util/meson/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: db2fb5ee209cbecb30e5da48a09ce50deaf9647d X-VCS-Branch: master Date: Sat, 22 Jul 2017 20:56: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: ecd88491-2ea9-4120-8dcf-d64fbab5b160 X-Archives-Hash: 218327756919d28eb8e0e1baf902ac60 commit: db2fb5ee209cbecb30e5da48a09ce50deaf9647d Author: Mike Gilbert gentoo org> AuthorDate: Sat Jul 22 20:50:05 2017 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sat Jul 22 20:50:05 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db2fb5ee dev-util/meson: sync live ebuild Package-Manager: Portage-2.3.6_p23, Repoman-2.3.3_p1 dev-util/meson/meson-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/meson/meson-9999.ebuild b/dev-util/meson/meson-9999.ebuild index d4f54eb8b9e..cc24b5e2304 100644 --- a/dev-util/meson/meson-9999.ebuild +++ b/dev-util/meson/meson-9999.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="~amd64 ~arm64 ~x86" + KEYWORDS="~alpha ~amd64 ~arm64 ~ia64 ~x86" fi inherit distutils-r1