Date: Wednesday, November 7, 2012 @ 09:52:46 Author: tomegun Revision: 170411
avodi cyclic dependency, take two remove the second reference to systemd Modified: dbus-core/trunk/PKGBUILD ----------+ PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-11-07 14:51:11 UTC (rev 170410) +++ PKGBUILD 2012-11-07 14:52:46 UTC (rev 170411) @@ -9,7 +9,7 @@ url="http://www.freedesktop.org/Software/dbus" arch=(i686 x86_64) license=('GPL' 'custom') -depends=('expat' 'coreutils' 'filesystem' 'libsystemd' 'shadow') # shadow for install scriptlet FS#29341 +depends=('expat' 'coreutils' 'filesystem' 'shadow') # shadow for install scriptlet FS#29341 makedepends=('libx11') options=(!libtool) install=dbus.install
