diff options
author | Marijn Schouten <hkbst@gentoo.org> | 2007-01-10 17:36:55 +0000 |
---|---|---|
committer | Marijn Schouten <hkbst@gentoo.org> | 2007-01-10 17:36:55 +0000 |
commit | 335547f25b816c43f5a4067a573b4f173ef53bdf (patch) | |
tree | 0a0da01b5f09051107e870fe75e917503c5c83af /sci-libs | |
parent | upstream fixes for ssl path and krb5 path issues in the configure script (diff) | |
download | gentoo-2-335547f25b816c43f5a4067a573b4f173ef53bdf.tar.gz gentoo-2-335547f25b816c43f5a4067a573b4f173ef53bdf.tar.bz2 gentoo-2-335547f25b816c43f5a4067a573b4f173ef53bdf.zip |
Dependency update: dev-util/guile -> dev-scheme/guile.
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/libctl/ChangeLog | 7 | ||||
-rw-r--r-- | sci-libs/libctl/libctl-3.0.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-libs/libctl/ChangeLog b/sci-libs/libctl/ChangeLog index 0760151c75e2..2667841cce1b 100644 --- a/sci-libs/libctl/ChangeLog +++ b/sci-libs/libctl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/libctl -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libctl/ChangeLog,v 1.4 2006/10/07 17:20:20 pbienst Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libctl/ChangeLog,v 1.5 2007/01/10 17:36:55 hkbst Exp $ + + 10 Jan 2007; <marijn@gentoo.org> libctl-3.0.1.ebuild: + Dependency update: dev-util/guile -> dev-scheme/guile. 07 Oct 2006; <pbienst@gentoo.org> libctl-3.0.1.ebuild: Add ~amd64. diff --git a/sci-libs/libctl/libctl-3.0.1.ebuild b/sci-libs/libctl/libctl-3.0.1.ebuild index ee740db2f688..583821f28671 100644 --- a/sci-libs/libctl/libctl-3.0.1.ebuild +++ b/sci-libs/libctl/libctl-3.0.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libctl/libctl-3.0.1.ebuild,v 1.2 2006/10/07 17:20:20 pbienst Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libctl/libctl-3.0.1.ebuild,v 1.3 2007/01/10 17:36:55 hkbst Exp $ DESCRIPTION="Guile-based library implementing flexible control files for scientific simulations" @@ -13,7 +13,7 @@ KEYWORDS="~x86 ~amd64" SLOT="0" IUSE="" -DEPEND="dev-util/guile" +DEPEND="dev-scheme/guile" src_compile() { #econf --prefix=${D}/usr --mandir=${D}/usr/man || die |