diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-12-24 12:53:37 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-12-24 12:53:37 +0000 |
commit | a2a67cd6412822b0b3c6221d10486ed936f79a19 (patch) | |
tree | 91ca853fa06f069ccffcffc0315ed8ffd32be974 /dev-libs/mpfr | |
parent | Stable for x86, wrt bug #488798 (diff) | |
download | gentoo-2-a2a67cd6412822b0b3c6221d10486ed936f79a19.tar.gz gentoo-2-a2a67cd6412822b0b3c6221d10486ed936f79a19.tar.bz2 gentoo-2-a2a67cd6412822b0b3c6221d10486ed936f79a19.zip |
Stable for x86, wrt bug #487798
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-libs/mpfr')
-rw-r--r-- | dev-libs/mpfr/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/mpfr/mpfr-3.1.2-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/mpfr/ChangeLog b/dev-libs/mpfr/ChangeLog index fa904e6b76bf..551bedf60942 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.180 2013/12/23 16:01:46 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/mpfr/ChangeLog,v 1.181 2013/12/24 12:53:37 ago Exp $ + + 24 Dec 2013; Agostino Sarubbo <ago@gentoo.org> mpfr-3.1.2-r1.ebuild: + Stable for x86, wrt bug #487798 23 Dec 2013; Agostino Sarubbo <ago@gentoo.org> mpfr-3.1.2-r1.ebuild: Stable for sparc, wrt 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 d89e2dd692a8..48814b18f808 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.12 2013/12/23 16:01:46 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/mpfr/mpfr-3.1.2-r1.ebuild,v 1.13 2013/12/24 12:53:37 ago 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?]" |