diff options
author | 2015-04-08 07:30:37 +0000 | |
---|---|---|
committer | 2015-04-08 07:30:37 +0000 | |
commit | 435e20e5665857de80b7638436e0dc3602af686f (patch) | |
tree | 4e727d1cd9543633a6bdfd321f6f832d5fdc3509 /app-accessibility/speech-dispatcher | |
parent | version bump (diff) | |
download | gentoo-2-435e20e5665857de80b7638436e0dc3602af686f.tar.gz gentoo-2-435e20e5665857de80b7638436e0dc3602af686f.tar.bz2 gentoo-2-435e20e5665857de80b7638436e0dc3602af686f.zip |
Remove old Python implementations
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'app-accessibility/speech-dispatcher')
-rw-r--r-- | app-accessibility/speech-dispatcher/ChangeLog | 5 | ||||
-rw-r--r-- | app-accessibility/speech-dispatcher/speech-dispatcher-0.8.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-accessibility/speech-dispatcher/ChangeLog b/app-accessibility/speech-dispatcher/ChangeLog index 76bbccf6ea0d..61d4fb5e8d53 100644 --- a/app-accessibility/speech-dispatcher/ChangeLog +++ b/app-accessibility/speech-dispatcher/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-accessibility/speech-dispatcher # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.118 2015/03/03 05:28:52 dlan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.119 2015/04/08 07:30:31 mgorny Exp $ + + 08 Apr 2015; Michał Górny <mgorny@gentoo.org> speech-dispatcher-0.8.1.ebuild: + Remove old Python implementations 02 Mar 2015; Yixun Lan <dlan@gentoo.org> speech-dispatcher-0.8.1.ebuild: add arm64 support, tested on A53 board diff --git a/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.1.ebuild b/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.1.ebuild index 971b01f1a0fb..24e5f15d4fe4 100644 --- a/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.1.ebuild +++ b/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2015 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.8.1.ebuild,v 1.12 2015/03/03 05:28:52 dlan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.1.ebuild,v 1.13 2015/04/08 07:30:31 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python3_2 python3_3 python3_4 ) +PYTHON_COMPAT=( python3_3 python3_4 ) inherit eutils python-r1 |