diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2008-04-06 19:48:26 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2008-04-06 19:48:26 +0000 |
commit | a998bf50716e2d74d00d85e36fb7be8c7523c067 (patch) | |
tree | e02558f6593d94150527926ecbcde27d0443a6b5 /app-accessibility | |
parent | Stable on ppc64; bug #216112 (diff) | |
download | gentoo-2-a998bf50716e2d74d00d85e36fb7be8c7523c067.tar.gz gentoo-2-a998bf50716e2d74d00d85e36fb7be8c7523c067.tar.bz2 gentoo-2-a998bf50716e2d74d00d85e36fb7be8c7523c067.zip |
Keyworded on alpha, bug #204504
(Portage version: 2.1.5_rc1)
Diffstat (limited to 'app-accessibility')
-rw-r--r-- | app-accessibility/speech-dispatcher/ChangeLog | 6 | ||||
-rw-r--r-- | app-accessibility/speech-dispatcher/speech-dispatcher-0.6.5.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-accessibility/speech-dispatcher/ChangeLog b/app-accessibility/speech-dispatcher/ChangeLog index ada3a96a2cd1..0d8e0032ee18 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.30 2008/03/24 23:38:14 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.31 2008/04/06 19:48:26 klausman Exp $ + + 06 Apr 2008; Tobias Klausmann <klausman@gentoo.org> + speech-dispatcher-0.6.5.ebuild: + Keyworded on alpha, bug #204504 24 Mar 2008; Ferris McCormick <fmccor@gentoo.org> speech-dispatcher-0.6.5.ebuild, speech-dispatcher-0.6.6.ebuild: 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 ae3925185665..fdfb3450df49 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.3 2008/03/24 23:38:14 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.5.ebuild,v 1.4 2008/04/06 19:48:26 klausman 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 |