commit: d9bb679dc0bbbc8bd004069590deeff8a6892178 Author: John Helmert III <ajak <AT> gentoo <DOT> org> AuthorDate: Tue Nov 28 22:35:13 2023 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Mon Dec 4 15:30:31 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9bb679d
sys-apps/systemd: set release mode for live and rc's Bug: https://bugs.gentoo.org/918671 Signed-off-by: John Helmert III <ajak <AT> gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/34032 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> sys-apps/systemd/systemd-255_rc3.ebuild | 2 ++ sys-apps/systemd/systemd-255_rc4.ebuild | 2 ++ sys-apps/systemd/systemd-9999.ebuild | 2 ++ 3 files changed, 6 insertions(+) diff --git a/sys-apps/systemd/systemd-255_rc3.ebuild b/sys-apps/systemd/systemd-255_rc3.ebuild index 5dd68f386e4b..412ecb66e468 100644 --- a/sys-apps/systemd/systemd-255_rc3.ebuild +++ b/sys-apps/systemd/systemd-255_rc3.ebuild @@ -272,6 +272,8 @@ src_configure() { multilib_src_configure() { local myconf=( --localstatedir="${EPREFIX}/var" + # default is developer, bug 918671 + -Dmode=release -Dsupport-url="https://gentoo.org/support/" -Dpamlibdir="$(getpam_mod_dir)" # avoid bash-completion dep diff --git a/sys-apps/systemd/systemd-255_rc4.ebuild b/sys-apps/systemd/systemd-255_rc4.ebuild index 5dd68f386e4b..412ecb66e468 100644 --- a/sys-apps/systemd/systemd-255_rc4.ebuild +++ b/sys-apps/systemd/systemd-255_rc4.ebuild @@ -272,6 +272,8 @@ src_configure() { multilib_src_configure() { local myconf=( --localstatedir="${EPREFIX}/var" + # default is developer, bug 918671 + -Dmode=release -Dsupport-url="https://gentoo.org/support/" -Dpamlibdir="$(getpam_mod_dir)" # avoid bash-completion dep diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/systemd-9999.ebuild index 5dd68f386e4b..412ecb66e468 100644 --- a/sys-apps/systemd/systemd-9999.ebuild +++ b/sys-apps/systemd/systemd-9999.ebuild @@ -272,6 +272,8 @@ src_configure() { multilib_src_configure() { local myconf=( --localstatedir="${EPREFIX}/var" + # default is developer, bug 918671 + -Dmode=release -Dsupport-url="https://gentoo.org/support/" -Dpamlibdir="$(getpam_mod_dir)" # avoid bash-completion dep
