From 9513775df7cc7c47cef6b6cf36874f305f387d3a Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 14 Nov 2012 18:52:30 +0100 Subject: [PATCH] systemd: remove udev virtual pkg support. --- srcpkgs/systemd/template | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/srcpkgs/systemd/template b/srcpkgs/systemd/template index e80860eeca8..b16c73e48b5 100644 --- a/srcpkgs/systemd/template +++ b/srcpkgs/systemd/template @@ -1,7 +1,7 @@ # Template file for 'systemd' pkgname=systemd version=195 -revision=4 +revision=5 build_style=gnu-configure configure_args="--with-distro=other --libexecdir=/usr/lib --disable-selinux --disable-tcpwrap --with-rootprefix=/usr @@ -28,9 +28,6 @@ long_desc=" implements an elaborate transactional dependency-based service control logic. It can work as a drop-in replacement for sysvinit." -provides="udev-${version}" -replaces="udev>=0" - subpackages="libudev libudev-devel libgudev libgudev-devel systemd-analyze systemd-devel systemd-libs systemd-python"