Gentoo Archives: gentoo-commits

From: "Dror Levin (spatz)" <spatz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: qt4-build.eclass
Date: Thu, 27 May 2010 21:27:38
Message-Id: 20100527212732.A0FB22CF38@corvid.gentoo.org
1 spatz 10/05/27 21:27:32
2
3 Modified: qt4-build.eclass
4 Log:
5 Don't pass p option to tar when unpacking.
6
7 Revision Changes Path
8 1.73 eclass/qt4-build.eclass
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/qt4-build.eclass?rev=1.73&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/qt4-build.eclass?rev=1.73&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/qt4-build.eclass?r1=1.72&r2=1.73
13
14 Index: qt4-build.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v
17 retrieving revision 1.72
18 retrieving revision 1.73
19 diff -u -r1.72 -r1.73
20 --- qt4-build.eclass 26 May 2010 15:17:17 -0000 1.72
21 +++ qt4-build.eclass 27 May 2010 21:27:31 -0000 1.73
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2009 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.72 2010/05/26 15:17:17 hwoarang Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.73 2010/05/27 21:27:31 spatz Exp $
27
28 # @ECLASS: qt4-build.eclass
29 # @MAINTAINER:
30 @@ -142,8 +142,8 @@
31 targets+=" ${MY_P}/${target}"
32 done
33
34 - echo tar xzpf "${DISTDIR}"/${MY_P}.tar.gz ${targets}
35 - tar xzpf "${DISTDIR}"/${MY_P}.tar.gz ${targets} || die
36 + echo tar xzf "${DISTDIR}"/${MY_P}.tar.gz ${targets}
37 + tar xzf "${DISTDIR}"/${MY_P}.tar.gz ${targets} || die
38 }
39
40 # @ECLASS-VARIABLE: PATCHES