commit: 8b113684a563f77b00955d4e91a183591c55b518
Author: Denis Reva <denis7774 <AT> gmail <DOT> com>
AuthorDate: Sat Jan 11 09:33:52 2025 +0000
Commit: Denis Reva <denis7774 <AT> gmail <DOT> com>
CommitDate: Sat Jan 11 09:35:31 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8b113684
app-containers/waydroid: improved intentdation
I attempted to fix pkgcheck, but it still warns about unused line. I'm
in doubt why.
Signed-off-by: Denis Reva <denis7774 <AT> gmail.com>
app-containers/waydroid/waydroid-1.4.3-r1.ebuild | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/app-containers/waydroid/waydroid-1.4.3-r1.ebuild
b/app-containers/waydroid/waydroid-1.4.3-r1.ebuild
index 106dfd17c..dea2bec9a 100644
--- a/app-containers/waydroid/waydroid-1.4.3-r1.ebuild
+++ b/app-containers/waydroid/waydroid-1.4.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022-2024 Gentoo Authors
+# Copyright 2022-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -19,7 +19,6 @@ IUSE="apparmor +clipboard systemd"
PATCHES=(
"${FILESDIR}/waydroid-1.4.3-r1.patch"
)
-
DEPEND="|| ( virtual/linux-sources virtual/dist-kernel )"
RDEPEND="
systemd? ( sys-apps/systemd )
@@ -36,7 +35,6 @@ RDEPEND="
>=dev-libs/gbinder-1.1.41
${PYTHON_DEPS}
"
-
CONFIG_CHECK="
~ANDROID_BINDER_IPC
~ANDROID_BINDERFS
@@ -101,11 +99,9 @@ pkg_postinst() {
elog "Contact https://docs.waydro.id/usage/install-on-desktops for
how-to guides"
elog "(does not cover Gentoo-specific things sadly)"
elog
-
ewarn "Make sure you have NFTABLES up and running in your kernel. See"
ewarn "https://wiki.gentoo.org/wiki/Nftables for how-to details"
ewarn
-
if use apparmor; then
ewarn "Check the known issues for apparmor:"
ewarn "https://docs.waydro.id/debugging/known-issues"