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 4A37F139694 for ; Sat, 1 Jul 2017 09:52:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5F56274015; Sat, 1 Jul 2017 09:52:35 +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 812A1274011 for ; Sat, 1 Jul 2017 09:52:35 +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 A87CC34177C for ; Sat, 1 Jul 2017 09:52:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6897A74A1 for ; Sat, 1 Jul 2017 09:52:31 +0000 (UTC) From: "Sergei Trofimovich" 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" Message-ID: <1498901937.e3c61d9369d5e355ad7bd2bb83e4f6225ef367f5.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/suitesparseconfig/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/suitesparseconfig/suitesparseconfig-4.2.1.ebuild X-VCS-Directories: sci-libs/suitesparseconfig/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: e3c61d9369d5e355ad7bd2bb83e4f6225ef367f5 X-VCS-Branch: master Date: Sat, 1 Jul 2017 09:52:31 +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: 81bbe080-54d7-46bd-8ebc-21f3be43ca62 X-Archives-Hash: 927cad48714966ac08611db6c3ccfd97 commit: e3c61d9369d5e355ad7bd2bb83e4f6225ef367f5 Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Jul 1 09:38:57 2017 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Jul 1 09:38:57 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3c61d93 sci-libs/suitesparseconfig: ia64 keyworded, bug #575366 Package-Manager: Portage-2.3.6, Repoman-2.3.2 sci-libs/suitesparseconfig/suitesparseconfig-4.2.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-libs/suitesparseconfig/suitesparseconfig-4.2.1.ebuild b/sci-libs/suitesparseconfig/suitesparseconfig-4.2.1.ebuild index 1bd4db3caf0..b17c23092e2 100644 --- a/sci-libs/suitesparseconfig/suitesparseconfig-4.2.1.ebuild +++ b/sci-libs/suitesparseconfig/suitesparseconfig-4.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -11,5 +11,5 @@ SRC_URI="https://dev.gentoo.org/~bicatali/distfiles/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x86-macos" IUSE="static-libs"