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 ED079138334 for ; Wed, 22 Aug 2018 00:35:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AB31CE089D; Wed, 22 Aug 2018 00:35:20 +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 82F05E089D for ; Wed, 22 Aug 2018 00:35:19 +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 9566D335CE9 for ; Wed, 22 Aug 2018 00:35:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DFE0C3B5 for ; Wed, 22 Aug 2018 00:35:15 +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: <1534898098.00f3fe278b64159b1c720786eb56a600953aa803.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/armadillo/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/armadillo/armadillo-8.300.2.ebuild X-VCS-Directories: sci-libs/armadillo/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 00f3fe278b64159b1c720786eb56a600953aa803 X-VCS-Branch: master Date: Wed, 22 Aug 2018 00:35:15 +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: 20d73243-a192-4d25-b6ab-c070e4c0cd92 X-Archives-Hash: d462c593a1a8ff55bf504155c3f21348 commit: 00f3fe278b64159b1c720786eb56a600953aa803 Author: Mikle Kolyada gentoo org> AuthorDate: Wed Aug 22 00:34:58 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Wed Aug 22 00:34:58 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00f3fe27 sci-libs/armadillo: amd64 stable wrt bug #657244 Package-Manager: Portage-2.3.40, Repoman-2.3.9 sci-libs/armadillo/armadillo-8.300.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/armadillo/armadillo-8.300.2.ebuild b/sci-libs/armadillo/armadillo-8.300.2.ebuild index 16a2c23fa83..a92fed4fa48 100644 --- a/sci-libs/armadillo/armadillo-8.300.2.ebuild +++ b/sci-libs/armadillo/armadillo-8.300.2.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/arma/${P}.tar.xz" LICENSE="Apache-2.0" SLOT="0/8" -KEYWORDS="~amd64 ~arm ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="arpack blas debug doc examples hdf5 lapack mkl superlu tbb test" REQUIRED_USE="test? ( lapack )"