diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-02-16 22:39:05 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-02-16 22:39:05 +0000 |
commit | 1888709f584323ccd977cd5bb79876ab8e26e282 (patch) | |
tree | 3937ec50a57d85cfbbb1d7b010d2cb3cd31d9074 /sci-libs | |
parent | Stable on amd64, wrt bug #457806 (diff) | |
download | gentoo-2-1888709f584323ccd977cd5bb79876ab8e26e282.tar.gz gentoo-2-1888709f584323ccd977cd5bb79876ab8e26e282.tar.bz2 gentoo-2-1888709f584323ccd977cd5bb79876ab8e26e282.zip |
Stable for x86, wrt bug #457822
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/mpir/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/mpir/mpir-2.6.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/mpir/ChangeLog b/sci-libs/mpir/ChangeLog index 342cf4aea53c..9955b4d62912 100644 --- a/sci-libs/mpir/ChangeLog +++ b/sci-libs/mpir/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/mpir # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/mpir/ChangeLog,v 1.15 2013/02/16 22:32:18 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/mpir/ChangeLog,v 1.16 2013/02/16 22:39:05 ago Exp $ + + 16 Feb 2013; Agostino Sarubbo <ago@gentoo.org> mpir-2.6.0.ebuild: + Stable for x86, wrt bug #457822 16 Feb 2013; Agostino Sarubbo <ago@gentoo.org> mpir-2.6.0.ebuild: Stable for amd64, wrt bug #457822 diff --git a/sci-libs/mpir/mpir-2.6.0.ebuild b/sci-libs/mpir/mpir-2.6.0.ebuild index 7ba537e5e95f..0e8399f10992 100644 --- a/sci-libs/mpir/mpir-2.6.0.ebuild +++ b/sci-libs/mpir/mpir-2.6.0.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/sci-libs/mpir/mpir-2.6.0.ebuild,v 1.2 2013/02/16 22:32:18 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/mpir/mpir-2.6.0.ebuild,v 1.3 2013/02/16 22:39:05 ago Exp $ EAPI=4 @@ -12,7 +12,7 @@ SRC_URI="http://www.mpir.org/${P}.tar.lzma" LICENSE="LGPL-3" SLOT="0" -KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux" IUSE="+cxx cpudetection static-libs" DEPEND="x86? ( dev-lang/yasm ) |