diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2014-06-14 10:28:54 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2014-06-14 10:28:54 +0000 |
commit | 3b8753b630d59a29deaeba914acd92174c023006 (patch) | |
tree | 30bf2b0b3b5733dacb23c13eea49465e39b2706d /app-accessibility/flite/flite-1.3-r1.ebuild | |
parent | x86 stable wrt bug #510258 (diff) | |
download | gentoo-2-3b8753b630d59a29deaeba914acd92174c023006.tar.gz gentoo-2-3b8753b630d59a29deaeba914acd92174c023006.tar.bz2 gentoo-2-3b8753b630d59a29deaeba914acd92174c023006.zip |
x86 stable wrt bug #510260
(Portage version: 2.2.8-r1/cvs/Linux i686, RepoMan options: --ignore-arches, signed Manifest commit with key 0x4F1A2555EA71991D!)
Diffstat (limited to 'app-accessibility/flite/flite-1.3-r1.ebuild')
-rw-r--r-- | app-accessibility/flite/flite-1.3-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-accessibility/flite/flite-1.3-r1.ebuild b/app-accessibility/flite/flite-1.3-r1.ebuild index 6c31351970d4..0af4afbc46fa 100644 --- a/app-accessibility/flite/flite-1.3-r1.ebuild +++ b/app-accessibility/flite/flite-1.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/flite/flite-1.3-r1.ebuild,v 1.3 2014/05/27 19:22:49 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/flite/flite-1.3-r1.ebuild,v 1.4 2014/06/14 10:28:54 phajdan.jr Exp $ EAPI=5 inherit eutils @@ -11,7 +11,7 @@ SRC_URI="http://www.speech.cs.cmu.edu/flite/packed/${P}/${P}-release.tar.gz" LICENSE="BSD freetts public-domain regexp-UofT BSD-2" SLOT="0" -KEYWORDS="~alpha amd64 arm ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 arm ~ppc ~ppc64 ~sparc x86" IUSE="alsa static" S=${WORKDIR}/${P}-release |