diff options
author | 2015-04-08 17:58:14 +0000 | |
---|---|---|
committer | 2015-04-08 17:58:14 +0000 | |
commit | 6c586418370fdea7f0b5513b2468552e51fbc042 (patch) | |
tree | 31fe91f1a5b68ef0430fd6e482ee748f2346a85c /media-gfx/uniconvertor | |
parent | Drop old Python implementations (diff) | |
download | gentoo-2-6c586418370fdea7f0b5513b2468552e51fbc042.tar.gz gentoo-2-6c586418370fdea7f0b5513b2468552e51fbc042.tar.bz2 gentoo-2-6c586418370fdea7f0b5513b2468552e51fbc042.zip |
Drop old Python implementations
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'media-gfx/uniconvertor')
-rw-r--r-- | media-gfx/uniconvertor/ChangeLog | 5 | ||||
-rw-r--r-- | media-gfx/uniconvertor/uniconvertor-1.1.5-r1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/media-gfx/uniconvertor/ChangeLog b/media-gfx/uniconvertor/ChangeLog index 53a599cffa0d..212472ae838a 100644 --- a/media-gfx/uniconvertor/ChangeLog +++ b/media-gfx/uniconvertor/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/uniconvertor # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/uniconvertor/ChangeLog,v 1.28 2015/03/02 09:28:42 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/uniconvertor/ChangeLog,v 1.29 2015/04/08 17:58:14 mgorny Exp $ + + 08 Apr 2015; Michał Górny <mgorny@gentoo.org> uniconvertor-1.1.5-r1.ebuild: + Drop old Python implementations 02 Mar 2015; Agostino Sarubbo <ago@gentoo.org> uniconvertor-2.0_pre379-r1.ebuild: diff --git a/media-gfx/uniconvertor/uniconvertor-1.1.5-r1.ebuild b/media-gfx/uniconvertor/uniconvertor-1.1.5-r1.ebuild index 87a1404b7112..c750fab32a31 100644 --- a/media-gfx/uniconvertor/uniconvertor-1.1.5-r1.ebuild +++ b/media-gfx/uniconvertor/uniconvertor-1.1.5-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/uniconvertor/uniconvertor-1.1.5-r1.ebuild,v 1.3 2013/12/25 09:37:46 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/uniconvertor/uniconvertor-1.1.5-r1.ebuild,v 1.4 2015/04/08 17:58:14 mgorny Exp $ EAPI="5" -PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 |