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 DA61F1382C5 for ; Sun, 10 Jan 2021 02:18:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26F01E0822; Sun, 10 Jan 2021 02:18:08 +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 F18FEE0822 for ; Sun, 10 Jan 2021 02:18:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 517A334101C for ; Sun, 10 Jan 2021 02:18:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 494F2497 for ; Sun, 10 Jan 2021 02:18:03 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1610245061.3a8290313911f062c3b046036f4c302954436977.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyatspi/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyatspi/pyatspi-2.36.0.ebuild X-VCS-Directories: dev-python/pyatspi/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 3a8290313911f062c3b046036f4c302954436977 X-VCS-Branch: master Date: Sun, 10 Jan 2021 02:18:03 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b41154c0-ff3e-4118-b0b4-840a9dc1f898 X-Archives-Hash: 8aed567833943435e5e373f33b6fc655 commit: 3a8290313911f062c3b046036f4c302954436977 Author: Matt Turner gentoo org> AuthorDate: Sun Jan 10 02:10:46 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Jan 10 02:17:41 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a829031 dev-python/pyatspi: Fix test deps Closes: https://bugs.gentoo.org/739730 Signed-off-by: Matt Turner gentoo.org> dev-python/pyatspi/pyatspi-2.36.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pyatspi/pyatspi-2.36.0.ebuild b/dev-python/pyatspi/pyatspi-2.36.0.ebuild index 803dd65fb50..fc64d663390 100644 --- a/dev-python/pyatspi/pyatspi-2.36.0.ebuild +++ b/dev-python/pyatspi/pyatspi-2.36.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -29,7 +29,7 @@ RDEPEND="${COMMON_DEPEND} " DEPEND="${COMMON_DEPEND} virtual/pkgconfig - test? ( sys-apps/dbus ) + test? ( dev-libs/dbus-glib ) " src_prepare() {