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/handbrake | |
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/handbrake')
-rw-r--r-- | media-video/handbrake/ChangeLog | 6 | ||||
-rw-r--r-- | media-video/handbrake/handbrake-0.9.9.ebuild | 4 | ||||
-rw-r--r-- | media-video/handbrake/handbrake-9999.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/media-video/handbrake/ChangeLog b/media-video/handbrake/ChangeLog index 1ea25239db1a..53ef3efe1a78 100644 --- a/media-video/handbrake/ChangeLog +++ b/media-video/handbrake/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/handbrake # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/handbrake/ChangeLog,v 1.14 2013/08/12 07:51:08 thev00d00 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/handbrake/ChangeLog,v 1.15 2013/09/05 18:58:06 mgorny Exp $ + + 05 Sep 2013; Michał Górny <mgorny@gentoo.org> handbrake-0.9.9.ebuild, + handbrake-9999.ebuild: + Clean up PYTHON_COMPAT from old implementations. 12 Aug 2013; Ian Whyman <thev00d00@gentoo.org> handbrake-0.9.9.ebuild, handbrake-9999.ebuild: diff --git a/media-video/handbrake/handbrake-0.9.9.ebuild b/media-video/handbrake/handbrake-0.9.9.ebuild index 8ababcb2c7db..bfa41ed18bf4 100644 --- a/media-video/handbrake/handbrake-0.9.9.ebuild +++ b/media-video/handbrake/handbrake-0.9.9.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/handbrake/handbrake-0.9.9.ebuild,v 1.9 2013/08/12 07:51:08 thev00d00 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/handbrake/handbrake-0.9.9.ebuild,v 1.10 2013/09/05 18:58:06 mgorny Exp $ EAPI="5" -PYTHON_COMPAT=( python2_{5,6,7} ) +PYTHON_COMPAT=( python2_{6,7} ) inherit autotools eutils gnome2-utils python-any-r1 diff --git a/media-video/handbrake/handbrake-9999.ebuild b/media-video/handbrake/handbrake-9999.ebuild index 1d20994c6667..7f5f341d7637 100644 --- a/media-video/handbrake/handbrake-9999.ebuild +++ b/media-video/handbrake/handbrake-9999.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/handbrake/handbrake-9999.ebuild,v 1.11 2013/08/12 07:51:08 thev00d00 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/handbrake/handbrake-9999.ebuild,v 1.12 2013/09/05 18:58:06 mgorny Exp $ EAPI="5" -PYTHON_COMPAT=( python2_{5,6,7} ) +PYTHON_COMPAT=( python2_{6,7} ) inherit autotools eutils gnome2-utils python-any-r1 |