Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/vte: vte-0.26.2.ebuild
Date: Tue, 22 Feb 2011 23:03:35
Message-Id: 20110222230324.91E1220054@flycatcher.gentoo.org
1 arfrever 11/02/22 23:03:24
2
3 Modified: vte-0.26.2.ebuild
4 Log:
5 Call python_clean_installation_image() only with USE="python".
6
7 (Portage version: 2.2.0_alpha24_p28/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.6 x11-libs/vte/vte-0.26.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/vte/vte-0.26.2.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/vte/vte-0.26.2.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/vte/vte-0.26.2.ebuild?r1=1.5&r2=1.6
15
16 Index: vte-0.26.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.26.2.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- vte-0.26.2.ebuild 30 Jan 2011 19:18:18 -0000 1.5
23 +++ vte-0.26.2.ebuild 22 Feb 2011 23:03:24 -0000 1.6
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.26.2.ebuild,v 1.5 2011/01/30 19:18:18 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.26.2.ebuild,v 1.6 2011/02/22 23:03:24 arfrever Exp $
29
30 EAPI="3"
31 GCONF_DEBUG="yes"
32 @@ -48,5 +48,5 @@
33
34 src_install() {
35 gnome2_src_install
36 - python_clean_installation_image
37 + use python && python_clean_installation_image
38 }