Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/DirectFB: DirectFB-1.1.1.ebuild
Date: Sun, 30 Dec 2007 18:26:07
Message-Id: E1J92ju-0005Wm-Vv@stork.gentoo.org
1 vapier 07/12/30 18:18:22
2
3 Modified: DirectFB-1.1.1.ebuild
4 Log:
5 fix order of flags to use_enable for X #201970
6 (Portage version: 2.1.4_rc11)
7
8 Revision Changes Path
9 1.3 dev-libs/DirectFB/DirectFB-1.1.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/DirectFB/DirectFB-1.1.1.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/DirectFB/DirectFB-1.1.1.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/DirectFB/DirectFB-1.1.1.ebuild?r1=1.2&r2=1.3
14
15 Index: DirectFB-1.1.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-libs/DirectFB/DirectFB-1.1.1.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- DirectFB-1.1.1.ebuild 24 Dec 2007 10:27:40 -0000 1.2
22 +++ DirectFB-1.1.1.ebuild 30 Dec 2007 18:18:22 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/DirectFB/DirectFB-1.1.1.ebuild,v 1.2 2007/12/24 10:27:40 vapier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/DirectFB/DirectFB-1.1.1.ebuild,v 1.3 2007/12/30 18:18:22 vapier Exp $
28
29 inherit eutils toolchain-funcs
30
31 @@ -94,7 +94,7 @@
32
33 econf \
34 --enable-static \
35 - $(use_enable x11 X) \
36 + $(use_enable X x11) \
37 $(use_enable fbcon fbdev) \
38 $(use_enable mmx) \
39 $(use_enable sse) \
40
41
42
43 --
44 gentoo-commits@g.o mailing list