Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-emulation/waydroid/
Date: Thu, 12 May 2022 09:14:13
Message-Id: 1652346815.4efb648299aba9c37d28b752a541a61f42b5fbd9.andrewammerlaan@gentoo
1 commit: 4efb648299aba9c37d28b752a541a61f42b5fbd9
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 12 09:13:25 2022 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Thu May 12 09:13:35 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4efb6482
7
8 app-emulation/waydroid: enable py3.10, correctly depend op python stuff
9
10 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
11
12 app-emulation/waydroid/waydroid-1.2.1.ebuild | 15 ++++++++-------
13 1 file changed, 8 insertions(+), 7 deletions(-)
14
15 diff --git a/app-emulation/waydroid/waydroid-1.2.1.ebuild b/app-emulation/waydroid/waydroid-1.2.1.ebuild
16 index 1c9b31ce9..5175dbe02 100644
17 --- a/app-emulation/waydroid/waydroid-1.2.1.ebuild
18 +++ b/app-emulation/waydroid/waydroid-1.2.1.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=8
22
23 -PYTHON_COMPAT=( python3_9 )
24 +PYTHON_COMPAT=( python3_{9..10} )
25 inherit python-single-r1
26
27 DESCRIPTION="A container-based approach to boot a full Android system on a regular Linux system"
28 @@ -17,14 +17,15 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
29
30 DEPEND=""
31 RDEPEND="
32 - app-containers/lxc \
33 - dev-lang/python \
34 - dev-python/pygobject \
35 - dev-python/gbinder \
36 - net-firewall/nftables \
37 + app-containers/lxc
38 + $(python_gen_cond_dep '
39 + dev-python/pygobject[${PYTHON_USEDEP}]
40 + dev-python/gbinder[${PYTHON_USEDEP}]
41 + ')
42 + net-firewall/nftables
43 net-dns/dnsmasq \
44 ${PYTHON_DEPS}
45 - "
46 +"
47
48 src_install() {
49 python_fix_shebang waydroid.py