diff options
author | Matt Turner <mattst88@gentoo.org> | 2011-08-02 05:52:04 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2011-08-02 05:52:04 +0000 |
commit | 6b40388ddc2c47e11835cd9558ed70bd66797333 (patch) | |
tree | 9c0bbb38fe451670d5081f6e00a5eab27be7e0e6 /eclass | |
parent | Renamed x11-libs/Xaw3d to x11-libs/libXaw3d. (diff) | |
download | gentoo-2-6b40388ddc2c47e11835cd9558ed70bd66797333.tar.gz gentoo-2-6b40388ddc2c47e11835cd9558ed70bd66797333.tar.bz2 gentoo-2-6b40388ddc2c47e11835cd9558ed70bd66797333.zip |
Renamed x11-libs/Xaw3d to x11-libs/libXaw3d.
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 56cf3cb448d4..0c17f9ab6d2f 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.22 2011/07/08 11:36:00 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/tetex-3.eclass,v 1.23 2011/08/02 05:52:04 mattst88 Exp $ # # Author: Jaromir Malenko <malenko@email.cz> # Author: Mamoru KOMACHI <usata@gentoo.org> @@ -19,7 +19,7 @@ IUSE="X Xaw3d motif neXt" DEPEND="X? ( motif? ( >=x11-libs/openmotif-2.3 ) !motif? ( neXt? ( x11-libs/neXtaw ) - !neXt? ( Xaw3d? ( x11-libs/Xaw3d ) ) ) + !neXt? ( Xaw3d? ( x11-libs/libXaw3d ) ) ) !app-text/xdvik ) !dev-tex/memoir |