From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1175518-garchives=archives.gentoo.org@lists.gentoo.org> 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 289C013835A for <garchives@archives.gentoo.org>; Sat, 30 May 2020 20:04:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 20226E085B; Sat, 30 May 2020 20:04:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 0D054E085B for <gentoo-commits@lists.gentoo.org>; Sat, 30 May 2020 20:04:23 +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 9D0F534F038 for <gentoo-commits@lists.gentoo.org>; Sat, 30 May 2020 20:04:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 49C751DA for <gentoo-commits@lists.gentoo.org>; Sat, 30 May 2020 20:04:19 +0000 (UTC) From: "Sergei Trofimovich" <slyfox@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" <slyfox@gentoo.org> Message-ID: <1590869007.fb819371ddcc52134fccd45c167d026dd9de5d2c.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/tomsfastmath/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild X-VCS-Directories: dev-libs/tomsfastmath/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: fb819371ddcc52134fccd45c167d026dd9de5d2c X-VCS-Branch: master Date: Sat, 30 May 2020 20:04:19 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 84afe56d-26c4-43e5-aec3-cf58e994aacd X-Archives-Hash: 93ed0f8af5b49ea9a8705909907ee358 commit: fb819371ddcc52134fccd45c167d026dd9de5d2c Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> AuthorDate: Sat May 30 20:03:27 2020 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Sat May 30 20:03:27 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb819371 dev-libs/tomsfastmath: keyworded 0.13.1 for ia64, bug #725414 Package-Manager: Portage-2.3.100, Repoman-2.3.22 RepoMan-Options: --include-arches="ia64" Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org> dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild b/dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild index 4db3691e573..9f78ad519b9 100644 --- a/dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild +++ b/dev-libs/tomsfastmath/tomsfastmath-0.13.1.ebuild @@ -17,7 +17,7 @@ LICENSE="Unlicense" # https://abi-laboratory.pro/index.php?view=timeline&l=tomsfastmath SLOT="0/1" -KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~sparc" +KEYWORDS="~amd64 ~arm64 ~ia64 ~ppc ~ppc64 ~sparc" PATCHES=( "${FILESDIR}/${P}-makefile-fix.patch"