~xdavidwu/systemd-apkbuilds

544a329c93ff342445a1191dd81d834c00f19718 — xdavidwu 1 year, 11 months ago e741053
Revert "systemd: remove eudev provides"

This reverts commit 1db9de4c03aa1ee76e951d9b1897a6b02bc9beaa.

py3-udev still explicitly require eudev
1 files changed, 1 insertions(+), 1 deletions(-)

M systemd/APKBUILD
M systemd/APKBUILD => systemd/APKBUILD +1 -1
@@ 38,7 38,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"
provides="hwids-udev=99999999 eudev=99 eudev-libs=99"
builddir="$srcdir/systemd-stable-$pkgver"

build() {