Date: Wednesday, November 7, 2012 @ 09:51:11
  Author: tomegun
Revision: 170410

avoid cyclic dependency

systemd is in base, so we don't have to depend on it

Modified:
  dbus-core/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2012-11-07 11:29:05 UTC (rev 170409)
+++ PKGBUILD    2012-11-07 14:51:11 UTC (rev 170410)
@@ -9,7 +9,7 @@
 url="http://www.freedesktop.org/Software/dbus";
 arch=(i686 x86_64)
 license=('GPL' 'custom')
-depends=('expat' 'coreutils' 'filesystem' 'libsystemd' 'shadow' 
'systemd-tools') # shadow for install scriptlet FS#29341
+depends=('expat' 'coreutils' 'filesystem' 'libsystemd' 'shadow') # shadow for 
install scriptlet FS#29341
 makedepends=('libx11')
 options=(!libtool)
 install=dbus.install

Reply via email to