Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/isl/
Date: Mon, 26 Jun 2017 12:54:12
Message-Id: 1498481616.c117d96a2ad861709e208ed09f05833d11817db3.aballier@gentoo
1 commit: c117d96a2ad861709e208ed09f05833d11817db3
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 26 12:53:36 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 26 12:53:36 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c117d96a
7
8 dev-libs/isl: mark 0.15 arm64 stable to catchup with other arches
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-libs/isl/isl-0.15.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-libs/isl/isl-0.15.ebuild b/dev-libs/isl/isl-0.15.ebuild
16 index 1e85aecf087..a8cc1bfa4c7 100644
17 --- a/dev-libs/isl/isl-0.15.ebuild
18 +++ b/dev-libs/isl/isl-0.15.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 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,7 +11,7 @@ SRC_URI="http://isl.gforge.inria.fr/${P}.tar.xz"
26
27 LICENSE="LGPL-2.1"
28 SLOT="0/15"
29 -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd"
30 +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd"
31 IUSE="static-libs"
32
33 RDEPEND=">=dev-libs/gmp-5.1.3-r1[${MULTILIB_USEDEP}]"