diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-09-05 14:39:40 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-09-05 14:39:40 +0000 |
commit | 38d9c378da8a2700ac1820c39614f9afd11d9d1f (patch) | |
tree | 96b5f9395844e9ee04900758d8f2e80363508626 /app-accessibility | |
parent | old (diff) | |
download | gentoo-2-38d9c378da8a2700ac1820c39614f9afd11d9d1f.tar.gz gentoo-2-38d9c378da8a2700ac1820c39614f9afd11d9d1f.tar.bz2 gentoo-2-38d9c378da8a2700ac1820c39614f9afd11d9d1f.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 'app-accessibility')
-rw-r--r-- | app-accessibility/speech-dispatcher/ChangeLog | 6 | ||||
-rw-r--r-- | app-accessibility/speech-dispatcher/speech-dispatcher-0.7.1-r2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-accessibility/speech-dispatcher/ChangeLog b/app-accessibility/speech-dispatcher/ChangeLog index 16c5baa96d8e..abfa4c8f3181 100644 --- a/app-accessibility/speech-dispatcher/ChangeLog +++ b/app-accessibility/speech-dispatcher/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-accessibility/speech-dispatcher # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.100 2013/08/29 19:49:47 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.101 2013/09/05 14:39:40 mgorny Exp $ + + 05 Sep 2013; Michał Górny <mgorny@gentoo.org> + speech-dispatcher-0.7.1-r2.ebuild: + Clean up PYTHON_COMPAT from old implementations. 29 Aug 2013; Agostino Sarubbo <ago@gentoo.org> speech-dispatcher-0.8-r2.ebuild: diff --git a/app-accessibility/speech-dispatcher/speech-dispatcher-0.7.1-r2.ebuild b/app-accessibility/speech-dispatcher/speech-dispatcher-0.7.1-r2.ebuild index c28896b504b2..0807c8994312 100644 --- a/app-accessibility/speech-dispatcher/speech-dispatcher-0.7.1-r2.ebuild +++ b/app-accessibility/speech-dispatcher/speech-dispatcher-0.7.1-r2.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/app-accessibility/speech-dispatcher/speech-dispatcher-0.7.1-r2.ebuild,v 1.3 2013/07/26 03:43:14 teiresias Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.7.1-r2.ebuild,v 1.4 2013/09/05 14:39:40 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_5,2_6,2_7} pypy{1_9,2_0} ) +PYTHON_COMPAT=( python{2_6,2_7} pypy2_0 ) AUTOTOOLS_AUTORECONF=true |