diff options
Diffstat (limited to 'media-video/totem/totem-3.6.3-r1.ebuild')
-rw-r--r-- | media-video/totem/totem-3.6.3-r1.ebuild | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/media-video/totem/totem-3.6.3-r1.ebuild b/media-video/totem/totem-3.6.3-r1.ebuild index 5375f722a661..9aa2bb64ea20 100644 --- a/media-video/totem/totem-3.6.3-r1.ebuild +++ b/media-video/totem/totem-3.6.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/totem/totem-3.6.3-r1.ebuild,v 1.9 2013/02/02 23:00:08 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/totem/totem-3.6.3-r1.ebuild,v 1.10 2013/06/02 20:44:56 abcd Exp $ EAPI="5" GCONF_DEBUG="yes" @@ -20,7 +20,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" # see bug #359379 REQUIRED_USE="flash? ( nsplugin ) - python? ( introspection ) + python? ( introspection ${PYTHON_REQUIRED_USE} ) zeitgeist? ( introspection )" # TODO: @@ -88,6 +88,10 @@ DEPEND="${RDEPEND} " # docbook-xml-dtd is needed for user doc +pkg_setup() { + use python && python-single-r1_pkg_setup +} + src_prepare() { gnome2_src_prepare |