diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-07-06 21:01:53 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-07-06 21:01:53 +0000 |
commit | cb059ba4423633c9c09ce0c59b05431d3376d0d6 (patch) | |
tree | 0df8d60915b6777821350507e264a7e0d79d7301 /eclass | |
parent | add IUSE=ssl (diff) | |
download | gentoo-2-cb059ba4423633c9c09ce0c59b05431d3376d0d6.tar.gz gentoo-2-cb059ba4423633c9c09ce0c59b05431d3376d0d6.tar.bz2 gentoo-2-cb059ba4423633c9c09ce0c59b05431d3376d0d6.zip |
add IUSE=X
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/tetex-3.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/tetex-3.eclass b/eclass/tetex-3.eclass index 33e3031f39f5..8b6b083f0bb3 100644 --- a/eclass/tetex-3.eclass +++ b/eclass/tetex-3.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/tetex-3.eclass,v 1.5 2005/07/06 20:23:20 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/tetex-3.eclass,v 1.6 2005/07/06 21:01:53 agriffis Exp $ # # Author: Jaromir Malenko <malenko@email.cz> # Author: Mamoru KOMACHI <usata@gentoo.org> @@ -13,7 +13,7 @@ inherit tetex EXPORT_FUNCTIONS pkg_setup src_unpack src_compile src_install pkg_preinst pkg_postinst -IUSE="motif lesstif Xaw3d neXt" +IUSE="X Xaw3d lesstif motif neXt" DEPEND="X? ( motif? ( lesstif? ( x11-libs/lesstif ) !lesstif? ( x11-libs/openmotif ) ) |