~xdavidwu/systemd-apkbuilds

1db9de4c03aa1ee76e951d9b1897a6b02bc9beaa — xdavidwu 1 year, 11 months ago a28144d
systemd: remove eudev provides

aports sloved the last one depending on eudev explicitly and always use
libudev.so.1 instead
1 files changed, 1 insertions(+), 1 deletions(-)

M systemd/APKBUILD
M systemd/APKBUILD => systemd/APKBUILD +1 -1
@@ 39,7 39,7 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/systemd/systemd-stable/archi
	0102-test-resolved-stream-explicit-cast-sockaddr_in-point.patch"
pkgusers="systemd-network systemd-resolve systemd-coredump"
pkggroups="systemd-journal"
provides="hwids-udev=99999999 eudev=99 eudev-libs=99"
provides="hwids-udev=99999999"
builddir="$srcdir/systemd-stable-$pkgver"

build() {