diff options
author | 2009-08-25 13:09:27 +0000 | |
---|---|---|
committer | 2009-08-25 13:09:27 +0000 | |
commit | 671197e3788ea3af4d01a1f493d73ec3d9bef58b (patch) | |
tree | f92ed0c4b1c2e3e929f443d9826db81f04881405 /sci-libs | |
parent | Version bump. Set SUPPORT_PYTHON_ABIS. (diff) | |
download | gentoo-2-671197e3788ea3af4d01a1f493d73ec3d9bef58b.tar.gz gentoo-2-671197e3788ea3af4d01a1f493d73ec3d9bef58b.tar.bz2 gentoo-2-671197e3788ea3af4d01a1f493d73ec3d9bef58b.zip |
Fixing a typo in the ebuild
(Portage version: 2.2_rc39/cvs/Linux i686)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/arprec/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/arprec/arprec-2.2.2.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/sci-libs/arprec/ChangeLog b/sci-libs/arprec/ChangeLog index 801db93a508f..963b3c86d53a 100644 --- a/sci-libs/arprec/ChangeLog +++ b/sci-libs/arprec/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/arprec # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/arprec/ChangeLog,v 1.2 2009/07/03 12:56:35 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/arprec/ChangeLog,v 1.3 2009/08/25 13:09:27 grozin Exp $ + + 23 Aug 2009; Andrey Grozin <grozin@gentoo.org> arprec-2.2.2.ebuild: + Fixing a typo in the ebuild 03 Jul 2009; Andrey Grozin <grozin@gentoo.org> arprec-2.2.2.ebuild, +files/arprec-2.2.2-gcc44.patch: diff --git a/sci-libs/arprec/arprec-2.2.2.ebuild b/sci-libs/arprec/arprec-2.2.2.ebuild index 01413dcaaf5e..9ae0d6c1a910 100644 --- a/sci-libs/arprec/arprec-2.2.2.ebuild +++ b/sci-libs/arprec/arprec-2.2.2.ebuild @@ -1,7 +1,9 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/arprec/arprec-2.2.2.ebuild,v 1.2 2009/07/03 12:56:35 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/arprec/arprec-2.2.2.ebuild,v 1.3 2009/08/25 13:09:27 grozin Exp $ EAPI=2 +inherit eutils + DESCRIPTION="Arbitrary precision float arithmetics and functions" IUSE="fortran qd" HOMEPAGE="http://crd.lbl.gov/~dhbailey/mpdist/" |