public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrew Ammerlaan" <andrewammerlaan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: app-emulation/waydroid/
Date: Thu, 12 May 2022 09:14:53 +0000 (UTC)	[thread overview]
Message-ID: <1652346815.4efb648299aba9c37d28b752a541a61f42b5fbd9.andrewammerlaan@gentoo> (raw)

commit:     4efb648299aba9c37d28b752a541a61f42b5fbd9
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Thu May 12 09:13:25 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> 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 <andrewammerlaan <AT> 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


WARNING: multiple messages have this Message-ID (diff)
From: "Andrew Ammerlaan" <andrewammerlaan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-emulation/waydroid/
Date: Thu, 12 May 2022 09:14:09 +0000 (UTC)	[thread overview]
Message-ID: <1652346815.4efb648299aba9c37d28b752a541a61f42b5fbd9.andrewammerlaan@gentoo> (raw)
Message-ID: <20220512091409.czskbiJPerXt7-u07SwFASDY39R0n4UrFifZoGsW74A@z> (raw)

commit:     4efb648299aba9c37d28b752a541a61f42b5fbd9
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Thu May 12 09:13:25 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> 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 <andrewammerlaan <AT> 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


             reply	other threads:[~2022-05-12  9:15 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-12  9:14 Andrew Ammerlaan [this message]
2022-05-12  9:14 ` [gentoo-commits] repo/proj/guru:dev commit in: app-emulation/waydroid/ Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2022-12-20 17:23 [gentoo-commits] repo/proj/guru:master " Haelwenn Monnier
2022-12-20 17:23 Haelwenn Monnier
2022-12-20 17:23 Haelwenn Monnier
2022-12-19 10:56 Viorel Munteanu
2022-12-19 10:56 Viorel Munteanu
2022-12-19 10:56 Viorel Munteanu
2022-12-19 10:56 Viorel Munteanu
2022-12-19 10:56 Viorel Munteanu
2022-09-26 10:05 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2022-09-26 10:05 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2022-05-12  9:14 Andrew Ammerlaan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1652346815.4efb648299aba9c37d28b752a541a61f42b5fbd9.andrewammerlaan@gentoo \
    --to=andrewammerlaan@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox