diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2008-03-24 23:38:14 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2008-03-24 23:38:14 +0000 |
commit | 37bb04156d4c9677ca48de4e354579d118e16697 (patch) | |
tree | ad56baf8cddd216f70ee6ff966e39a69b0b6e9fa /app-accessibility/speech-dispatcher | |
parent | New version for GNOME-2.22. Litterally tons of bug fixes and uses libsoup-2.4... (diff) | |
download | gentoo-2-37bb04156d4c9677ca48de4e354579d118e16697.tar.gz gentoo-2-37bb04156d4c9677ca48de4e354579d118e16697.tar.bz2 gentoo-2-37bb04156d4c9677ca48de4e354579d118e16697.zip |
Add ~sparc keyword, required for Bug #204504.
(Portage version: 2.2_pre5)
Diffstat (limited to 'app-accessibility/speech-dispatcher')
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 |