Skip to content

Commit

Permalink
app-containers/waydroid: improved intentdation
Browse files Browse the repository at this point in the history
I attempted to fix pkgcheck, but it still warns about unused line. I'm
in doubt why.

Signed-off-by: Denis Reva <[email protected]>
  • Loading branch information
RarogCmex committed Jan 11, 2025
1 parent 09e8365 commit 8b11368
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions app-containers/waydroid/waydroid-1.4.3-r1.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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 )
Expand All @@ -36,7 +35,6 @@ RDEPEND="
>=dev-libs/gbinder-1.1.41
${PYTHON_DEPS}
"

CONFIG_CHECK="
~ANDROID_BINDER_IPC
~ANDROID_BINDERFS
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 8b11368

Please sign in to comment.