diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-01-26 10:56:03 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-01-26 10:56:03 +0000 |
commit | 3d1161a2ca112d1f9a0a881391e1728f01db3692 (patch) | |
tree | a97eaaa7e6213cf046509be6b541514f0220469d /app-accessibility/emacspeak | |
parent | Stable for x86, wrt bug #498266 (diff) | |
download | gentoo-2-3d1161a2ca112d1f9a0a881391e1728f01db3692.tar.gz gentoo-2-3d1161a2ca112d1f9a0a881391e1728f01db3692.tar.bz2 gentoo-2-3d1161a2ca112d1f9a0a881391e1728f01db3692.zip |
Stable for x86, wrt bug #498384
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-accessibility/emacspeak')
-rw-r--r-- | app-accessibility/emacspeak/ChangeLog | 5 | ||||
-rw-r--r-- | app-accessibility/emacspeak/emacspeak-39.0-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-accessibility/emacspeak/ChangeLog b/app-accessibility/emacspeak/ChangeLog index d7138eb87e68..1532d2921dd1 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.52 2014/01/20 16:02:01 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/emacspeak/ChangeLog,v 1.53 2014/01/26 10:56:03 ago Exp $ + + 26 Jan 2014; Agostino Sarubbo <ago@gentoo.org> emacspeak-39.0-r1.ebuild: + Stable for x86, wrt bug #498384 20 Jan 2014; Agostino Sarubbo <ago@gentoo.org> emacspeak-39.0-r1.ebuild: Stable for ppc, wrt bug #498384 diff --git a/app-accessibility/emacspeak/emacspeak-39.0-r1.ebuild b/app-accessibility/emacspeak/emacspeak-39.0-r1.ebuild index f80ad9870540..0b11345d4faf 100644 --- a/app-accessibility/emacspeak/emacspeak-39.0-r1.ebuild +++ b/app-accessibility/emacspeak/emacspeak-39.0-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/emacspeak/emacspeak-39.0-r1.ebuild,v 1.3 2014/01/20 16:02:01 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/emacspeak/emacspeak-39.0-r1.ebuild,v 1.4 2014/01/26 10:56:03 ago Exp $ EAPI=5 @@ -11,7 +11,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" |