diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2009-01-16 15:54:38 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2009-01-16 15:54:38 +0000 |
commit | 63e65cc94b93f9996db685011cfc298030418fd5 (patch) | |
tree | 22a7b22a4d0a902ced651696a9025479266add2d /sci-physics | |
parent | Fix as-needed, bug 247003. (diff) | |
download | gentoo-2-63e65cc94b93f9996db685011cfc298030418fd5.tar.gz gentoo-2-63e65cc94b93f9996db685011cfc298030418fd5.tar.bz2 gentoo-2-63e65cc94b93f9996db685011cfc298030418fd5.zip |
Updated libctl dep, closing bug #253423
(Portage version: 2.2_rc22/cvs/Linux 2.6.25-gentoo-r7 x86_64)
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/meep/ChangeLog | 7 | ||||
-rw-r--r-- | sci-physics/meep/meep-0.20.3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-physics/meep/ChangeLog b/sci-physics/meep/ChangeLog index 37ab3ac15093..2a0f59d232f3 100644 --- a/sci-physics/meep/ChangeLog +++ b/sci-physics/meep/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-physics/meep -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/meep/ChangeLog,v 1.7 2008/11/08 19:18:10 maekke Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-physics/meep/ChangeLog,v 1.8 2009/01/16 15:54:38 bicatali Exp $ + + 16 Jan 2009; Sébastien Fabbro <bicatali@gentoo.org> meep-0.20.3.ebuild: + Updated libctl dep, closing bug #253423 08 Nov 2008; Markus Meier <maekke@gentoo.org> meep-0.20.3.ebuild: amd64/x86 stable, bug #245938 diff --git a/sci-physics/meep/meep-0.20.3.ebuild b/sci-physics/meep/meep-0.20.3.ebuild index e7aa73dbf74b..7ef15f442b70 100644 --- a/sci-physics/meep/meep-0.20.3.ebuild +++ b/sci-physics/meep/meep-0.20.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/meep/meep-0.20.3.ebuild,v 1.2 2008/11/08 19:18:10 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/meep/meep-0.20.3.ebuild,v 1.3 2009/01/16 15:54:38 bicatali Exp $ inherit eutils @@ -18,7 +18,7 @@ DEPEND="sci-libs/fftw bindist? ( <sci-libs/gsl-1.10 ) sci-physics/harminv virtual/lapack - guile? ( >=sci-libs/libctl-3.0 ) + guile? ( >=sci-libs/libctl-3.0.3 ) hdf5? ( sci-libs/hdf5 ) mpi? ( virtual/mpi )" |