diff options
author | José María Alonso <nimiux@gentoo.org> | 2013-10-29 12:48:06 +0000 |
---|---|---|
committer | José María Alonso <nimiux@gentoo.org> | 2013-10-29 12:48:06 +0000 |
commit | 10e04349eed37dd04aae1a304c0d0ba695a65874 (patch) | |
tree | 0e084cfb4ab49ec465c843bb39ab5f3252cccce7 /dev-libs/gmp/gmp-5.1.2.ebuild | |
parent | supposedly fix bug 482874 (diff) | |
download | gentoo-2-10e04349eed37dd04aae1a304c0d0ba695a65874.tar.gz gentoo-2-10e04349eed37dd04aae1a304c0d0ba695a65874.tar.bz2 gentoo-2-10e04349eed37dd04aae1a304c0d0ba695a65874.zip |
Stable for amd64 wrt bug #487796
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key D628E536)
Diffstat (limited to 'dev-libs/gmp/gmp-5.1.2.ebuild')
-rw-r--r-- | dev-libs/gmp/gmp-5.1.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/gmp/gmp-5.1.2.ebuild b/dev-libs/gmp/gmp-5.1.2.ebuild index 47896f723615..93594227e739 100644 --- a/dev-libs/gmp/gmp-5.1.2.ebuild +++ b/dev-libs/gmp/gmp-5.1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/gmp/gmp-5.1.2.ebuild,v 1.4 2013/10/23 16:48:24 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gmp/gmp-5.1.2.ebuild,v 1.5 2013/10/29 12:48:06 nimiux Exp $ inherit flag-o-matic eutils libtool unpacker toolchain-funcs @@ -15,7 +15,7 @@ SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.xz LICENSE="LGPL-3" SLOT="0" -KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" IUSE="doc cxx pgo static-libs" DEPEND="sys-devel/m4 |