diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-06-24 17:00:19 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-06-24 17:00:19 +0000 |
commit | c4d82b47da6f1c5958bbd36b6b3ff3083857a81a (patch) | |
tree | 424b46f899968afb012f8f1883cff36066ad99c9 /sci-libs | |
parent | Stable for ppc, wrt bug #473562 (diff) | |
download | gentoo-2-c4d82b47da6f1c5958bbd36b6b3ff3083857a81a.tar.gz gentoo-2-c4d82b47da6f1c5958bbd36b6b3ff3083857a81a.tar.bz2 gentoo-2-c4d82b47da6f1c5958bbd36b6b3ff3083857a81a.zip |
Stable for ppc, wrt bug #474076
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="ppc", 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-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/mpir/ChangeLog b/sci-libs/mpir/ChangeLog index e356f928bb61..7d70f0c3d200 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.19 2013/05/22 16:20:34 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/mpir/ChangeLog,v 1.20 2013/06/24 17:00:19 ago Exp $ + + 24 Jun 2013; Agostino Sarubbo <ago@gentoo.org> mpir-2.6.0-r2.ebuild: + Stable for ppc, wrt bug #474076 *mpir-2.6.0-r2 (22 May 2013) diff --git a/sci-libs/mpir/mpir-2.6.0-r2.ebuild b/sci-libs/mpir/mpir-2.6.0-r2.ebuild index 1381aa6c951e..469acbd8f573 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.1 2013/05/22 16:20:34 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/mpir/mpir-2.6.0-r2.ebuild,v 1.2 2013/06/24 17:00:19 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 ) |