diff options
author | 2019-07-02 14:09:29 -0400 | |
---|---|---|
committer | 2019-07-02 14:09:29 -0400 | |
commit | 6d2f38aa8cc9a73526c84ca0d1ab47bcdd3515c5 (patch) | |
tree | 473df83e5e19493bc62bd0525df2434b6200b5bf /sys-apps/systemd | |
parent | sys-apps/agedu: version bump to 20190630 (diff) | |
download | gentoo-6d2f38aa8cc9a73526c84ca0d1ab47bcdd3515c5.tar.gz gentoo-6d2f38aa8cc9a73526c84ca0d1ab47bcdd3515c5.tar.bz2 gentoo-6d2f38aa8cc9a73526c84ca0d1ab47bcdd3515c5.zip |
sys-apps/systemd: set support-url
Package-Manager: Portage-2.3.67_p17_p597801, Repoman-2.3.16_p1_p597801
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'sys-apps/systemd')
-rw-r--r-- | sys-apps/systemd/systemd-241-r2.ebuild | 1 | ||||
-rw-r--r-- | sys-apps/systemd/systemd-242-r3.ebuild | 1 | ||||
-rw-r--r-- | sys-apps/systemd/systemd-9999.ebuild | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/sys-apps/systemd/systemd-241-r2.ebuild b/sys-apps/systemd/systemd-241-r2.ebuild index f1d8b6296e60..36ac11f3ccd3 100644 --- a/sys-apps/systemd/systemd-241-r2.ebuild +++ b/sys-apps/systemd/systemd-241-r2.ebuild @@ -217,6 +217,7 @@ meson_multilib_native_use() { multilib_src_configure() { local myconf=( --localstatedir="${EPREFIX}/var" + -Dsupport-url="https://gentoo.org/support/" -Dpamlibdir="$(getpam_mod_dir)" # avoid bash-completion dep -Dbashcompletiondir="$(get_bashcompdir)" diff --git a/sys-apps/systemd/systemd-242-r3.ebuild b/sys-apps/systemd/systemd-242-r3.ebuild index 4af6fc44b6e6..a5bcd952cf48 100644 --- a/sys-apps/systemd/systemd-242-r3.ebuild +++ b/sys-apps/systemd/systemd-242-r3.ebuild @@ -220,6 +220,7 @@ meson_multilib_native_use() { multilib_src_configure() { local myconf=( --localstatedir="${EPREFIX}/var" + -Dsupport-url="https://gentoo.org/support/" -Dpamlibdir="$(getpam_mod_dir)" # avoid bash-completion dep -Dbashcompletiondir="$(get_bashcompdir)" diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/systemd-9999.ebuild index 201667ade310..a3857fb18666 100644 --- a/sys-apps/systemd/systemd-9999.ebuild +++ b/sys-apps/systemd/systemd-9999.ebuild @@ -216,6 +216,7 @@ meson_multilib_native_use() { multilib_src_configure() { local myconf=( --localstatedir="${EPREFIX}/var" + -Dsupport-url="https://gentoo.org/support/" -Dpamlibdir="$(getpam_mod_dir)" # avoid bash-completion dep -Dbashcompletiondir="$(get_bashcompdir)" |