diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-05-23 22:29:30 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-05-23 22:29:30 +0000 |
commit | add0a350605bb47004f4b7e88a60f184eb9f83c6 (patch) | |
tree | 1fe2b050fa209d3591a5c4e7b115fc43ff2a6d96 | |
parent | autoreconf needs -i (diff) | |
download | gentoo-2-add0a350605bb47004f4b7e88a60f184eb9f83c6.tar.gz gentoo-2-add0a350605bb47004f4b7e88a60f184eb9f83c6.tar.bz2 gentoo-2-add0a350605bb47004f4b7e88a60f184eb9f83c6.zip |
Stable on alpha.
-rw-r--r-- | dev-libs/quantlib/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/quantlib/quantlib-0.3.0.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-libs/quantlib/ChangeLog b/dev-libs/quantlib/ChangeLog index 76344ee27ca1..bc6e4d539524 100644 --- a/dev-libs/quantlib/ChangeLog +++ b/dev-libs/quantlib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/quantlib -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/quantlib/ChangeLog,v 1.6 2003/03/25 20:13:29 seemant Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/quantlib/ChangeLog,v 1.7 2004/05/23 22:29:30 kloeri Exp $ + + 24 May 2004; Bryan Østergaard <kloeri@gentoo.org> quantlib-0.3.0.ebuild: + Stable on alpha. 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords diff --git a/dev-libs/quantlib/quantlib-0.3.0.ebuild b/dev-libs/quantlib/quantlib-0.3.0.ebuild index 0a149201eb43..c366041ef6b8 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 Technologies, Inc. # 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.7 2004/03/14 12:28:58 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/quantlib/quantlib-0.3.0.ebuild,v 1.8 2004/05/23 22:29:30 kloeri 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" |