diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-06-25 13:01:37 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-06-25 13:01:37 +0000 |
commit | cea06bd73be6020caa02f2014b5345d5da00799b (patch) | |
tree | eeae3401d316a0ce2a5280171a48d5afb1fd7d2c /sci-libs/mpir | |
parent | Stable for amd64, wrt bug #473562 (diff) | |
download | gentoo-2-cea06bd73be6020caa02f2014b5345d5da00799b.tar.gz gentoo-2-cea06bd73be6020caa02f2014b5345d5da00799b.tar.bz2 gentoo-2-cea06bd73be6020caa02f2014b5345d5da00799b.zip |
Stable for amd64, wrt bug #474076
(Portage version: 2.1.12.9/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sci-libs/mpir')
-rw-r--r-- | sci-libs/mpir/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/mpir/mpir-2.6.0-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/mpir/ChangeLog b/sci-libs/mpir/ChangeLog index 6d4e86c70ae6..3a1e3fc18568 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.21 2013/06/25 12:30:08 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/mpir/ChangeLog,v 1.22 2013/06/25 13:01:37 ago Exp $ + + 25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> mpir-2.6.0-r2.ebuild: + Stable for amd64, wrt bug #474076 25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> mpir-2.6.0-r2.ebuild: Stable for x86, wrt bug #474076 diff --git a/sci-libs/mpir/mpir-2.6.0-r2.ebuild b/sci-libs/mpir/mpir-2.6.0-r2.ebuild index a94079c2bf09..e40853cab2da 100644 --- a/sci-libs/mpir/mpir-2.6.0-r2.ebuild +++ b/sci-libs/mpir/mpir-2.6.0-r2.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-r2.ebuild,v 1.3 2013/06/25 12:30:08 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/mpir/mpir-2.6.0-r2.ebuild,v 1.4 2013/06/25 13:01:37 ago Exp $ EAPI=5 @@ -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 ) |