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 27178158041 for ; Thu, 21 Mar 2024 23:07:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A163E2A0F; Thu, 21 Mar 2024 23:06:56 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 09BF7E2A0E for ; Thu, 21 Mar 2024 23:06:56 +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 E068034305D for ; Thu, 21 Mar 2024 23:06:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 83C1A15CD for ; Thu, 21 Mar 2024 23:06:48 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1711059045.fc74f63151bcda8d58d32812b31f2ed639bf8f0b.julien@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.2-r1.ebuild X-VCS-Directories: app-containers/waydroid/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: fc74f63151bcda8d58d32812b31f2ed639bf8f0b X-VCS-Branch: master Date: Thu, 21 Mar 2024 23:06:48 +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: e40d0a56-be9a-4d82-b03d-f23492d45e28 X-Archives-Hash: 4167e6243391e92456c5594ade45943a commit: fc74f63151bcda8d58d32812b31f2ed639bf8f0b Author: Esteve Varela Colominas gmail com> AuthorDate: Thu Mar 21 22:05:10 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Thu Mar 21 22:10:45 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fc74f631 app-containers/waydroid: Require anbox-modules This program cannot function without ashmem_linux Signed-off-by: Esteve Varela Colominas gmail.com> app-containers/waydroid/waydroid-1.4.2-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-containers/waydroid/waydroid-1.4.2-r1.ebuild b/app-containers/waydroid/waydroid-1.4.2-r1.ebuild index fc6157ad25..243c183326 100644 --- a/app-containers/waydroid/waydroid-1.4.2-r1.ebuild +++ b/app-containers/waydroid/waydroid-1.4.2-r1.ebuild @@ -19,6 +19,7 @@ IUSE="apparmor +clipboard systemd" DEPEND="|| ( virtual/linux-sources virtual/dist-kernel )" RDEPEND=" systemd? ( sys-apps/systemd ) + app-containers/anbox-modules app-containers/lxc[systemd?,apparmor?,seccomp] $(python_gen_cond_dep ' clipboard? ( >=dev-python/pyclip-0.7.0[wayland,${PYTHON_USEDEP}] )