diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2013-05-14 22:48:07 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2013-05-14 22:48:07 +0000 |
commit | 006c19ec7635c83c5c2cddf4fd8dfd281b41d133 (patch) | |
tree | 49bc4df54ff2499cd7324adb755950ab0f73f1ca /app-accessibility | |
parent | Add (diff) | |
download | gentoo-2-006c19ec7635c83c5c2cddf4fd8dfd281b41d133.tar.gz gentoo-2-006c19ec7635c83c5c2cddf4fd8dfd281b41d133.tar.bz2 gentoo-2-006c19ec7635c83c5c2cddf4fd8dfd281b41d133.zip |
Add python3.3 to the list of supported python version, required for orca-3.8.
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'app-accessibility')
-rw-r--r-- | app-accessibility/speech-dispatcher/ChangeLog | 6 | ||||
-rw-r--r-- | app-accessibility/speech-dispatcher/speech-dispatcher-0.8-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 16fceec0aecd..ffa3fe58ac82 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.86 2013/04/04 16:09:31 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.87 2013/05/14 22:48:07 eva Exp $ + + 14 May 2013; Gilles Dartiguelongue <eva@gentoo.org> + speech-dispatcher-0.8-r2.ebuild: + Add python3.3 to the list of supported python version, required for orca-3.8. *speech-dispatcher-0.8-r2 (04 Apr 2013) diff --git a/app-accessibility/speech-dispatcher/speech-dispatcher-0.8-r2.ebuild b/app-accessibility/speech-dispatcher/speech-dispatcher-0.8-r2.ebuild index 2a204713f86b..22fc0a7e54a9 100644 --- a/app-accessibility/speech-dispatcher/speech-dispatcher-0.8-r2.ebuild +++ b/app-accessibility/speech-dispatcher/speech-dispatcher-0.8-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.8-r2.ebuild,v 1.1 2013/04/04 16:09:31 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.8-r2.ebuild,v 1.2 2013/05/14 22:48:07 eva Exp $ EAPI=5 -PYTHON_COMPAT=( python3_2 ) +PYTHON_COMPAT=( python3_2 python3_3 ) inherit eutils python-r1 |