diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-02-22 23:03:24 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-02-22 23:03:24 +0000 |
commit | 77dc1599f487fa38db24c390e7000cab6bf9da9a (patch) | |
tree | cf0d80e8885ef5dc2c4f10b1dec72ed9b73b34d6 /x11-libs/vte | |
parent | Version bump, bug #342273. (diff) | |
download | gentoo-2-77dc1599f487fa38db24c390e7000cab6bf9da9a.tar.gz gentoo-2-77dc1599f487fa38db24c390e7000cab6bf9da9a.tar.bz2 gentoo-2-77dc1599f487fa38db24c390e7000cab6bf9da9a.zip |
Call python_clean_installation_image() only with USE="python".
(Portage version: 2.2.0_alpha24_p28/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/vte')
-rw-r--r-- | x11-libs/vte/vte-0.26.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/vte/vte-0.26.2.ebuild b/x11-libs/vte/vte-0.26.2.ebuild index 340347a5a961..6076e859fc4d 100644 --- a/x11-libs/vte/vte-0.26.2.ebuild +++ b/x11-libs/vte/vte-0.26.2.ebuild @@ -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 $ EAPI="3" GCONF_DEBUG="yes" @@ -48,5 +48,5 @@ pkg_setup() { src_install() { gnome2_src_install - python_clean_installation_image + use python && python_clean_installation_image } |