diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-12-31 16:21:52 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-12-31 16:21:52 +0000 |
commit | 711ded30a00900fdd061769079801f936b53fbaf (patch) | |
tree | 0bd36f56840d6db651bc27a7dbc6e96c68c2519f | |
parent | Stable for ppc, wrt bug #532696 (diff) | |
download | gentoo-2-711ded30a00900fdd061769079801f936b53fbaf.tar.gz gentoo-2-711ded30a00900fdd061769079801f936b53fbaf.tar.bz2 gentoo-2-711ded30a00900fdd061769079801f936b53fbaf.zip |
Stable for ppc, wrt bug #532738
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
-rw-r--r-- | app-accessibility/emacspeak/ChangeLog | 5 | ||||
-rw-r--r-- | app-accessibility/emacspeak/emacspeak-39.0-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-accessibility/emacspeak/ChangeLog b/app-accessibility/emacspeak/ChangeLog index 06e6e4d40452..364e2d41d9bd 100644 --- a/app-accessibility/emacspeak/ChangeLog +++ b/app-accessibility/emacspeak/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-accessibility/emacspeak # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/emacspeak/ChangeLog,v 1.58 2014/12/28 10:14:07 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/emacspeak/ChangeLog,v 1.59 2014/12/31 16:21:52 ago Exp $ + + 31 Dec 2014; Agostino Sarubbo <ago@gentoo.org> emacspeak-39.0-r2.ebuild: + Stable for ppc, wrt bug #532738 28 Dec 2014; Agostino Sarubbo <ago@gentoo.org> emacspeak-39.0-r2.ebuild: Stable for x86, wrt bug #532738 diff --git a/app-accessibility/emacspeak/emacspeak-39.0-r2.ebuild b/app-accessibility/emacspeak/emacspeak-39.0-r2.ebuild index a1edcd717c59..3e8986351183 100644 --- a/app-accessibility/emacspeak/emacspeak-39.0-r2.ebuild +++ b/app-accessibility/emacspeak/emacspeak-39.0-r2.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/emacspeak/emacspeak-39.0-r2.ebuild,v 1.3 2014/12/28 10:14:07 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/emacspeak/emacspeak-39.0-r2.ebuild,v 1.4 2014/12/31 16:21:52 ago Exp $ EAPI=5 @@ -14,7 +14,7 @@ if [[ ${PV} == "9999" ]] ; then inherit subversion else SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.bz2" - KEYWORDS="amd64 ~ppc x86" + KEYWORDS="amd64 ppc x86" fi DESCRIPTION="the emacspeak audio desktop" |