diff options
author | Markus Meier <maekke@gentoo.org> | 2016-06-26 20:45:56 +0200 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2016-06-26 20:45:56 +0200 |
commit | cdc9e2f4d24e1471ffe457d871344db314c63a48 (patch) | |
tree | 328c809cc1bf3b35d08ea3ee7b16b33c47fcadaf /dev-libs/gmp | |
parent | net-irc/irker: add ~arm, bug #585628 (diff) | |
download | gentoo-cdc9e2f4d24e1471ffe457d871344db314c63a48.tar.gz gentoo-cdc9e2f4d24e1471ffe457d871344db314c63a48.tar.bz2 gentoo-cdc9e2f4d24e1471ffe457d871344db314c63a48.zip |
dev-libs/gmp: arm stable, bug #586540
Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --include-arches="arm"
Diffstat (limited to 'dev-libs/gmp')
-rw-r--r-- | dev-libs/gmp/gmp-6.1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/gmp/gmp-6.1.0.ebuild b/dev-libs/gmp/gmp-6.1.0.ebuild index e97c46f7cb2b..23a6518785af 100644 --- a/dev-libs/gmp/gmp-6.1.0.ebuild +++ b/dev-libs/gmp/gmp-6.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -19,7 +19,7 @@ SRC_URI="ftp://ftp.gmplib.org/pub/${MY_P}/${MY_P}.tar.xz LICENSE="|| ( LGPL-3+ GPL-2+ )" # The subslot reflects the C & C++ SONAMEs. SLOT="0/10.4" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" IUSE="+asm doc cxx pgo static-libs" DEPEND="sys-devel/m4 |