summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Rostovtsev <tetromino@gentoo.org>2012-02-20 08:18:35 +0000
committerAlexandre Rostovtsev <tetromino@gentoo.org>2012-02-20 08:18:35 +0000
commitd53a8d44bd21647cb1ac107ae93e869b8d8658f0 (patch)
treefdd6ad2e783ef584b72f70469e4ac196107b4412 /media-video/totem/totem-3.2.2.ebuild
parentRestricting pypy #404045 (diff)
downloadgentoo-2-d53a8d44bd21647cb1ac107ae93e869b8d8658f0.tar.gz
gentoo-2-d53a8d44bd21647cb1ac107ae93e869b8d8658f0.tar.bz2
gentoo-2-d53a8d44bd21647cb1ac107ae93e869b8d8658f0.zip
Do not fail on USE=-python (bug #404975, thanks to Rion for reporting).
(Portage version: 2.2.0_alpha87/cvs/Linux x86_64)
Diffstat (limited to 'media-video/totem/totem-3.2.2.ebuild')
-rw-r--r--media-video/totem/totem-3.2.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/totem/totem-3.2.2.ebuild b/media-video/totem/totem-3.2.2.ebuild
index 1fe3d3998a29..c444b1d8eb97 100644
--- a/media-video/totem/totem-3.2.2.ebuild
+++ b/media-video/totem/totem-3.2.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/totem/totem-3.2.2.ebuild,v 1.1 2012/02/20 00:50:31 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/totem/totem-3.2.2.ebuild,v 1.2 2012/02/20 08:18:35 tetromino Exp $
EAPI="4"
GCONF_DEBUG="yes"
@@ -156,7 +156,7 @@ src_prepare() {
# eautoreconf
#fi
- python_clean_py-compile_files
+ use python && python_clean_py-compile_files
gnome2_src_prepare
}