diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-09-05 18:57:17 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-09-05 18:57:17 +0000 |
commit | a422bb936ed66799d90233c9eddb90c5260ca91c (patch) | |
tree | 86eb7c2a8ce6ba4cc4f1bfd8778ae0a164914cf7 /media-sound/volti | |
parent | Clean up PYTHON_COMPAT from old implementations. (diff) | |
download | gentoo-2-a422bb936ed66799d90233c9eddb90c5260ca91c.tar.gz gentoo-2-a422bb936ed66799d90233c9eddb90c5260ca91c.tar.bz2 gentoo-2-a422bb936ed66799d90233c9eddb90c5260ca91c.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-sound/volti')
-rw-r--r-- | media-sound/volti/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/volti/volti-0.2.3-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-sound/volti/ChangeLog b/media-sound/volti/ChangeLog index a3cba14e43ff..5803d1db1076 100644 --- a/media-sound/volti/ChangeLog +++ b/media-sound/volti/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/volti # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/volti/ChangeLog,v 1.6 2013/05/20 01:19:40 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/volti/ChangeLog,v 1.7 2013/09/05 18:57:16 mgorny Exp $ + + 05 Sep 2013; Michał Górny <mgorny@gentoo.org> volti-0.2.3-r1.ebuild: + Clean up PYTHON_COMPAT from old implementations. 20 May 2013; Matthew Thode <prometheanfire@gentoo.org> volti-0.2.3-r1.ebuild: update volti's deps diff --git a/media-sound/volti/volti-0.2.3-r1.ebuild b/media-sound/volti/volti-0.2.3-r1.ebuild index daf9f91013ac..024ad9b22f80 100644 --- a/media-sound/volti/volti-0.2.3-r1.ebuild +++ b/media-sound/volti/volti-0.2.3-r1.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-sound/volti/volti-0.2.3-r1.ebuild,v 1.2 2013/05/20 01:19:40 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/volti/volti-0.2.3-r1.ebuild,v 1.3 2013/09/05 18:57:16 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_5,2_6,2_7} ) +PYTHON_COMPAT=( python{2_6,2_7} ) inherit distutils-r1 |