diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2004-04-19 13:06:48 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2004-04-19 13:06:48 +0000 |
commit | 0a5fb78c27eac04be999fed8f4a8354264902351 (patch) | |
tree | 8442e98e3933a65c2d73237947d47c3255fcc8f9 /dev-libs | |
parent | Removing S=... with no effect (Manifest recommit) (diff) | |
download | gentoo-2-0a5fb78c27eac04be999fed8f4a8354264902351.tar.gz gentoo-2-0a5fb78c27eac04be999fed8f4a8354264902351.tar.bz2 gentoo-2-0a5fb78c27eac04be999fed8f4a8354264902351.zip |
Adding IUSE
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libctl/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/libctl/libctl-2.2.ebuild | 3 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-libs/libctl/ChangeLog b/dev-libs/libctl/ChangeLog index 37c29a38f47d..9276df41a51e 100644 --- a/dev-libs/libctl/ChangeLog +++ b/dev-libs/libctl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libctl -# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libctl/ChangeLog,v 1.3 2004/03/18 20:52:45 aliz Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libctl/ChangeLog,v 1.4 2004/04/19 13:06:48 phosphan Exp $ + + 19 Apr 2004; Patrick Kursawe <phosphan@gentoo.org> libctl-2.2.ebuild: + Adding IUSE 03 Mar 2004; Peter Bienstman <pbienst@gentoo.org> libctl-2.2.ebuild : mark stable on x86 diff --git a/dev-libs/libctl/libctl-2.2.ebuild b/dev-libs/libctl/libctl-2.2.ebuild index e90db7ab7db7..ae0749bf4222 100644 --- a/dev-libs/libctl/libctl-2.2.ebuild +++ b/dev-libs/libctl/libctl-2.2.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/libctl/libctl-2.2.ebuild,v 1.2 2004/03/03 16:48:27 pbienst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libctl/libctl-2.2.ebuild,v 1.3 2004/04/19 13:06:48 phosphan Exp $ DESCRIPTION="Guile-based library implementing flexible control files for scientific simulations" @@ -11,6 +11,7 @@ LICENSE="GPL-2" KEYWORDS="x86" SLOT="0" +IUSE="" DEPEND="dev-util/guile" |