diff options
author | William Hubbs <williamh@gentoo.org> | 2008-04-26 03:41:40 +0000 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2008-04-26 03:41:40 +0000 |
commit | d251365c96837058cdbc4c2984a5e30fba81875c (patch) | |
tree | b65c11943f3917a83a8a0bcb04e8c0c9defa8f61 /app-accessibility | |
parent | Fixed festival format strings for bug #218705. (diff) | |
download | gentoo-2-d251365c96837058cdbc4c2984a5e30fba81875c.tar.gz gentoo-2-d251365c96837058cdbc4c2984a5e30fba81875c.tar.bz2 gentoo-2-d251365c96837058cdbc4c2984a5e30fba81875c.zip |
Updated keyword in 0.6.6.
(Portage version: 2.1.5_rc6)
Diffstat (limited to 'app-accessibility')
-rw-r--r-- | app-accessibility/speech-dispatcher/ChangeLog | 7 | ||||
-rw-r--r-- | app-accessibility/speech-dispatcher/speech-dispatcher-0.6.6.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/app-accessibility/speech-dispatcher/ChangeLog b/app-accessibility/speech-dispatcher/ChangeLog index 68f071e34a25..e3cbf378735a 100644 --- a/app-accessibility/speech-dispatcher/ChangeLog +++ b/app-accessibility/speech-dispatcher/ChangeLog @@ -1,6 +1,11 @@ # 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.36 2008/04/26 03:36:49 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.37 2008/04/26 03:41:40 williamh Exp $ + + 26 Apr 2008; William Hubbs <williamh@gentoo.org> + speech-dispatcher-0.6.6.ebuild: + Added ~alpha for 0.6.6; this should have been done, but I forgot to update + the original keyword request. *speech-dispatcher-0.6.6-r1 (26 Apr 2008) 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 4ba6cd53b254..b3f54b5acb7e 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.6 2008/04/15 16:33:29 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.6.ebuild,v 1.7 2008/04/26 03:41:40 williamh 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 sparc x86" +KEYWORDS="~alpha amd64 hppa ppc sparc x86" IUSE="alsa flite nas pulseaudio python" DEPEND="dev-libs/dotconf |