Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 554956 Details for
Bug 670984
app-accessibility/speech-dispatcher: Incorrect dependency on dev-python/pyxdg
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
speech-dispatcher.patch (text/plain), 2.08 KB, created by
Arfrever Frehtes Taifersar Arahesis
on 2018-11-12 08:43:08 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Arfrever Frehtes Taifersar Arahesis
Created:
2018-11-12 08:43:08 UTC
Size:
2.08 KB
patch
obsolete
>From 84bc51a8464f6eb468c15245b039eff55511fdd6 Mon Sep 17 00:00:00 2001 >From: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> >Date: Mon, 12 Nov 2018 09:37:55 +0100 >Subject: [PATCH] app-accessibility/speech-dispatcher: Fix dependency on > dev-python/pyxdg. > >Closes: https://bugs.gentoo.org/670984 >Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> >--- > .../speech-dispatcher/speech-dispatcher-0.8.1.ebuild | 6 +++--- > .../speech-dispatcher/speech-dispatcher-0.8.7.ebuild | 4 ++-- > 2 files changed, 5 insertions(+), 5 deletions(-) > >diff --git a/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.1.ebuild b/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.1.ebuild >index 8049784a56c..120aa60f8b4 100644 >--- a/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.1.ebuild >+++ b/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.1.ebuild >@@ -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=( >diff --git a/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.7.ebuild b/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.7.ebuild >index 7c27ba87a9d..8286f20c051 100644 >--- a/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.7.ebuild >+++ b/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.7.ebuild >@@ -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 >-- >2.19.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 670984
: 554956