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: Thu, 21 May 2020 00:23:47
Message-Id: 1590020602.a3416fff345391deaa7bd5b38d7e5085d779227f.floppym@gentoo
1 commit: a3416fff345391deaa7bd5b38d7e5085d779227f
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 21 00:23:22 2020 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Thu May 21 00:23:22 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3416fff
7
8 sys-apps/systemd: drop patches that fail to apply
9
10 We may need to rebase systemd-user-pam, but let's see if anyone notices first.
11
12 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
13
14 sys-apps/systemd/systemd-9999.ebuild | 2 --
15 1 file changed, 2 deletions(-)
16
17 diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/systemd-9999.ebuild
18 index b755eb2883e..a3fe6fe103b 100644
19 --- a/sys-apps/systemd/systemd-9999.ebuild
20 +++ b/sys-apps/systemd/systemd-9999.ebuild
21 @@ -205,8 +205,6 @@ src_prepare() {
22
23 if ! use vanilla; then
24 PATCHES+=(
25 - "${FILESDIR}/gentoo-Dont-enable-audit-by-default.patch"
26 - "${FILESDIR}/gentoo-systemd-user-pam.patch"
27 "${FILESDIR}/gentoo-generator-path-r2.patch"
28 "${FILESDIR}/gentoo-systemctl-disable-sysv-sync.patch"
29 )