From f9601f1502b4354268542eef076493dc575ad806 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Sat, 5 Apr 2025 18:26:18 +0200 Subject: [PATCH] systemd: remove previous bootstrap logic Part-of: https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/6440 --- extra-repos/systemd/systemd/APKBUILD | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/extra-repos/systemd/systemd/APKBUILD b/extra-repos/systemd/systemd/APKBUILD index a6436f050..246dec802 100644 --- a/extra-repos/systemd/systemd/APKBUILD +++ b/extra-repos/systemd/systemd/APKBUILD @@ -9,7 +9,7 @@ pkgname=systemd pkgver=257.5 _pkgver="musl-v${pkgver//_/-}-split-usr" -pkgrel=1 +pkgrel=2 pkgdesc="System and service manager" url="https://github.com/systemd/systemd" arch="all !ppc64le !s390x" # blocked by pmboostrap not supporting @@ -75,22 +75,10 @@ makedepends=" util-linux-dev xz-dev zstd-dev - " -# We add these as explicit dependencies to ensure we get the systemd variants -# and not the Alpine ones. -if [ -z "$BOOTSTRAP" ] || [ "$BOOTSTRAP" -gt 2 ]; then - makedepends="$makedepends - dbus-dev - polkit-dev + dbus-dev + polkit-dev " -else - makedepends="$makedepends - linux-pam-dev>1.0 - dbus-dev<999 - polkit-dev<999 - " -fi # provides=openrc and openrc-settingsd to prevent those packages # getting pulled in, as there are some conflicts (dbus)