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 D14A6139694 for ; Mon, 26 Jun 2017 12:48:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D36D625409B; Mon, 26 Jun 2017 12:48:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 B2C3F25409B for ; Mon, 26 Jun 2017 12:48:28 +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 9B816341713 for ; Mon, 26 Jun 2017 12:48:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1087F7497 for ; Mon, 26 Jun 2017 12:48:26 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1498481296.ab124966bc9eaa162cf80c9673074b627170f447.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/blas/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/blas/blas-3.7.ebuild X-VCS-Directories: virtual/blas/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: ab124966bc9eaa162cf80c9673074b627170f447 X-VCS-Branch: master Date: Mon, 26 Jun 2017 12:48:26 +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: 3e56ba82-6611-4c16-a0ee-64b8f02f39f5 X-Archives-Hash: d39555398f52ed48fd4981c6f7a415b4 commit: ab124966bc9eaa162cf80c9673074b627170f447 Author: Alexis Ballier gentoo org> AuthorDate: Mon Jun 26 11:56:30 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Mon Jun 26 12:48:16 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab124966 virtual/blas: keyword ~arm64 Package-Manager: Portage-2.3.6, Repoman-2.3.2 virtual/blas/blas-3.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virtual/blas/blas-3.7.ebuild b/virtual/blas/blas-3.7.ebuild index 81f2debdc51..c49651a07cc 100644 --- a/virtual/blas/blas-3.7.ebuild +++ b/virtual/blas/blas-3.7.ebuild @@ -5,7 +5,7 @@ EAPI="6" DESCRIPTION="Virtual for FORTRAN 77 BLAS implementation" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris" RDEPEND="|| ( >=sci-libs/blas-reference-20161223