diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-09-05 18:58:07 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-09-05 18:58:07 +0000 |
commit | d47fa3f2a80607cd9b8cd78ff1c2f4edd8b1c72f (patch) | |
tree | d371d38d875f437bc1b2459794275cfebcda4043 /media-video/pitivi | |
parent | Clean up PYTHON_COMPAT from old implementations. (diff) | |
download | gentoo-2-d47fa3f2a80607cd9b8cd78ff1c2f4edd8b1c72f.tar.gz gentoo-2-d47fa3f2a80607cd9b8cd78ff1c2f4edd8b1c72f.tar.bz2 gentoo-2-d47fa3f2a80607cd9b8cd78ff1c2f4edd8b1c72f.zip |
Clean up PYTHON_COMPAT from old implementations.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'media-video/pitivi')
-rw-r--r-- | media-video/pitivi/ChangeLog | 5 | ||||
-rw-r--r-- | media-video/pitivi/pitivi-0.15.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-video/pitivi/ChangeLog b/media-video/pitivi/ChangeLog index 71d5134ccd21..a5cb69270d27 100644 --- a/media-video/pitivi/ChangeLog +++ b/media-video/pitivi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-video/pitivi # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/pitivi/ChangeLog,v 1.30 2013/02/05 19:50:19 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/pitivi/ChangeLog,v 1.31 2013/09/05 18:58:06 mgorny Exp $ + + 05 Sep 2013; Michał Górny <mgorny@gentoo.org> pitivi-0.15.2.ebuild: + Clean up PYTHON_COMPAT from old implementations. *pitivi-0.15.2 (05 Feb 2013) diff --git a/media-video/pitivi/pitivi-0.15.2.ebuild b/media-video/pitivi/pitivi-0.15.2.ebuild index a7d2ec9559bc..7094cb1fa426 100644 --- a/media-video/pitivi/pitivi-0.15.2.ebuild +++ b/media-video/pitivi/pitivi-0.15.2.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/pitivi/pitivi-0.15.2.ebuild,v 1.1 2013/02/05 19:50:19 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/pitivi/pitivi-0.15.2.ebuild,v 1.2 2013/09/05 18:58:06 mgorny Exp $ EAPI=5 GCONF_DEBUG="no" -PYTHON_COMPAT=( python2_{5,6,7} ) +PYTHON_COMPAT=( python2_{6,7} ) inherit gnome2 python-single-r1 eutils virtualx multilib |