Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-accessibility/speech-dispatcher/
Date: Fri, 16 Nov 2018 20:25:17
Message-Id: 1542399881.99b45c15a8fb13ce4bf1b0f606b1ec9071c57e4d.floppym@gentoo
1 commit: 99b45c15a8fb13ce4bf1b0f606b1ec9071c57e4d
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Mon Nov 12 08:37:55 2018 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 16 20:24:41 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99b45c15
7
8 app-accessibility/speech-dispatcher: Fix dependency on dev-python/pyxdg.
9
10 Fixes: https://bugs.gentoo.org/670984
11 Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org>
12 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
13
14 app-accessibility/speech-dispatcher/speech-dispatcher-0.8.1.ebuild | 6 +++---
15 app-accessibility/speech-dispatcher/speech-dispatcher-0.8.7.ebuild | 4 ++--
16 2 files changed, 5 insertions(+), 5 deletions(-)
17
18 diff --git a/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.1.ebuild b/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.1.ebuild
19 index 8049784a56c..120aa60f8b4 100644
20 --- a/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.1.ebuild
21 +++ b/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 +# Copyright 1999-2018 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=5
28 @@ -32,8 +32,8 @@ COMMON_DEPEND="python? ( ${PYTHON_DEPS} )
29 DEPEND="${COMMON_DEPEND}
30 >=dev-util/intltool-0.40.0
31 virtual/pkgconfig"
32 - RDEPEND="${COMMON_DEPEND}
33 - dev-python/pyxdg"
34 +RDEPEND="${COMMON_DEPEND}
35 + python? ( dev-python/pyxdg[${PYTHON_USEDEP}] )"
36
37 src_configure() {
38 local myeconfargs=(
39
40 diff --git a/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.7.ebuild b/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.7.ebuild
41 index 7c27ba87a9d..8286f20c051 100644
42 --- a/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.7.ebuild
43 +++ b/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.7.ebuild
44 @@ -1,4 +1,4 @@
45 -# Copyright 1999-2018 Gentoo Foundation
46 +# Copyright 1999-2018 Gentoo Authors
47 # Distributed under the terms of the GNU General Public License v2
48
49 EAPI=6
50 @@ -33,7 +33,7 @@ DEPEND="${COMMON_DEPEND}
51 >=dev-util/intltool-0.40.0
52 virtual/pkgconfig"
53 RDEPEND="${COMMON_DEPEND}
54 - dev-python/pyxdg"
55 + python? ( dev-python/pyxdg[${PYTHON_USEDEP}] )"
56
57 src_configure() {
58 # bug 573732