Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: tetex-3.eclass
Date: Fri, 27 Jun 2008 09:54:15
Message-Id: E1KCAeg-0005p9-CO@stork.gentoo.org
1 ulm 08/06/27 09:54:10
2
3 Modified: tetex-3.eclass
4 Log:
5 Change dependency from virtual/motif to x11-libs/openmotif, bug 224749.
6
7 Revision Changes Path
8 1.19 eclass/tetex-3.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/tetex-3.eclass?rev=1.19&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/tetex-3.eclass?rev=1.19&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/tetex-3.eclass?r1=1.18&r2=1.19
13
14 Index: tetex-3.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/tetex-3.eclass,v
17 retrieving revision 1.18
18 retrieving revision 1.19
19 diff -u -r1.18 -r1.19
20 --- tetex-3.eclass 3 Jun 2008 12:12:55 -0000 1.18
21 +++ tetex-3.eclass 27 Jun 2008 09:54:09 -0000 1.19
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2006 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/tetex-3.eclass,v 1.18 2008/06/03 12:12:55 ulm Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/tetex-3.eclass,v 1.19 2008/06/27 09:54:09 ulm Exp $
27 #
28 # Author: Jaromir Malenko <malenko@×××××.cz>
29 # Author: Mamoru KOMACHI <usata@g.o>
30 @@ -17,7 +17,7 @@
31
32 IUSE="X Xaw3d motif neXt"
33
34 -DEPEND="X? ( motif? ( virtual/motif )
35 +DEPEND="X? ( motif? ( x11-libs/openmotif )
36 !motif? ( neXt? ( x11-libs/neXtaw )
37 !neXt? ( Xaw3d? ( x11-libs/Xaw3d ) ) )
38 !app-text/xdvik
39
40
41
42 --
43 gentoo-commits@l.g.o mailing list