diff options
-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" |