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 F3CAE138359 for ; Sun, 6 Sep 2020 12:35:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB283E097E; Sun, 6 Sep 2020 12:35:45 +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 CD67EE097E for ; Sun, 6 Sep 2020 12:35:45 +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 67942335D5A for ; Sun, 6 Sep 2020 12:35:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CA9BB31C for ; Sun, 6 Sep 2020 12:35:42 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1599395725.b31c5ec7471a11cf20404a9ab24f232dac7e91f4.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-proxy/tinyproxy/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-proxy/tinyproxy/tinyproxy-1.10.0-r1.ebuild X-VCS-Directories: net-proxy/tinyproxy/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: b31c5ec7471a11cf20404a9ab24f232dac7e91f4 X-VCS-Branch: master Date: Sun, 6 Sep 2020 12:35:42 +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: d5856505-fcd7-4f8b-94d0-dbdbe094fa95 X-Archives-Hash: 76364aa560cb39dc5adc583ce91b0b56 commit: b31c5ec7471a11cf20404a9ab24f232dac7e91f4 Author: Ben Kohler gentoo org> AuthorDate: Sun Sep 6 12:35:25 2020 +0000 Commit: Ben Kohler gentoo org> CommitDate: Sun Sep 6 12:35:25 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b31c5ec7 net-proxy/tinyproxy: finish up switch to tmpfiles.eclass Closes: https://bugs.gentoo.org/740624 Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: Ben Kohler gentoo.org> net-proxy/tinyproxy/tinyproxy-1.10.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-proxy/tinyproxy/tinyproxy-1.10.0-r1.ebuild b/net-proxy/tinyproxy/tinyproxy-1.10.0-r1.ebuild index 1bc212ef128..8bca4032ebe 100644 --- a/net-proxy/tinyproxy/tinyproxy-1.10.0-r1.ebuild +++ b/net-proxy/tinyproxy/tinyproxy-1.10.0-r1.ebuild @@ -60,7 +60,7 @@ src_install() { newinitd "${FILESDIR}"/${PN}-1.10.0.initd tinyproxy systemd_newunit "${FILESDIR}"/${PN}-1.10.0.service tinyproxy.service - systemd_dotmpfilesd "${FILESDIR}"/${PN}.tmpfiles.conf + dotmpfiles "${FILESDIR}"/${PN}.tmpfiles.conf } pkg_postinst() {