diff options
Diffstat (limited to 'media-video/totem/totem-2.32.0-r2.ebuild')
-rw-r--r-- | media-video/totem/totem-2.32.0-r2.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/media-video/totem/totem-2.32.0-r2.ebuild b/media-video/totem/totem-2.32.0-r2.ebuild index 920102896495..9fba6ce387e0 100644 --- a/media-video/totem/totem-2.32.0-r2.ebuild +++ b/media-video/totem/totem-2.32.0-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# 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-2.32.0-r2.ebuild,v 1.7 2011/11/25 15:52:19 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/totem/totem-2.32.0-r2.ebuild,v 1.8 2012/01/05 08:06:20 tetromino Exp $ EAPI="3" GCONF_DEBUG="yes" @@ -142,8 +142,6 @@ pkg_setup() { } src_prepare() { - gnome2_src_prepare - # Use fixed gnome-doc-utils.make, bug #348403 (can be dropped in next bump) cp -f /usr/share/gnome-doc-utils/gnome-doc-utils.make . || die @@ -156,9 +154,10 @@ src_prepare() { intltoolize --force --copy --automake || die "intltoolize failed" eautoreconf + gnome2_src_prepare + # disable pyc compiling - mv py-compile py-compile.orig - ln -s $(type -P true) py-compile + echo > py-compile } src_configure() { |