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 A892B1382C5 for ; Tue, 1 May 2018 10:48:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F168CE093B; Tue, 1 May 2018 10:48:55 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 C8892E093B for ; Tue, 1 May 2018 10:48:55 +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 B6621335C95 for ; Tue, 1 May 2018 10:48:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 04444281 for ; Tue, 1 May 2018 10:48:53 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1525171729.b934fdf8adafe20539ba63efb0942d12f12d94a7.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/mpir/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/mpir/mpir-2.6.0-r2.ebuild X-VCS-Directories: sci-libs/mpir/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: b934fdf8adafe20539ba63efb0942d12f12d94a7 X-VCS-Branch: master Date: Tue, 1 May 2018 10:48:53 +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: b94fb785-ddfe-4874-b1c9-c8f6893301ac X-Archives-Hash: 068732233a2318d6fa5790e8d5778e71 commit: b934fdf8adafe20539ba63efb0942d12f12d94a7 Author: Mikle Kolyada gentoo org> AuthorDate: Tue May 1 10:48:15 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Tue May 1 10:48:49 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b934fdf8 sci-libs/mpir: arm stable wrt bug #622648 Package-Manager: Portage-2.3.24, Repoman-2.3.6 sci-libs/mpir/mpir-2.6.0-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/mpir/mpir-2.6.0-r2.ebuild b/sci-libs/mpir/mpir-2.6.0-r2.ebuild index 31eadc40408..18eb9665355 100644 --- a/sci-libs/mpir/mpir-2.6.0-r2.ebuild +++ b/sci-libs/mpir/mpir-2.6.0-r2.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://www.mpir.org/${P}.tar.lzma" LICENSE="LGPL-3" SLOT="0/11" -KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux" IUSE="+cxx cpudetection static-libs" DEPEND="x86? ( dev-lang/yasm )