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 0A6A013835A for ; Sun, 21 Feb 2021 05:21:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4346EE08E0; Sun, 21 Feb 2021 05:21:53 +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 2B228E08E0 for ; Sun, 21 Feb 2021 05:21:53 +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 E3126340FDC for ; Sun, 21 Feb 2021 05:21:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6FB8B4E9 for ; Sun, 21 Feb 2021 05:21:50 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1613884903.15c77b0cb07a6a2f984a6b2de8e36d4231434c2c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/ms-gsl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/ms-gsl/ms-gsl-3.1.0.ebuild X-VCS-Directories: dev-cpp/ms-gsl/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 15c77b0cb07a6a2f984a6b2de8e36d4231434c2c X-VCS-Branch: master Date: Sun, 21 Feb 2021 05:21:50 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0f961a83-c5fb-4b82-99f2-ffcdba9ad9b2 X-Archives-Hash: 7e74ec55ceac2824d26e4e14b73d4e67 commit: 15c77b0cb07a6a2f984a6b2de8e36d4231434c2c Author: Sam James gentoo org> AuthorDate: Sun Feb 21 05:21:43 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Feb 21 05:21:43 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15c77b0c dev-cpp/ms-gsl: Keyword 3.1.0 arm64, #770826 Signed-off-by: Sam James gentoo.org> dev-cpp/ms-gsl/ms-gsl-3.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-cpp/ms-gsl/ms-gsl-3.1.0.ebuild b/dev-cpp/ms-gsl/ms-gsl-3.1.0.ebuild index 35999713b03..3e690129c15 100644 --- a/dev-cpp/ms-gsl/ms-gsl-3.1.0.ebuild +++ b/dev-cpp/ms-gsl/ms-gsl-3.1.0.ebuild @@ -13,7 +13,7 @@ S="${WORKDIR}/GSL-${PV}" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86" IUSE="test" RESTRICT="!test? ( test )"