diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-06-26 14:53:36 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-06-26 14:53:36 +0200 |
commit | c117d96a2ad861709e208ed09f05833d11817db3 (patch) | |
tree | 1faef460a0f70a24d6f7af14fa065c09f247d5ff /dev-libs/isl | |
parent | media-libs/libart_lgpl: mark arm64 stable to catchup with other arches (diff) | |
download | gentoo-c117d96a2ad861709e208ed09f05833d11817db3.tar.gz gentoo-c117d96a2ad861709e208ed09f05833d11817db3.tar.bz2 gentoo-c117d96a2ad861709e208ed09f05833d11817db3.zip |
dev-libs/isl: mark 0.15 arm64 stable to catchup with other arches
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-libs/isl')
-rw-r--r-- | dev-libs/isl/isl-0.15.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/isl/isl-0.15.ebuild b/dev-libs/isl/isl-0.15.ebuild index 1e85aecf087e..a8cc1bfa4c72 100644 --- a/dev-libs/isl/isl-0.15.ebuild +++ b/dev-libs/isl/isl-0.15.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -11,7 +11,7 @@ SRC_URI="http://isl.gforge.inria.fr/${P}.tar.xz" LICENSE="LGPL-2.1" SLOT="0/15" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd" IUSE="static-libs" RDEPEND=">=dev-libs/gmp-5.1.3-r1[${MULTILIB_USEDEP}]" |