From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 09D75138334 for ; Tue, 2 Jul 2019 18:09:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE813E041F; Tue, 2 Jul 2019 18:09:49 +0000 (UTC) Received: from smtp.gentoo.org (unknown [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D1BA4E041F for ; Tue, 2 Jul 2019 18:09:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 069ED346B13 for ; Tue, 2 Jul 2019 18:09:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8807758B for ; Tue, 2 Jul 2019 18:09:45 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1562090969.6d2f38aa8cc9a73526c84ca0d1ab47bcdd3515c5.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/systemd/systemd-241-r2.ebuild sys-apps/systemd/systemd-242-r3.ebuild sys-apps/systemd/systemd-9999.ebuild X-VCS-Directories: sys-apps/systemd/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 6d2f38aa8cc9a73526c84ca0d1ab47bcdd3515c5 X-VCS-Branch: master Date: Tue, 2 Jul 2019 18:09:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b37812a4-3037-49f2-bb8b-019f5075c9fd X-Archives-Hash: b82c6912f5fc2c42595f533d9b2fbe28 commit: 6d2f38aa8cc9a73526c84ca0d1ab47bcdd3515c5 Author: Mike Gilbert gentoo org> AuthorDate: Tue Jul 2 18:09:29 2019 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Tue Jul 2 18:09:29 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d2f38aa 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 gentoo.org> sys-apps/systemd/systemd-241-r2.ebuild | 1 + sys-apps/systemd/systemd-242-r3.ebuild | 1 + sys-apps/systemd/systemd-9999.ebuild | 1 + 3 files changed, 3 insertions(+) diff --git a/sys-apps/systemd/systemd-241-r2.ebuild b/sys-apps/systemd/systemd-241-r2.ebuild index f1d8b6296e6..36ac11f3ccd 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 4af6fc44b6e..a5bcd952cf4 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 201667ade31..a3857fb1866 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)"