summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2014-04-26 08:26:22 +0000
committerPacho Ramos <pacho@gentoo.org>2014-04-26 08:26:22 +0000
commit16173da6bc60cc164915451a669e33d381e874e7 (patch)
tree46e7d2a7c60bf38a198185cd6a7316cb0154aafd /media-video
parentAdapt to latest pygobject don't providing python2.6 support (diff)
downloadgentoo-2-16173da6bc60cc164915451a669e33d381e874e7.tar.gz
gentoo-2-16173da6bc60cc164915451a669e33d381e874e7.tar.bz2
gentoo-2-16173da6bc60cc164915451a669e33d381e874e7.zip
Adapt to latest pygobject don't providing python2.6 support
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'media-video')
-rw-r--r--media-video/totem/ChangeLog5
-rw-r--r--media-video/totem/totem-3.10.1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/media-video/totem/ChangeLog b/media-video/totem/ChangeLog
index 80a556264231..384e3e3e97ea 100644
--- a/media-video/totem/ChangeLog
+++ b/media-video/totem/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-video/totem
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/totem/ChangeLog,v 1.371 2014/03/11 20:24:50 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/totem/ChangeLog,v 1.372 2014/04/26 08:26:22 pacho Exp $
+
+ 26 Apr 2014; Pacho Ramos <pacho@gentoo.org> totem-3.10.1.ebuild:
+ Adapt to latest pygobject don't providing python2.6 support
11 Mar 2014; Pacho Ramos <pacho@gentoo.org> -totem-3.8.2-r1.ebuild,
totem-3.10.1.ebuild:
diff --git a/media-video/totem/totem-3.10.1.ebuild b/media-video/totem/totem-3.10.1.ebuild
index 3eda92166860..00270e39e171 100644
--- a/media-video/totem/totem-3.10.1.ebuild
+++ b/media-video/totem/totem-3.10.1.ebuild
@@ -1,11 +1,11 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/totem/totem-3.10.1.ebuild,v 1.5 2014/03/11 20:24:50 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/totem/totem-3.10.1.ebuild,v 1.6 2014/04/26 08:26:22 pacho Exp $
EAPI="5"
GCONF_DEBUG="yes"
GNOME2_LA_PUNT="yes" # plugins are dlopened
-PYTHON_COMPAT=( python2_{6,7} )
+PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE="threads"
inherit autotools eutils gnome2 multilib python-single-r1