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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EA087158089 for ; Mon, 30 Oct 2023 11:32:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A9072BC089; Mon, 30 Oct 2023 11:32:11 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 269822BC089 for ; Mon, 30 Oct 2023 11:32:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6F5B9335C0F for ; Mon, 30 Oct 2023 11:32:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1721612A1 for ; Mon, 30 Oct 2023 11:32:09 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1698665389.ed7c55996e086a57736e7aa0c7a641f6fd291acb.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-containers/waydroid/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-containers/waydroid/waydroid-1.4.0.ebuild X-VCS-Directories: app-containers/waydroid/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: ed7c55996e086a57736e7aa0c7a641f6fd291acb X-VCS-Branch: master Date: Mon, 30 Oct 2023 11:32:09 +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: 9ee1df5c-73d4-4831-8af8-d57a40d8203c X-Archives-Hash: 3a864326fb45129e4757f2e2b9a7a554 Message-ID: <20231030113209.7tUJRbEGLeSiAyVB-S0EmEst6HbtKS8Q5mkCi2BYFjA@z> commit: ed7c55996e086a57736e7aa0c7a641f6fd291acb Author: Sebastian France protonmail com> AuthorDate: Mon Oct 23 21:34:09 2023 +0000 Commit: David Roman gmail com> CommitDate: Mon Oct 30 11:29:49 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ed7c5599 app-containers/waydroid: Add new runtime dependency Fixes a ModuleNotFoundError seen when attempting to initialze Waydroid. Closes: https://github.com/gentoo/guru/pull/115 Signed-off-by: Sebastian France protonmail.com> Signed-off-by: David Roman gmail.com> app-containers/waydroid/waydroid-1.4.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-containers/waydroid/waydroid-1.4.0.ebuild b/app-containers/waydroid/waydroid-1.4.0.ebuild index 3ea190f866..4d5fdc2efb 100644 --- a/app-containers/waydroid/waydroid-1.4.0.ebuild +++ b/app-containers/waydroid/waydroid-1.4.0.ebuild @@ -24,6 +24,7 @@ RDEPEND=" dev-python/pygobject[${PYTHON_USEDEP}] >=dev-python/gbinder-1.1.1[${PYTHON_USEDEP}] >=dev-python/pyclip-0.7.0[wayland,${PYTHON_USEDEP}] + dev-python/dbus-python[${PYTHON_USEDEP}] ') net-firewall/nftables[modern-kernel] net-dns/dnsmasq