summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé María Alonso <nimiux@gentoo.org>2013-10-30 12:08:10 +0000
committerJosé María Alonso <nimiux@gentoo.org>2013-10-30 12:08:10 +0000
commitb6d6a19e2dc58ba799f5f39ed9bdb8efb28b45c3 (patch)
treedf745e96874558b37960d08bc41a4fea655088e5 /dev-libs/mpfr
parentBump lcms dep to >=2.5 due to configure checks. Thanks to 'nacon' for reporti... (diff)
downloadgentoo-2-b6d6a19e2dc58ba799f5f39ed9bdb8efb28b45c3.tar.gz
gentoo-2-b6d6a19e2dc58ba799f5f39ed9bdb8efb28b45c3.tar.bz2
gentoo-2-b6d6a19e2dc58ba799f5f39ed9bdb8efb28b45c3.zip
Stable for amd64 wrt bug #487798
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key D628E536)
Diffstat (limited to 'dev-libs/mpfr')
-rw-r--r--dev-libs/mpfr/ChangeLog5
-rw-r--r--dev-libs/mpfr/mpfr-3.1.2-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/mpfr/ChangeLog b/dev-libs/mpfr/ChangeLog
index 24d39ea5c2ff..0aa7c95cb3b0 100644
--- a/dev-libs/mpfr/ChangeLog
+++ b/dev-libs/mpfr/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/mpfr
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/mpfr/ChangeLog,v 1.171 2013/10/23 16:48:57 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/mpfr/ChangeLog,v 1.172 2013/10/30 12:08:10 nimiux Exp $
+
+ 30 Oct 2013; Chema Alonso <nimiux@gentoo.org> mpfr-3.1.2-r1.ebuild:
+ Stable for amd64 wrt bug #487798
23 Oct 2013; Markus Meier <maekke@gentoo.org> mpfr-3.1.2-r1.ebuild:
arm stable, bug #487798
diff --git a/dev-libs/mpfr/mpfr-3.1.2-r1.ebuild b/dev-libs/mpfr/mpfr-3.1.2-r1.ebuild
index 42240360c729..4a54a65fdd3f 100644
--- a/dev-libs/mpfr/mpfr-3.1.2-r1.ebuild
+++ b/dev-libs/mpfr/mpfr-3.1.2-r1.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/mpfr/mpfr-3.1.2-r1.ebuild,v 1.3 2013/10/23 16:48:57 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/mpfr/mpfr-3.1.2-r1.ebuild,v 1.4 2013/10/30 12:08:10 nimiux Exp $
EAPI="3"
@@ -16,7 +16,7 @@ SRC_URI="http://www.mpfr.org/mpfr-${MY_PV}/${MY_P}.tar.xz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="static-libs"
RDEPEND=">=dev-libs/gmp-4.1.4-r2[static-libs?]"