diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-06-10 08:12:11 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-06-10 08:12:11 +0000 |
commit | 5d5cd2dc0ac2390980e055e4ddad1f80f414b4ae (patch) | |
tree | 59945de77f4ada6fcb14162a4246084e87aa9ed4 /dev-lang/smarteiffel/smarteiffel-1.0.ebuild | |
parent | document app-editors/xemacs local USEs (diff) | |
download | gentoo-2-5d5cd2dc0ac2390980e055e4ddad1f80f414b4ae.tar.gz gentoo-2-5d5cd2dc0ac2390980e055e4ddad1f80f414b4ae.tar.bz2 gentoo-2-5d5cd2dc0ac2390980e055e4ddad1f80f414b4ae.zip |
Took tcc out of IUSE since it was commented out in the ebuild.
Diffstat (limited to 'dev-lang/smarteiffel/smarteiffel-1.0.ebuild')
-rw-r--r-- | dev-lang/smarteiffel/smarteiffel-1.0.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-lang/smarteiffel/smarteiffel-1.0.ebuild b/dev-lang/smarteiffel/smarteiffel-1.0.ebuild index d96c2644e77d..239eaf00b129 100644 --- a/dev-lang/smarteiffel/smarteiffel-1.0.ebuild +++ b/dev-lang/smarteiffel/smarteiffel-1.0.ebuild @@ -1,8 +1,9 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/smarteiffel/smarteiffel-1.0.ebuild,v 1.3 2003/02/13 10:29:23 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/smarteiffel/smarteiffel-1.0.ebuild,v 1.4 2003/06/10 08:12:02 msterret Exp $ -IUSE="doc tcc" +IUSE="doc" +#IUSE="doc tcc" DESCRIPTION="GNU Eiffel compiler" HOMEPAGE="http://smarteiffel.loria.fr/" |