Gentoo Archives: gentoo-commits

From: "Jeremy Olexa (darkside)" <darkside@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: mozconfig-3.eclass
Date: Wed, 06 Jul 2011 13:36:55
Message-Id: 20110706133646.3D3FC2004B@flycatcher.gentoo.org
1 darkside 11/07/06 13:36:46
2
3 Modified: mozconfig-3.eclass
4 Log:
5 fix system-libvpx location for Gentoo Prefix, bug 369491
6
7 Revision Changes Path
8 1.21 eclass/mozconfig-3.eclass
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-3.eclass?rev=1.21&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-3.eclass?rev=1.21&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-3.eclass?r1=1.20&r2=1.21
13
14 Index: mozconfig-3.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v
17 retrieving revision 1.20
18 retrieving revision 1.21
19 diff -u -r1.20 -r1.21
20 --- mozconfig-3.eclass 24 Jun 2011 10:34:55 -0000 1.20
21 +++ mozconfig-3.eclass 6 Jul 2011 13:36:46 -0000 1.21
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2011 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v 1.20 2011/06/24 10:34:55 nirbheek Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v 1.21 2011/07/06 13:36:46 darkside Exp $
27 #
28 # mozconfig.eclass: the new mozilla.eclass
29
30 @@ -71,7 +71,7 @@
31 mozconfig_annotate '+webm' --with-system-libvpx="${EPREFIX}"/usr
32 else
33 mozconfig_use_enable webm
34 - mozconfig_use_with webm system-libvpx
35 + mozconfig_annotate '+webm' --with-system-libvpx="${EPREFIX}"/usr
36 fi
37 else
38 mozconfig_annotate '' --disable-webm