diff options
author | Jonathan Callen <jcallen@gentoo.org> | 2010-02-11 23:20:38 +0000 |
---|---|---|
committer | Jonathan Callen <jcallen@gentoo.org> | 2010-02-11 23:20:38 +0000 |
commit | fceb4c3e4c09ab4f65d109214ec9d235edcb2ddd (patch) | |
tree | cfe5d16e6947d77f53cd35332ffd27a038581f56 /app-accessibility | |
parent | Add prefix support, ~amd64-linux/~x86-linux keywords (diff) | |
download | historical-fceb4c3e4c09ab4f65d109214ec9d235edcb2ddd.tar.gz historical-fceb4c3e4c09ab4f65d109214ec9d235edcb2ddd.tar.bz2 historical-fceb4c3e4c09ab4f65d109214ec9d235edcb2ddd.zip |
Add ~amd64-linux/~x86-linux keywords
Package-Manager: portage--svn/cvs/Linux i686
Diffstat (limited to 'app-accessibility')
-rw-r--r-- | app-accessibility/speech-dispatcher/ChangeLog | 8 | ||||
-rw-r--r-- | app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild | 10 |
2 files changed, 12 insertions, 6 deletions
diff --git a/app-accessibility/speech-dispatcher/ChangeLog b/app-accessibility/speech-dispatcher/ChangeLog index fe09c3fdf27b..1f9356a7cbf0 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.55 2009/12/26 16:35:57 armin76 Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.56 2010/02/11 23:20:38 abcd Exp $ + + 11 Feb 2010; Jonathan Callen <abcd@gentoo.org> + speech-dispatcher-0.6.7.ebuild: + Add ~amd64-linux/~x86-linux keywords 26 Dec 2009; Raúl Porcel <armin76@gentoo.org> speech-dispatcher-0.6.7.ebuild: diff --git a/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild b/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild index 8ac1002a8159..e9629912a8be 100644 --- a/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild +++ b/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 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.7.ebuild,v 1.15 2009/12/26 16:35:57 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild,v 1.16 2010/02/11 23:20:38 abcd Exp $ EAPI="2" @@ -13,7 +13,7 @@ SRC_URI="http://www.freebsoft.org/pub/projects/speechd/${P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 ~hppa ppc sparc x86" +KEYWORDS="alpha amd64 ~hppa ppc sparc x86 ~amd64-linux ~x86-linux" IUSE="alsa +espeak flite nas pulseaudio python" RDEPEND="dev-libs/dotconf @@ -64,11 +64,13 @@ src_install() { } pkg_postinst() { + use prefix || EPREFIX= + if ! use espeak; then ewarn ewarn "You have disabled espeak, which is speech-dispatcher's" ewarn "default speech synthesizer." - ewarn "You must edit ${ROOT}etc/speechd/speechd.conf" + ewarn "You must edit ${ROOT%/}${EPREFIX}/etc/speechd/speechd.conf" fi elog elog "To enable Festival support, you must install app-accessibility/festival-freebsoft-utils." |