commit:     45e3f0d43aca5d6fd08e4a0059c51af1a906e2f8
Author:     Denis Reva <denis7774 <AT> gmail <DOT> com>
AuthorDate: Mon Dec 19 10:23:36 2022 +0000
Commit:     Denis Reva <denis7774 <AT> gmail <DOT> com>
CommitDate: Mon Dec 19 10:23:52 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=45e3f0d4

app-emulation/waydroid: Small changes: Fix systemd dep, clarify dependencies

Signed-off-by: Denis Reva <denis7774 <AT> gmail.com>

 .../{waydroid-1.3.4-r1.ebuild => waydroid-1.3.4-r2.ebuild}  | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/app-emulation/waydroid/waydroid-1.3.4-r1.ebuild 
b/app-emulation/waydroid/waydroid-1.3.4-r2.ebuild
similarity index 82%
rename from app-emulation/waydroid/waydroid-1.3.4-r1.ebuild
rename to app-emulation/waydroid/waydroid-1.3.4-r2.ebuild
index f2cc64a06..dfecb4019 100644
--- a/app-emulation/waydroid/waydroid-1.3.4-r1.ebuild
+++ b/app-emulation/waydroid/waydroid-1.3.4-r2.ebuild
@@ -12,20 +12,22 @@ 
SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 IUSE="systemd"
 
-DEPEND="|| ( virtual/linux-sources virtual/dist-kernel )
-       sys-kernel/linux-headers"
+DEPEND="|| ( virtual/linux-sources virtual/dist-kernel )"
 RDEPEND="
+       systemd? ( sys-apps/systemd )
        app-containers/lxc[systemd?]
        $(python_gen_cond_dep '
                dev-python/pygobject[${PYTHON_USEDEP}]
-               dev-python/gbinder[${PYTHON_USEDEP}]
+               >=dev-python/gbinder-1.1.1[${PYTHON_USEDEP}]
+               >=dev-libs/gbinder-1.1.21
        ')
        net-firewall/nftables[modern-kernel]
-       net-dns/dnsmasq \
+       net-dns/dnsmasq
+       >=dev-libs/libglibutil-1.0.67
        ${PYTHON_DEPS}
 "
 
@@ -37,6 +39,7 @@ CONFIG_CHECK="
 ERROR_ANDROID_BINDERFS="CONFIG_ANDROID_BINDERFS: need for creating 
Android-specific binder IPC channels"
 ERROR_ANDROID_BINDER_IPC="CONFIG_ANDROID_BINDER_IPC: need for creating 
Android-specific binder IPC channels"
 ERROR_MEMFD_CREATE="CONFIG_MEMFD_CREATE: it completely replaced deprecated 
ISHMEM drivers, therefore it's vital for android-specific memory management"
+
 src_install() {
        python_fix_shebang waydroid.py
        emake install DESTDIR="${D}" USE_NFTABLES=1 USE_SYSTEMD=$(usex systemd 
1 0)

Reply via email to