Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/
Date: Tue, 02 Jul 2019 18:09:51
Message-Id: 1562090969.6d2f38aa8cc9a73526c84ca0d1ab47bcdd3515c5.floppym@gentoo
1 commit: 6d2f38aa8cc9a73526c84ca0d1ab47bcdd3515c5
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 2 18:09:29 2019 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 2 18:09:29 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d2f38aa
7
8 sys-apps/systemd: set support-url
9
10 Package-Manager: Portage-2.3.67_p17_p597801, Repoman-2.3.16_p1_p597801
11 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
12
13 sys-apps/systemd/systemd-241-r2.ebuild | 1 +
14 sys-apps/systemd/systemd-242-r3.ebuild | 1 +
15 sys-apps/systemd/systemd-9999.ebuild | 1 +
16 3 files changed, 3 insertions(+)
17
18 diff --git a/sys-apps/systemd/systemd-241-r2.ebuild b/sys-apps/systemd/systemd-241-r2.ebuild
19 index f1d8b6296e6..36ac11f3ccd 100644
20 --- a/sys-apps/systemd/systemd-241-r2.ebuild
21 +++ b/sys-apps/systemd/systemd-241-r2.ebuild
22 @@ -217,6 +217,7 @@ meson_multilib_native_use() {
23 multilib_src_configure() {
24 local myconf=(
25 --localstatedir="${EPREFIX}/var"
26 + -Dsupport-url="https://gentoo.org/support/"
27 -Dpamlibdir="$(getpam_mod_dir)"
28 # avoid bash-completion dep
29 -Dbashcompletiondir="$(get_bashcompdir)"
30
31 diff --git a/sys-apps/systemd/systemd-242-r3.ebuild b/sys-apps/systemd/systemd-242-r3.ebuild
32 index 4af6fc44b6e..a5bcd952cf4 100644
33 --- a/sys-apps/systemd/systemd-242-r3.ebuild
34 +++ b/sys-apps/systemd/systemd-242-r3.ebuild
35 @@ -220,6 +220,7 @@ meson_multilib_native_use() {
36 multilib_src_configure() {
37 local myconf=(
38 --localstatedir="${EPREFIX}/var"
39 + -Dsupport-url="https://gentoo.org/support/"
40 -Dpamlibdir="$(getpam_mod_dir)"
41 # avoid bash-completion dep
42 -Dbashcompletiondir="$(get_bashcompdir)"
43
44 diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/systemd-9999.ebuild
45 index 201667ade31..a3857fb1866 100644
46 --- a/sys-apps/systemd/systemd-9999.ebuild
47 +++ b/sys-apps/systemd/systemd-9999.ebuild
48 @@ -216,6 +216,7 @@ meson_multilib_native_use() {
49 multilib_src_configure() {
50 local myconf=(
51 --localstatedir="${EPREFIX}/var"
52 + -Dsupport-url="https://gentoo.org/support/"
53 -Dpamlibdir="$(getpam_mod_dir)"
54 # avoid bash-completion dep
55 -Dbashcompletiondir="$(get_bashcompdir)"