diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-06-29 15:37:34 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-06-29 15:37:34 +0000 |
commit | 40577e0aaf2852551c94c14695ce6d0b89729f06 (patch) | |
tree | ac8c3f7d93abba8c9e414fc7cb0ae4a4e506b8b7 /app-accessibility | |
parent | dev-python/pyenchant: Bump to distutils-r1.eclass (diff) | |
download | gentoo-2-40577e0aaf2852551c94c14695ce6d0b89729f06.tar.gz gentoo-2-40577e0aaf2852551c94c14695ce6d0b89729f06.tar.bz2 gentoo-2-40577e0aaf2852551c94c14695ce6d0b89729f06.zip |
Stable for arm, wrt bug #473302
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="arm", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-accessibility')
-rw-r--r-- | app-accessibility/flite/ChangeLog | 5 | ||||
-rw-r--r-- | app-accessibility/flite/flite-1.3.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-accessibility/flite/ChangeLog b/app-accessibility/flite/ChangeLog index cf3edc693d93..2f0f61f2915d 100644 --- a/app-accessibility/flite/ChangeLog +++ b/app-accessibility/flite/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-accessibility/flite # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/flite/ChangeLog,v 1.45 2013/04/21 10:21:31 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/flite/ChangeLog,v 1.46 2013/06/29 15:37:34 ago Exp $ + + 29 Jun 2013; Agostino Sarubbo <ago@gentoo.org> flite-1.3.ebuild: + Stable for arm, wrt bug #473302 21 Apr 2013; Markus Meier <maekke@gentoo.org> flite-1.4-r2.ebuild: add ~arm, bug #458100 diff --git a/app-accessibility/flite/flite-1.3.ebuild b/app-accessibility/flite/flite-1.3.ebuild index ff22ea771c1a..cf9a1d323bae 100644 --- a/app-accessibility/flite/flite-1.3.ebuild +++ b/app-accessibility/flite/flite-1.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/flite/flite-1.3.ebuild,v 1.12 2012/12/28 18:44:22 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/flite/flite-1.3.ebuild,v 1.13 2013/06/29 15:37:34 ago Exp $ inherit eutils @@ -10,7 +10,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 -hppa ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 arm -hppa ppc ppc64 sparc x86" IUSE="alsa static" S=${WORKDIR}/${P}-release |