diff options
author | 2013-09-05 18:58:07 +0000 | |
---|---|---|
committer | 2013-09-05 18:58:07 +0000 | |
commit | d47fa3f2a80607cd9b8cd78ff1c2f4edd8b1c72f (patch) | |
tree | d371d38d875f437bc1b2459794275cfebcda4043 /media-video/mplayer2/mplayer2-2.0_p20130428-r1.ebuild | |
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/mplayer2/mplayer2-2.0_p20130428-r1.ebuild')
-rw-r--r-- | media-video/mplayer2/mplayer2-2.0_p20130428-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/mplayer2/mplayer2-2.0_p20130428-r1.ebuild b/media-video/mplayer2/mplayer2-2.0_p20130428-r1.ebuild index cd6d4a13140b..5ee19dd2c262 100644 --- a/media-video/mplayer2/mplayer2-2.0_p20130428-r1.ebuild +++ b/media-video/mplayer2/mplayer2-2.0_p20130428-r1.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer2/mplayer2-2.0_p20130428-r1.ebuild,v 1.2 2013/08/11 22:54:24 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer2/mplayer2-2.0_p20130428-r1.ebuild,v 1.3 2013/09/05 18:58:07 mgorny Exp $ EAPI=5 # https://bugs.gentoo.org/show_bug.cgi?id=434356#c4 -PYTHON_COMPAT=( python{2_7,3_1,3_2,3_3} ) +PYTHON_COMPAT=( python{2_7,3_2,3_3} ) EGIT_REPO_URI="git://git.mplayer2.org/mplayer2.git" |