From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Ps1GZ-0001hI-9H for garchives@archives.gentoo.org; Tue, 22 Feb 2011 23:03:35 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1E651C083; Tue, 22 Feb 2011 23:03:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 907491C07E for ; Tue, 22 Feb 2011 23:03:26 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0030F1B41AA for ; Tue, 22 Feb 2011 23:03:26 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2244) id 91E1220054; Tue, 22 Feb 2011 23:03:24 +0000 (UTC) From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, arfrever@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/vte: vte-0.26.2.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: vte-0.26.2.ebuild X-VCS-Directories: x11-libs/vte X-VCS-Committer: arfrever X-VCS-Committer-Name: Arfrever Frehtes Taifersar Arahesis Content-Type: text/plain; charset=utf8 Message-Id: <20110222230324.91E1220054@flycatcher.gentoo.org> Date: Tue, 22 Feb 2011 23:03:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: a17b0fd1a8d8455f224461afa6e2c3f4 arfrever 11/02/22 23:03:24 Modified: vte-0.26.2.ebuild Log: Call python_clean_installation_image() only with USE=3D"python". =20 (Portage version: 2.2.0_alpha24_p28/cvs/Linux x86_64) Revision Changes Path 1.6 x11-libs/vte/vte-0.26.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/vte/vte-0= .26.2.ebuild?rev=3D1.6&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/vte/vte-0= .26.2.ebuild?rev=3D1.6&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/vte/vte-0= .26.2.ebuild?r1=3D1.5&r2=3D1.6 Index: vte-0.26.2.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.26.2.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- vte-0.26.2.ebuild 30 Jan 2011 19:18:18 -0000 1.5 +++ vte-0.26.2.ebuild 22 Feb 2011 23:03:24 -0000 1.6 @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.26.2.ebuild,v 1.5 = 2011/01/30 19:18:18 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.26.2.ebuild,v 1.6 = 2011/02/22 23:03:24 arfrever Exp $ =20 EAPI=3D"3" GCONF_DEBUG=3D"yes" @@ -48,5 +48,5 @@ =20 src_install() { gnome2_src_install - python_clean_installation_image + use python && python_clean_installation_image }