diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-09-05 18:45:04 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-09-05 18:45:04 +0000 |
commit | a4ffa359973e097254fd34f9ee60168f50d3d6ec (patch) | |
tree | 5d64c6d60c76cc02a8465fd1080f46ceb2be565e /kde-misc/kanyremote | |
parent | Clean up PYTHON_COMPAT from old implementations. (diff) | |
download | gentoo-2-a4ffa359973e097254fd34f9ee60168f50d3d6ec.tar.gz gentoo-2-a4ffa359973e097254fd34f9ee60168f50d3d6ec.tar.bz2 gentoo-2-a4ffa359973e097254fd34f9ee60168f50d3d6ec.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 'kde-misc/kanyremote')
-rw-r--r-- | kde-misc/kanyremote/ChangeLog | 5 | ||||
-rw-r--r-- | kde-misc/kanyremote/kanyremote-6.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/kde-misc/kanyremote/ChangeLog b/kde-misc/kanyremote/ChangeLog index 767aa27ae50d..87b014cf6385 100644 --- a/kde-misc/kanyremote/ChangeLog +++ b/kde-misc/kanyremote/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-misc/kanyremote # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/kanyremote/ChangeLog,v 1.35 2013/07/25 01:42:15 creffett Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kanyremote/ChangeLog,v 1.36 2013/09/05 18:45:03 mgorny Exp $ + + 05 Sep 2013; Michał Górny <mgorny@gentoo.org> kanyremote-6.2.ebuild: + Clean up PYTHON_COMPAT from old implementations. *kanyremote-6.2 (25 Jul 2013) diff --git a/kde-misc/kanyremote/kanyremote-6.2.ebuild b/kde-misc/kanyremote/kanyremote-6.2.ebuild index 8367d6861e82..ae4087f6547e 100644 --- a/kde-misc/kanyremote/kanyremote-6.2.ebuild +++ b/kde-misc/kanyremote/kanyremote-6.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/kde-misc/kanyremote/kanyremote-6.2.ebuild,v 1.1 2013/07/25 01:42:15 creffett Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kanyremote/kanyremote-6.2.ebuild,v 1.2 2013/09/05 18:45:03 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_5,2_6,2_7} ) +PYTHON_COMPAT=( python{2_6,2_7} ) inherit autotools python-single-r1 base DESCRIPTION="KDE frontend to Anyremote" |