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 90AB2138350 for ; Thu, 16 Apr 2020 16:44:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AEDA0E0AC7; Thu, 16 Apr 2020 16:44:18 +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 8706DE0AC7 for ; Thu, 16 Apr 2020 16:44:18 +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 50DB734F078 for ; Thu, 16 Apr 2020 16:44:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D64211C5 for ; Thu, 16 Apr 2020 16:44:13 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1587055447.b8ab4f2ce9c5ffce53e267d912bcf5291274f63e.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-util/lutris/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-util/lutris/lutris-0.5.6.ebuild games-util/lutris/lutris-9999.ebuild X-VCS-Directories: games-util/lutris/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: b8ab4f2ce9c5ffce53e267d912bcf5291274f63e X-VCS-Branch: master Date: Thu, 16 Apr 2020 16:44:13 +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: 832e6ae4-67dd-4eb0-a416-7024b55abeda X-Archives-Hash: f3f402472a9bbddacdeedf1c794d0048 commit: b8ab4f2ce9c5ffce53e267d912bcf5291274f63e Author: Lars Wendler gentoo org> AuthorDate: Thu Apr 16 16:43:53 2020 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu Apr 16 16:44:07 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8ab4f2c games-util/lutris: Added missing dep on dev-python/dbus-python Closes: https://bugs.gentoo.org/717730 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Lars Wendler gentoo.org> games-util/lutris/lutris-0.5.6.ebuild | 1 + games-util/lutris/lutris-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/games-util/lutris/lutris-0.5.6.ebuild b/games-util/lutris/lutris-0.5.6.ebuild index 4398b03d15d..ba12e071824 100644 --- a/games-util/lutris/lutris-0.5.6.ebuild +++ b/games-util/lutris/lutris-0.5.6.ebuild @@ -33,6 +33,7 @@ RDEPEND=" app-arch/p7zip app-arch/unrar app-arch/unzip + dev-python/dbus-python[${PYTHON_USEDEP}] dev-python/pillow[${PYTHON_USEDEP}] dev-python/pygobject:3[${PYTHON_USEDEP}] dev-python/python-evdev[${PYTHON_USEDEP}] diff --git a/games-util/lutris/lutris-9999.ebuild b/games-util/lutris/lutris-9999.ebuild index 4398b03d15d..ba12e071824 100644 --- a/games-util/lutris/lutris-9999.ebuild +++ b/games-util/lutris/lutris-9999.ebuild @@ -33,6 +33,7 @@ RDEPEND=" app-arch/p7zip app-arch/unrar app-arch/unzip + dev-python/dbus-python[${PYTHON_USEDEP}] dev-python/pillow[${PYTHON_USEDEP}] dev-python/pygobject:3[${PYTHON_USEDEP}] dev-python/python-evdev[${PYTHON_USEDEP}]