diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2005-04-24 12:55:21 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2005-04-24 12:55:21 +0000 |
commit | 21cdf7024e68133383a905de5875b8b3d060514c (patch) | |
tree | fab914f203c13dbf70804255a251712938ec7e04 /dev-libs/quantlib | |
parent | Stable on ppc. (diff) | |
download | gentoo-2-21cdf7024e68133383a905de5875b8b3d060514c.tar.gz gentoo-2-21cdf7024e68133383a905de5875b8b3d060514c.tar.bz2 gentoo-2-21cdf7024e68133383a905de5875b8b3d060514c.zip |
Stable on ppc.
(Portage version: 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" |