diff options
author | Marijn Schouten <hkbst@gentoo.org> | 2007-01-10 17:37:17 +0000 |
---|---|---|
committer | Marijn Schouten <hkbst@gentoo.org> | 2007-01-10 17:37:17 +0000 |
commit | 337f0ff62468cb34abbd5c8f3ef9a522796b2f68 (patch) | |
tree | e4f70886a0c4499f9af8845364c63de99e2af32f /sci-libs | |
parent | upstream fixes for ssl path and krb5 path issues in the configure script (diff) | |
download | gentoo-2-337f0ff62468cb34abbd5c8f3ef9a522796b2f68.tar.gz gentoo-2-337f0ff62468cb34abbd5c8f3ef9a522796b2f68.tar.bz2 gentoo-2-337f0ff62468cb34abbd5c8f3ef9a522796b2f68.zip |
Dependency update: dev-util/guile -> dev-scheme/guile.
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/libctl/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/libctl/libctl-2.2.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sci-libs/libctl/ChangeLog b/sci-libs/libctl/ChangeLog index 2667841cce1b..d94db62667ec 100644 --- a/sci-libs/libctl/ChangeLog +++ b/sci-libs/libctl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/libctl # 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 $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libctl/ChangeLog,v 1.6 2007/01/10 17:37:17 hkbst Exp $ + + 10 Jan 2007; <marijn@gentoo.org> libctl-2.2.ebuild: + Dependency update: dev-util/guile -> dev-scheme/guile. 10 Jan 2007; <marijn@gentoo.org> libctl-3.0.1.ebuild: Dependency update: dev-util/guile -> dev-scheme/guile. diff --git a/sci-libs/libctl/libctl-2.2.ebuild b/sci-libs/libctl/libctl-2.2.ebuild index 4ac4761ae385..45dab53400aa 100644 --- a/sci-libs/libctl/libctl-2.2.ebuild +++ b/sci-libs/libctl/libctl-2.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 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-2.2.ebuild,v 1.1 2004/12/28 21:18:08 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libctl/libctl-2.2.ebuild,v 1.2 2007/01/10 17:37:17 hkbst Exp $ DESCRIPTION="Guile-based library implementing flexible control files for scientific simulations" @@ -13,7 +13,7 @@ KEYWORDS="x86" SLOT="0" IUSE="" -DEPEND="dev-util/guile" +DEPEND="dev-scheme/guile" src_compile() { #econf --prefix=${D}/usr --mandir=${D}/usr/man || die |