summaryrefslogtreecommitdiff
path: root/kde-plasma/plasma-nm/plasma-nm-5.16.5.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'kde-plasma/plasma-nm/plasma-nm-5.16.5.ebuild')
-rw-r--r--kde-plasma/plasma-nm/plasma-nm-5.16.5.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/kde-plasma/plasma-nm/plasma-nm-5.16.5.ebuild b/kde-plasma/plasma-nm/plasma-nm-5.16.5.ebuild
index 995f4b6b6b89..145f930727bc 100644
--- a/kde-plasma/plasma-nm/plasma-nm-5.16.5.ebuild
+++ b/kde-plasma/plasma-nm/plasma-nm-5.16.5.ebuild
@@ -8,7 +8,7 @@ inherit kde5
DESCRIPTION="KDE Plasma applet for NetworkManager"
LICENSE="GPL-2 LGPL-2.1"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm arm64 x86"
IUSE="modemmanager openconnect teamd"
DEPEND="
@@ -53,6 +53,8 @@ RDEPEND="${DEPEND}
$(add_plasma_dep kde-cli-tools)
"
+PATCHES=( "${FILESDIR}/${P}-missing-headers.patch" )
+
src_configure() {
local mycmakeargs=(
-DDISABLE_MODEMMANAGER_SUPPORT=$(usex !modemmanager)