Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-accessibility/espeakup/
Date: Sun, 25 Apr 2021 19:23:42
Message-Id: 1619378597.01a0e5d0d3ce2d58aeedf71a5c703772512e7db7.sam@gentoo
1 commit: 01a0e5d0d3ce2d58aeedf71a5c703772512e7db7
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 25 19:23:17 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 25 19:23:17 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01a0e5d0
7
8 app-accessibility/espeakup: Stabilize 0.80 amd64, #756868
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-accessibility/espeakup/espeakup-0.80.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-accessibility/espeakup/espeakup-0.80.ebuild b/app-accessibility/espeakup/espeakup-0.80.ebuild
16 index 95a1e0ea06b..c3acd99d87c 100644
17 --- a/app-accessibility/espeakup/espeakup-0.80.ebuild
18 +++ b/app-accessibility/espeakup/espeakup-0.80.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -9,7 +9,7 @@ if [[ ${PV} == "9999" ]] ; then
26 else
27 EGIT_COMMIT=v${PV}
28 SRC_URI="https://github.com/williamh/espeakup/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
29 - KEYWORDS="~amd64 ~x86"
30 + KEYWORDS="amd64 ~x86"
31 inherit vcs-snapshot
32 fi