app-accessibility/speech-dispatcher: Fix dependency on dev-python/pyxdg.
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Mon, 12 Nov 2018 08:37:55 +0000 (09:37 +0100)
committerMike Gilbert <floppym@gentoo.org>
Fri, 16 Nov 2018 20:24:41 +0000 (15:24 -0500)
Fixes: https://bugs.gentoo.org/670984
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
app-accessibility/speech-dispatcher/speech-dispatcher-0.8.1.ebuild
app-accessibility/speech-dispatcher/speech-dispatcher-0.8.7.ebuild

index 8049784a56ccd8df5e81a343ee69b406376aaa00..120aa60f8b4b7c907c787360afe1e538a04d4616 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -32,8 +32,8 @@ COMMON_DEPEND="python? ( ${PYTHON_DEPS} )
 DEPEND="${COMMON_DEPEND}
        >=dev-util/intltool-0.40.0
        virtual/pkgconfig"
-       RDEPEND="${COMMON_DEPEND}
-       dev-python/pyxdg"
+RDEPEND="${COMMON_DEPEND}
+       python? ( dev-python/pyxdg[${PYTHON_USEDEP}] )"
 
 src_configure() {
        local myeconfargs=(
index 7c27ba87a9dc4a93fcd886b91cb9a511494d9b51..8286f20c0514797f1af950c1ac11c3454627d262 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -33,7 +33,7 @@ DEPEND="${COMMON_DEPEND}
        >=dev-util/intltool-0.40.0
        virtual/pkgconfig"
 RDEPEND="${COMMON_DEPEND}
-       dev-python/pyxdg"
+       python? ( dev-python/pyxdg[${PYTHON_USEDEP}] )"
 
 src_configure() {
        # bug 573732