From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 66A3A138334 for ; Fri, 16 Nov 2018 20:25:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 82820E09AD; Fri, 16 Nov 2018 20:25:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 60971E09A2 for ; Fri, 16 Nov 2018 20:25:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 97384335C39 for ; Fri, 16 Nov 2018 20:25:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B419471 for ; Fri, 16 Nov 2018 20:25:11 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1542399881.99b45c15a8fb13ce4bf1b0f606b1ec9071c57e4d.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-accessibility/speech-dispatcher/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-accessibility/speech-dispatcher/speech-dispatcher-0.8.1.ebuild app-accessibility/speech-dispatcher/speech-dispatcher-0.8.7.ebuild X-VCS-Directories: app-accessibility/speech-dispatcher/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 99b45c15a8fb13ce4bf1b0f606b1ec9071c57e4d X-VCS-Branch: master Date: Fri, 16 Nov 2018 20:25:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2a8c81cf-2eb0-43a8-82d1-2ff273b08b60 X-Archives-Hash: 6723a01ec4cedd4c42a8635fa0c2e8ac commit: 99b45c15a8fb13ce4bf1b0f606b1ec9071c57e4d Author: Arfrever Frehtes Taifersar Arahesis Apache Org> AuthorDate: Mon Nov 12 08:37:55 2018 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Fri Nov 16 20:24:41 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99b45c15 app-accessibility/speech-dispatcher: Fix dependency on dev-python/pyxdg. Fixes: https://bugs.gentoo.org/670984 Signed-off-by: Arfrever Frehtes Taifersar Arahesis Apache.Org> Signed-off-by: Mike Gilbert gentoo.org> app-accessibility/speech-dispatcher/speech-dispatcher-0.8.1.ebuild | 6 +++--- app-accessibility/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