From 3d5ee8eedd3e52cacc117064e0373da039c1e7e5 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 6 Mar 2014 16:28:29 +0100 Subject: [PATCH] rtkit: do not depend on shadow directly. --- srcpkgs/rtkit/template | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/srcpkgs/rtkit/template b/srcpkgs/rtkit/template index db06d062103..d859c49e45a 100644 --- a/srcpkgs/rtkit/template +++ b/srcpkgs/rtkit/template @@ -1,7 +1,7 @@ # Template file for 'rtkit' pkgname=rtkit version=0.11 -revision=7 +revision=8 build_style=gnu-configure configure_args="LIBS=-lrt --with-systemdsystemunitdir=/usr/lib/systemd/system" short_desc="Realtime Policy and Watchdog Daemon" @@ -12,8 +12,7 @@ distfiles="http://0pointer.de/public/$pkgname-$version.tar.xz" checksum=68859108cff6410901502b58365eb7607da37110a06b837762f771735f58acd0 hostmakedepends="pkg-config" -makedepends="dbus-devel libcap-devel shadow" -depends="shadow" +makedepends="dbus-devel libcap-devel" system_accounts="rtkit" rtkit_homedir="/proc"