diff options
author | Yixun Lan <dlan@gentoo.org> | 2015-03-03 05:25:25 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2015-03-03 05:25:25 +0000 |
commit | f3e1da31ce46ba884955126bfd2bde034d316983 (patch) | |
tree | 54e6de4042dff0abeed83519d2a3857d174a09ea /app-accessibility | |
parent | add arm64 support, tested on A53 board (diff) | |
download | gentoo-2-f3e1da31ce46ba884955126bfd2bde034d316983.tar.gz gentoo-2-f3e1da31ce46ba884955126bfd2bde034d316983.tar.bz2 gentoo-2-f3e1da31ce46ba884955126bfd2bde034d316983.zip |
add arm64 support, tested on A53 board
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55)
Diffstat (limited to 'app-accessibility')
-rw-r--r-- | app-accessibility/espeak/ChangeLog | 7 | ||||
-rw-r--r-- | app-accessibility/espeak/espeak-1.48.04.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-accessibility/espeak/ChangeLog b/app-accessibility/espeak/ChangeLog index b1d429fd7abb..9446a2949713 100644 --- a/app-accessibility/espeak/ChangeLog +++ b/app-accessibility/espeak/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-accessibility/espeak -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeak/ChangeLog,v 1.126 2014/06/12 09:35:23 teiresias Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeak/ChangeLog,v 1.127 2015/03/03 05:25:25 dlan Exp $ + + 02 Mar 2015; Yixun Lan <dlan@gentoo.org> espeak-1.48.04.ebuild: + add arm64 support, tested on A53 board *espeak-1.48.04 (12 Jun 2014) diff --git a/app-accessibility/espeak/espeak-1.48.04.ebuild b/app-accessibility/espeak/espeak-1.48.04.ebuild index bce9cb76b0ce..19c1fbf9aae2 100644 --- a/app-accessibility/espeak/espeak-1.48.04.ebuild +++ b/app-accessibility/espeak/espeak-1.48.04.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeak/espeak-1.48.04.ebuild,v 1.1 2014/06/12 09:35:23 teiresias Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeak/espeak-1.48.04.ebuild,v 1.2 2015/03/03 05:25:25 dlan Exp $ EAPI=5 @@ -12,7 +12,7 @@ DESCRIPTION="Speech synthesizer for English and other languages" HOMEPAGE="http://espeak.sourceforge.net/" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="portaudio pulseaudio" COMMON_DEPEND=" portaudio? ( >=media-libs/portaudio-19_pre20071207 ) |