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 8D830158090 for ; Thu, 12 May 2022 09:14:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7DA88E0864; Thu, 12 May 2022 09:14:12 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5FFE2E0864 for ; Thu, 12 May 2022 09:14:12 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3AA8A341788 for ; Thu, 12 May 2022 09:14:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7573B43D for ; Thu, 12 May 2022 09:14:09 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1652346815.4efb648299aba9c37d28b752a541a61f42b5fbd9.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-emulation/waydroid/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-emulation/waydroid/waydroid-1.2.1.ebuild X-VCS-Directories: app-emulation/waydroid/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 4efb648299aba9c37d28b752a541a61f42b5fbd9 X-VCS-Branch: dev Date: Thu, 12 May 2022 09:14: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: dccd5552-6788-4520-ac14-18ad0d948be1 X-Archives-Hash: 1588b3db41d31e9ed31b30845d18826d Message-ID: <20220512091409.czskbiJPerXt7-u07SwFASDY39R0n4UrFifZoGsW74A@z> commit: 4efb648299aba9c37d28b752a541a61f42b5fbd9 Author: Andrew Ammerlaan gentoo org> AuthorDate: Thu May 12 09:13:25 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Thu May 12 09:13:35 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4efb6482 app-emulation/waydroid: enable py3.10, correctly depend op python stuff Signed-off-by: Andrew Ammerlaan gentoo.org> app-emulation/waydroid/waydroid-1.2.1.ebuild | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/app-emulation/waydroid/waydroid-1.2.1.ebuild b/app-emulation/waydroid/waydroid-1.2.1.ebuild index 1c9b31ce9..5175dbe02 100644 --- a/app-emulation/waydroid/waydroid-1.2.1.ebuild +++ b/app-emulation/waydroid/waydroid-1.2.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_9 ) +PYTHON_COMPAT=( python3_{9..10} ) inherit python-single-r1 DESCRIPTION="A container-based approach to boot a full Android system on a regular Linux system" @@ -17,14 +17,15 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" DEPEND="" RDEPEND=" - app-containers/lxc \ - dev-lang/python \ - dev-python/pygobject \ - dev-python/gbinder \ - net-firewall/nftables \ + app-containers/lxc + $(python_gen_cond_dep ' + dev-python/pygobject[${PYTHON_USEDEP}] + dev-python/gbinder[${PYTHON_USEDEP}] + ') + net-firewall/nftables net-dns/dnsmasq \ ${PYTHON_DEPS} - " +" src_install() { python_fix_shebang waydroid.py