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 AE4AA13835A for ; Mon, 10 May 2021 00:07:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 096BEE077D; Mon, 10 May 2021 00:07:06 +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 E53D4E077D for ; Mon, 10 May 2021 00:07:05 +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 B33B4335D12 for ; Mon, 10 May 2021 00:07:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 66310750 for ; Mon, 10 May 2021 00:07:03 +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: <1620605219.35de719c29a72ddc5997182130dc25eae547c4ff.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/alglib/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/alglib/alglib-3.17.0.ebuild X-VCS-Directories: sci-libs/alglib/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 35de719c29a72ddc5997182130dc25eae547c4ff X-VCS-Branch: master Date: Mon, 10 May 2021 00:07:03 +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: 0c78f957-1fdf-4cbb-b1ac-e452b86c03b3 X-Archives-Hash: ce3fa4ffb908d9ba7ad1dcaf5e33b87c commit: 35de719c29a72ddc5997182130dc25eae547c4ff Author: Sam James gentoo org> AuthorDate: Mon May 10 00:06:59 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon May 10 00:06:59 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35de719c sci-libs/alglib: Stabilize 3.17.0 amd64, #789246 Signed-off-by: Sam James gentoo.org> sci-libs/alglib/alglib-3.17.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/alglib/alglib-3.17.0.ebuild b/sci-libs/alglib/alglib-3.17.0.ebuild index 6f520c619d2..f4f6adc9051 100644 --- a/sci-libs/alglib/alglib-3.17.0.ebuild +++ b/sci-libs/alglib/alglib-3.17.0.ebuild @@ -12,7 +12,7 @@ S="${WORKDIR}"/cpp LICENSE="GPL-2+" SLOT="0/3.8" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="test" RESTRICT="!test? ( test )"