From 006c19ec7635c83c5c2cddf4fd8dfd281b41d133 Mon Sep 17 00:00:00 2001 From: Gilles Dartiguelongue Date: Tue, 14 May 2013 22:48:07 +0000 Subject: 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) --- app-accessibility/speech-dispatcher/ChangeLog | 6 +++++- app-accessibility/speech-dispatcher/speech-dispatcher-0.8-r2.ebuild | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) (limited to 'app-accessibility/speech-dispatcher') 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 + 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 -- cgit v1.2.3-65-gdbad