diff options
author | 2024-09-01 10:24:33 +0100 | |
---|---|---|
committer | 2024-09-01 10:24:33 +0100 | |
commit | 876a5e69fe11b38c85839fd3906d4c5fca3f4a03 (patch) | |
tree | 265720f7d27f05c7e1ce8b39f43c3d9c64ea98bd /sys-auth/polkit/polkit-125.ebuild | |
parent | dev-texlive/texlive-latexextra: move dev-tex/minted to PDEPEND (diff) | |
download | gentoo-876a5e69fe11b38c85839fd3906d4c5fca3f4a03.tar.gz gentoo-876a5e69fe11b38c85839fd3906d4c5fca3f4a03.tar.bz2 gentoo-876a5e69fe11b38c85839fd3906d4c5fca3f4a03.zip |
sys-auth/polkit: fix musl build
Closes: https://bugs.gentoo.org/938874
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-auth/polkit/polkit-125.ebuild')
-rw-r--r-- | sys-auth/polkit/polkit-125.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys-auth/polkit/polkit-125.ebuild b/sys-auth/polkit/polkit-125.ebuild index 53939dcb72eb..fa58387359d1 100644 --- a/sys-auth/polkit/polkit-125.ebuild +++ b/sys-auth/polkit/polkit-125.ebuild @@ -80,6 +80,10 @@ QA_MULTILIB_PATHS=" usr/lib/polkit-1/polkitd " +PATCHES=( + "${FILESDIR}"/${P}-musl.patch +) + python_check_deps() { python_has_version "dev-python/dbus-python[${PYTHON_USEDEP}]" && python_has_version "dev-python/python-dbusmock[${PYTHON_USEDEP}]" |