diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-02-21 16:09:35 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-02-21 16:09:35 +0000 |
commit | 247eee203c89417d0b47f31f7c5afd14370bba97 (patch) | |
tree | 2eb42c257db3bc9021da3df7021fcde3131d3bb3 /dev-libs/mpc | |
parent | Stable for sparc, wrt bug #457864 (diff) | |
download | gentoo-2-247eee203c89417d0b47f31f7c5afd14370bba97.tar.gz gentoo-2-247eee203c89417d0b47f31f7c5afd14370bba97.tar.bz2 gentoo-2-247eee203c89417d0b47f31f7c5afd14370bba97.zip |
Stable for sparc, wrt bug #441194
(Portage version: 2.1.11.50/cvs/Linux ppc64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-libs/mpc')
-rw-r--r-- | dev-libs/mpc/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/mpc/mpc-1.0.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/mpc/ChangeLog b/dev-libs/mpc/ChangeLog index a8b5282479dc..e013c67cdf2c 100644 --- a/dev-libs/mpc/ChangeLog +++ b/dev-libs/mpc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/mpc # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/mpc/ChangeLog,v 1.43 2013/02/21 13:29:29 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/mpc/ChangeLog,v 1.44 2013/02/21 16:09:35 ago Exp $ + + 21 Feb 2013; Agostino Sarubbo <ago@gentoo.org> mpc-1.0.1.ebuild: + Stable for sparc, wrt bug #441194 21 Feb 2013; Agostino Sarubbo <ago@gentoo.org> mpc-1.0.1.ebuild: Stable for ia64, wrt bug #441194 diff --git a/dev-libs/mpc/mpc-1.0.1.ebuild b/dev-libs/mpc/mpc-1.0.1.ebuild index a8fd6e998c5a..c2799e06c578 100644 --- a/dev-libs/mpc/mpc-1.0.1.ebuild +++ b/dev-libs/mpc/mpc-1.0.1.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/mpc/mpc-1.0.1.ebuild,v 1.10 2013/02/21 13:29:29 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/mpc/mpc-1.0.1.ebuild,v 1.11 2013/02/21 16:09:35 ago Exp $ # Unconditional dependency of gcc. Keep this set to 0. EAPI="0" @@ -13,7 +13,7 @@ SRC_URI="http://www.multiprecision.org/mpc/download/${P}.tar.gz" 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 ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-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 ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="static-libs" DEPEND=">=dev-libs/gmp-4.3.2 |