summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2019-07-02 14:09:29 -0400
committerMike Gilbert <floppym@gentoo.org>2019-07-02 14:09:29 -0400
commit6d2f38aa8cc9a73526c84ca0d1ab47bcdd3515c5 (patch)
tree473df83e5e19493bc62bd0525df2434b6200b5bf
parentsys-apps/agedu: version bump to 20190630 (diff)
downloadgentoo-6d2f38aa.tar.gz
gentoo-6d2f38aa.tar.bz2
gentoo-6d2f38aa.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>
-rw-r--r--sys-apps/systemd/systemd-241-r2.ebuild1
-rw-r--r--sys-apps/systemd/systemd-242-r3.ebuild1
-rw-r--r--sys-apps/systemd/systemd-9999.ebuild1
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)"