From f352d1d63946ce136a903566ce4b3914e356b74e Mon Sep 17 00:00:00 2001 From: Julien Roy Date: Sun, 18 Feb 2024 14:02:51 -0500 Subject: [PATCH] app-containers/waydroid: fix net-firewall/nftables USE flag Signed-off-by: Julien Roy --- app-containers/waydroid/waydroid-1.4.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-containers/waydroid/waydroid-1.4.0.ebuild b/app-containers/waydroid/waydroid-1.4.0.ebuild index 4d5fdc2efb..25f3025a5d 100644 --- a/app-containers/waydroid/waydroid-1.4.0.ebuild +++ b/app-containers/waydroid/waydroid-1.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022-2022 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -26,7 +26,7 @@ RDEPEND=" >=dev-python/pyclip-0.7.0[wayland,${PYTHON_USEDEP}] dev-python/dbus-python[${PYTHON_USEDEP}] ') - net-firewall/nftables[modern-kernel] + net-firewall/nftables net-dns/dnsmasq >=dev-libs/libglibutil-1.0.67 >=dev-libs/gbinder-1.1.21