diff options
author | Ulrich Müller <ulm@gentoo.org> | 2010-10-10 17:23:14 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2010-10-10 17:23:14 +0000 |
commit | 04772e671f1bf70c68e1a9afd098a5c93bec3dba (patch) | |
tree | c1b033b8fdef7fd420445cc3312106d0b12e38fd /eclass/tetex-3.eclass | |
parent | Keyworded on alpha, bug #330337 (diff) | |
download | gentoo-2-04772e671f1bf70c68e1a9afd098a5c93bec3dba.tar.gz gentoo-2-04772e671f1bf70c68e1a9afd098a5c93bec3dba.tar.bz2 gentoo-2-04772e671f1bf70c68e1a9afd098a5c93bec3dba.zip |
Fix openmotif dependency.
Diffstat (limited to 'eclass/tetex-3.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 ae0683da4d91..e86fb28e1013 100644 --- a/eclass/tetex-3.eclass +++ b/eclass/tetex-3.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/tetex-3.eclass,v 1.20 2008/10/06 19:55:05 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/tetex-3.eclass,v 1.21 2010/10/10 17:23:14 ulm Exp $ # # Author: Jaromir Malenko <malenko@email.cz> # Author: Mamoru KOMACHI <usata@gentoo.org> @@ -17,7 +17,7 @@ EXPORT_FUNCTIONS pkg_setup src_unpack src_compile src_install pkg_preinst pkg_po IUSE="X Xaw3d motif neXt" -DEPEND="X? ( motif? ( x11-libs/openmotif ) +DEPEND="X? ( motif? ( >=x11-libs/openmotif-2.3 ) !motif? ( neXt? ( x11-libs/neXtaw ) !neXt? ( Xaw3d? ( x11-libs/Xaw3d ) ) ) !app-text/xdvik |