diff options
author | Alexis Ballier <aballier@gentoo.org> | 2010-04-27 09:23:56 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2010-04-27 09:23:56 +0000 |
commit | 3d82d18e7fabbbf86df31dfe2edd8bc8fa546de4 (patch) | |
tree | cd2c8a47029dcfec1bd8d13a6128e0bd01b5e3bc /dev-libs/mpc/mpc-0.8.1.ebuild | |
parent | Version bump. Remove ebuild with old api version. Add live ebuild. (diff) | |
download | historical-3d82d18e7fabbbf86df31dfe2edd8bc8fa546de4.tar.gz historical-3d82d18e7fabbbf86df31dfe2edd8bc8fa546de4.tar.bz2 historical-3d82d18e7fabbbf86df31dfe2edd8bc8fa546de4.zip |
keyword ~sparc-fbsd, bug #279851
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'dev-libs/mpc/mpc-0.8.1.ebuild')
-rw-r--r-- | dev-libs/mpc/mpc-0.8.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/mpc/mpc-0.8.1.ebuild b/dev-libs/mpc/mpc-0.8.1.ebuild index c2a6ada165cf..9d2920a3ff54 100644 --- a/dev-libs/mpc/mpc-0.8.1.ebuild +++ b/dev-libs/mpc/mpc-0.8.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/mpc/mpc-0.8.1.ebuild,v 1.1 2010/01/19 05:19:29 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/mpc/mpc-0.8.1.ebuild,v 1.2 2010/04/27 09:23:56 aballier Exp $ EAPI=0 @@ -10,7 +10,7 @@ SRC_URI="http://www.multiprecision.org/mpc/download/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" IUSE="" DEPEND=">=dev-libs/gmp-4.2.3 |