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 5C49E1381F3 for ; Sun, 31 Dec 2017 01:25:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5EEBFE0857; Sun, 31 Dec 2017 01:25:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 3C614E0857 for ; Sun, 31 Dec 2017 01:25:47 +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 72325335C30 for ; Sun, 31 Dec 2017 01:25:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BE277186 for ; Sun, 31 Dec 2017 01:25:44 +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: <1514683536.c202e9fcb5d8be40687c83eb4d4901d7bd85ccf1.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-236-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: c202e9fcb5d8be40687c83eb4d4901d7bd85ccf1 X-VCS-Branch: master Date: Sun, 31 Dec 2017 01:25:44 +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-Archives-Salt: 11abbcf7-9a6e-4ef0-9b17-71511f755887 X-Archives-Hash: f820b82a9919a2996298839a3d51ce78 commit: c202e9fcb5d8be40687c83eb4d4901d7bd85ccf1 Author: Mike Gilbert gentoo org> AuthorDate: Sun Dec 31 01:24:23 2017 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sun Dec 31 01:25:36 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c202e9fc sys-apps/systemd: drop noclean-tmp patch There was never any real evidence that the /tmp cleanup process causes and problems. sys-apps/systemd/systemd-236-r3.ebuild | 1 - sys-apps/systemd/systemd-9999.ebuild | 1 - 2 files changed, 2 deletions(-) diff --git a/sys-apps/systemd/systemd-236-r3.ebuild b/sys-apps/systemd/systemd-236-r3.ebuild index fe6cc466dc0..b97c3c364c4 100644 --- a/sys-apps/systemd/systemd-236-r3.ebuild +++ b/sys-apps/systemd/systemd-236-r3.ebuild @@ -155,7 +155,6 @@ src_prepare() { if ! use vanilla; then PATCHES+=( "${FILESDIR}/218-Dont-enable-audit-by-default.patch" - "${FILESDIR}/228-noclean-tmp.patch" "${FILESDIR}/233-systemd-user-pam.patch" "${FILESDIR}/236-uucp-group.patch" "${FILESDIR}/generator-path.patch" diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/systemd-9999.ebuild index 84ede7fddf8..b1e105a5bb6 100644 --- a/sys-apps/systemd/systemd-9999.ebuild +++ b/sys-apps/systemd/systemd-9999.ebuild @@ -152,7 +152,6 @@ src_prepare() { if ! use vanilla; then PATCHES+=( "${FILESDIR}/218-Dont-enable-audit-by-default.patch" - "${FILESDIR}/228-noclean-tmp.patch" "${FILESDIR}/233-systemd-user-pam.patch" "${FILESDIR}/236-uucp-group.patch" "${FILESDIR}/generator-path.patch"