summaryrefslogtreecommitdiff
path: root/sys-apps/accountsservice/accountsservice-23.13.9.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/accountsservice/accountsservice-23.13.9.ebuild')
-rw-r--r--sys-apps/accountsservice/accountsservice-23.13.9.ebuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys-apps/accountsservice/accountsservice-23.13.9.ebuild b/sys-apps/accountsservice/accountsservice-23.13.9.ebuild
index 6d190354fc83..b9eb5ca7a5c2 100644
--- a/sys-apps/accountsservice/accountsservice-23.13.9.ebuild
+++ b/sys-apps/accountsservice/accountsservice-23.13.9.ebuild
@@ -61,6 +61,11 @@ python_check_deps() {
}
src_configure() {
+ # No option to disable tests
+ if ! use test; then
+ sed -e "/subdir('tests')/d" -i meson.build || die
+ fi
+
local emesonargs=(
--localstatedir="${EPREFIX}/var"
-Dsystemdsystemunitdir="$(systemd_get_systemunitdir)"