diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-12-26 19:38:28 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-12-26 19:38:28 +0000 |
commit | 9db69870e357b5d3cff050c8d3fbc8170c0dc176 (patch) | |
tree | c6f762944ba144251fa966d596b1b5eab775edec /app-accessibility/emacspeak | |
parent | Stable for amd64, wrt bug #533056 (diff) | |
download | gentoo-2-9db69870e357b5d3cff050c8d3fbc8170c0dc176.tar.gz gentoo-2-9db69870e357b5d3cff050c8d3fbc8170c0dc176.tar.bz2 gentoo-2-9db69870e357b5d3cff050c8d3fbc8170c0dc176.zip |
Stable for amd64, wrt bug #532738
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", 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-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-accessibility/emacspeak/ChangeLog b/app-accessibility/emacspeak/ChangeLog index 210b8b48a709..5b174bd445db 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.56 2014/03/19 22:07:36 teiresias Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/emacspeak/ChangeLog,v 1.57 2014/12/26 19:38:28 ago Exp $ + + 26 Dec 2014; Agostino Sarubbo <ago@gentoo.org> emacspeak-39.0-r2.ebuild: + Stable for amd64, wrt bug #532738 *emacspeak-39.0-r2 (19 Mar 2014) diff --git a/app-accessibility/emacspeak/emacspeak-39.0-r2.ebuild b/app-accessibility/emacspeak/emacspeak-39.0-r2.ebuild index 28a2622c2700..79bbffc8fd5c 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.1 2014/03/19 22:07:36 teiresias Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/emacspeak/emacspeak-39.0-r2.ebuild,v 1.2 2014/12/26 19:38:28 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" |