diff options
-rw-r--r-- | app-accessibility/speech-dispatcher/ChangeLog | 6 | ||||
-rw-r--r-- | app-accessibility/speech-dispatcher/speech-dispatcher-0.7.1-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-accessibility/speech-dispatcher/ChangeLog b/app-accessibility/speech-dispatcher/ChangeLog index 403b202355d6..0cf49c1d6f0b 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.79 2012/05/03 01:48:59 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.80 2012/12/25 11:10:17 maekke Exp $ + + 25 Dec 2012; Markus Meier <maekke@gentoo.org> + speech-dispatcher-0.7.1-r1.ebuild: + add ~arm 03 May 2012; Jeff Horelick <jdhore@gentoo.org> speech-dispatcher-0.7.1-r1.ebuild: diff --git a/app-accessibility/speech-dispatcher/speech-dispatcher-0.7.1-r1.ebuild b/app-accessibility/speech-dispatcher/speech-dispatcher-0.7.1-r1.ebuild index 153a3c9a2f79..244f177061de 100644 --- a/app-accessibility/speech-dispatcher/speech-dispatcher-0.7.1-r1.ebuild +++ b/app-accessibility/speech-dispatcher/speech-dispatcher-0.7.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 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-r1.ebuild,v 1.9 2012/05/03 01:48:59 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.7.1-r1.ebuild,v 1.10 2012/12/25 11:10:17 maekke Exp $ EAPI="3" PYTHON_DEPEND="python? 2" @@ -15,7 +15,7 @@ SRC_URI="http://www.freebsoft.org/pub/projects/speechd/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 ~arm hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux" IUSE="alsa ao +espeak flite nas pulseaudio python" RDEPEND="dev-libs/dotconf |