Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/suitesparseconfig/
Date: Sat, 01 Jul 2017 09:52:36
Message-Id: 1498901937.e3c61d9369d5e355ad7bd2bb83e4f6225ef367f5.slyfox@gentoo
1 commit: e3c61d9369d5e355ad7bd2bb83e4f6225ef367f5
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 1 09:38:57 2017 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 1 09:38:57 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3c61d93
7
8 sci-libs/suitesparseconfig: ia64 keyworded, bug #575366
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 sci-libs/suitesparseconfig/suitesparseconfig-4.2.1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sci-libs/suitesparseconfig/suitesparseconfig-4.2.1.ebuild b/sci-libs/suitesparseconfig/suitesparseconfig-4.2.1.ebuild
16 index 1bd4db3caf0..b17c23092e2 100644
17 --- a/sci-libs/suitesparseconfig/suitesparseconfig-4.2.1.ebuild
18 +++ b/sci-libs/suitesparseconfig/suitesparseconfig-4.2.1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -11,5 +11,5 @@ SRC_URI="https://dev.gentoo.org/~bicatali/distfiles/${P}.tar.bz2"
26
27 LICENSE="LGPL-2.1"
28 SLOT="0"
29 -KEYWORDS="~alpha amd64 ~arm hppa ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x86-macos"
30 +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x86-macos"
31 IUSE="static-libs"