From 8b113684a563f77b00955d4e91a183591c55b518 Mon Sep 17 00:00:00 2001 From: Denis Reva Date: Sat, 11 Jan 2025 14:33:52 +0500 Subject: [PATCH] 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 --- 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 106dfd17cf..dea2bec9a2 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"