diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2005-04-24 12:58:22 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2005-04-24 12:58:22 +0000 |
commit | 4cd20b706a08db1c07fff8ee56ecddea8905f49d (patch) | |
tree | ebc5cddcd4b35967fd407448547895f3f4a72c10 /dev-libs/quantlib | |
parent | Stable on ppc. (diff) | |
download | historical-4cd20b706a08db1c07fff8ee56ecddea8905f49d.tar.gz historical-4cd20b706a08db1c07fff8ee56ecddea8905f49d.tar.bz2 historical-4cd20b706a08db1c07fff8ee56ecddea8905f49d.zip |
Stable on ppc.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-libs/quantlib')
-rw-r--r-- | dev-libs/quantlib/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/quantlib/quantlib-0.3.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-libs/quantlib/ChangeLog b/dev-libs/quantlib/ChangeLog index aa47ae463073..ca7de805e013 100644 --- a/dev-libs/quantlib/ChangeLog +++ b/dev-libs/quantlib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/quantlib -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/quantlib/ChangeLog,v 1.9 2004/12/29 22:41:34 ciaranm Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/quantlib/ChangeLog,v 1.10 2005/04/24 12:50:57 hansmi Exp $ + + 24 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> quantlib-0.3.0.ebuild: + Stable on ppc. 29 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> : Change encoding to UTF-8 for GLEP 31 compliance diff --git a/dev-libs/quantlib/quantlib-0.3.0.ebuild b/dev-libs/quantlib/quantlib-0.3.0.ebuild index e7a3dc05a2e0..c92ce933e459 100644 --- a/dev-libs/quantlib/quantlib-0.3.0.ebuild +++ b/dev-libs/quantlib/quantlib-0.3.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/quantlib/quantlib-0.3.0.ebuild,v 1.9 2004/06/24 23:32:41 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/quantlib/quantlib-0.3.0.ebuild,v 1.10 2005/04/24 12:50:57 hansmi Exp $ IUSE="" @@ -15,7 +15,7 @@ DEPEND="sys-devel/libtool" SLOT="0" LICENSE="BSD" -KEYWORDS="x86 ~ppc ~sparc alpha ~mips ~hppa" +KEYWORDS="x86 ppc ~sparc alpha ~mips ~hppa" src_install(){ einstall || die "einstall failed" |