commit:     d9160b4c6b9f36db46b6e02328ddcae3aea7cf2e
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 16 03:35:47 2026 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Fri Jan 16 04:57:54 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9160b4c

sys-apps/systemd: use branding eclass

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 sys-apps/systemd/systemd-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-apps/systemd/systemd-9999.ebuild 
b/sys-apps/systemd/systemd-9999.ebuild
index 84260c7a645c..aab68c964c7d 100644
--- a/sys-apps/systemd/systemd-9999.ebuild
+++ b/sys-apps/systemd/systemd-9999.ebuild
@@ -24,7 +24,7 @@ else
        fi
 fi
 
-inherit linux-info meson-multilib optfeature pam python-single-r1
+inherit branding linux-info meson-multilib optfeature pam python-single-r1
 inherit secureboot shell-completion systemd toolchain-funcs udev
 
 DESCRIPTION="System and service manager for Linux"
@@ -304,7 +304,7 @@ multilib_src_configure() {
                -Ddocdir="share/doc/${PF}"
                # default is developer, bug 918671
                -Dmode=release
-               -Dsupport-url="https://gentoo.org/support/";
+               -Dsupport-url="${BRANDING_OS_SUPPORT_URL}"
                -Dpamlibdir="$(getpam_mod_dir)"
                # avoid bash-completion dep
                -Dbashcompletiondir="$(get_bashcompdir)"

Reply via email to