diff options
3 files changed, 9 insertions, 5 deletions
diff --git a/app-accessibility/speech-dispatcher/ChangeLog b/app-accessibility/speech-dispatcher/ChangeLog index 0b72bc8f7491..ada3a96a2cd1 100644 --- a/app-accessibility/speech-dispatcher/ChangeLog +++ b/app-accessibility/speech-dispatcher/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-accessibility/speech-dispatcher # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.29 2008/02/15 03:10:53 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.30 2008/03/24 23:38:14 fmccor Exp $ + + 24 Mar 2008; Ferris McCormick <fmccor@gentoo.org> + speech-dispatcher-0.6.5.ebuild, speech-dispatcher-0.6.6.ebuild: + Add ~sparc keyword, required for Bug #204504. 15 Feb 2008; William Hubbs <williamh@gentoo.org> -files/speech-dispatcher-0.3-gentoo.patch, diff --git a/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.5.ebuild b/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.5.ebuild index 800f08ff47c4..ae3925185665 100644 --- a/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.5.ebuild +++ b/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 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.6.5.ebuild,v 1.2 2008/01/11 16:23:15 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.5.ebuild,v 1.3 2008/03/24 23:38:14 fmccor Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://www.freebsoft.org/pub/projects/speechd/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~x86" +KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86" IUSE="alsa flite nas pulseaudio python" DEPEND="dev-libs/dotconf diff --git a/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.6.ebuild b/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.6.ebuild index 710160c72c05..b236f13cbe15 100644 --- a/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.6.ebuild +++ b/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 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.6.6.ebuild,v 1.1 2008/02/15 01:16:05 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.6.ebuild,v 1.2 2008/03/24 23:38:14 fmccor Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://www.freebsoft.org/pub/projects/speechd/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~x86" +KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86" IUSE="alsa flite nas pulseaudio python" DEPEND="dev-libs/dotconf |