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 EC0851382C5 for ; Mon, 7 Jun 2021 16:16:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3CF44E08C8; Mon, 7 Jun 2021 16:16:06 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 26142E08C3 for ; Mon, 7 Jun 2021 16:16:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 D76D5340DDA for ; Mon, 7 Jun 2021 16:16:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 180427AA for ; Mon, 7 Jun 2021 16:16:02 +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: <1623082437.948698ab08c031e6f97968e828262c4f7045258b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/qd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/qd/qd-2.3.22.ebuild X-VCS-Directories: sci-libs/qd/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 948698ab08c031e6f97968e828262c4f7045258b X-VCS-Branch: master Date: Mon, 7 Jun 2021 16:16:02 +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: 54b8951c-ddfc-4993-8649-99d269b38d88 X-Archives-Hash: 2998e181cc88aa84b6113c778f752a91 commit: 948698ab08c031e6f97968e828262c4f7045258b Author: Sam James gentoo org> AuthorDate: Mon Jun 7 16:13:57 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jun 7 16:13:57 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=948698ab sci-libs/qd: Stabilize 2.3.22 x86, #794496 Signed-off-by: Sam James gentoo.org> sci-libs/qd/qd-2.3.22.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-libs/qd/qd-2.3.22.ebuild b/sci-libs/qd/qd-2.3.22.ebuild index ba78c43a2ef..7aa5d50fcf6 100644 --- a/sci-libs/qd/qd-2.3.22.ebuild +++ b/sci-libs/qd/qd-2.3.22.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,7 @@ SRC_URI="http://crd.lbl.gov/~dhbailey/mpdist/${P}.tar.gz" SLOT="0" LICENSE="BSD" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 x86 ~amd64-linux ~x86-linux" IUSE="cpu_flags_x86_fma3 cpu_flags_x86_fma4 doc fortran static-libs" PATCHES=( "${FILESDIR}"/${P}-fix-build-system.patch )