diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-05-20 22:22:55 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-05-20 22:22:55 +0000 |
commit | 9b41a86650080110e096c5ce17d9707cb9688a6b (patch) | |
tree | e618d9e866ac54908d98089805476996d14d26a3 /media-video | |
parent | Work around autotools.eclass eautopoint change (bug #416789, thanks to Markus... (diff) | |
download | gentoo-2-9b41a86650080110e096c5ce17d9707cb9688a6b.tar.gz gentoo-2-9b41a86650080110e096c5ce17d9707cb9688a6b.tar.bz2 gentoo-2-9b41a86650080110e096c5ce17d9707cb9688a6b.zip |
Fix build with USE=-python (bug #416165, thanks to cyrillic).
(Portage version: 2.2.0_alpha107/cvs/Linux x86_64)
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/totem/ChangeLog | 5 | ||||
-rw-r--r-- | media-video/totem/totem-3.4.2.ebuild | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/media-video/totem/ChangeLog b/media-video/totem/ChangeLog index bead3f47f610..91d04fb01579 100644 --- a/media-video/totem/ChangeLog +++ b/media-video/totem/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-video/totem # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/totem/ChangeLog,v 1.338 2012/05/19 23:59:30 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/totem/ChangeLog,v 1.339 2012/05/20 22:22:55 tetromino Exp $ + + 20 May 2012; Alexandre Rostovtsev <tetromino@gentoo.org> totem-3.4.2.ebuild: + Fix build with USE=-python (bug #416165, thanks to cyrillic). *totem-3.4.2 (19 May 2012) diff --git a/media-video/totem/totem-3.4.2.ebuild b/media-video/totem/totem-3.4.2.ebuild index 698487826a03..ac4245a4e007 100644 --- a/media-video/totem/totem-3.4.2.ebuild +++ b/media-video/totem/totem-3.4.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.4.2.ebuild,v 1.1 2012/05/19 23:59:31 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/totem/totem-3.4.2.ebuild,v 1.2 2012/05/20 22:22:55 tetromino Exp $ EAPI="4" GCONF_DEBUG="yes" @@ -115,7 +115,6 @@ pkg_setup() { $(use_enable nautilus) $(use_enable nsplugin browser-plugins) $(use_enable python) - $(use_enable python introspection) $(use_enable vala) VALAC=$(type -P valac-0.14) BROWSER_PLUGIN_DIR=/usr/$(get_libdir)/nsbrowser/plugins" |