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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6837E15811D for ; Fri, 7 Jul 2023 10:38:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 73647E0817; Fri, 7 Jul 2023 10:38:41 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 56880E07F6 for ; Fri, 7 Jul 2023 10:38:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 69808340FBF for ; Fri, 7 Jul 2023 10:38:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C6B0BAD0 for ; Fri, 7 Jul 2023 10:38:38 +0000 (UTC) From: "Gonçalo Negrier Duarte" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gonçalo Negrier Duarte" Message-ID: <1688726243.f7b933a836f88c831fcda1e6e00f1e73b6b853c1.gonegrier.duarte@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/ReGreet/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/ReGreet/ReGreet-9999.ebuild X-VCS-Directories: gui-apps/ReGreet/ X-VCS-Committer: gonegrier.duarte X-VCS-Committer-Name: Gonçalo Negrier Duarte X-VCS-Revision: f7b933a836f88c831fcda1e6e00f1e73b6b853c1 X-VCS-Branch: dev Date: Fri, 7 Jul 2023 10:38:38 +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: c94ab138-043c-44b9-a6c2-008ef337a7ac X-Archives-Hash: e5cfbb529b53a302910951a8b5e69d1e commit: f7b933a836f88c831fcda1e6e00f1e73b6b853c1 Author: Gonçalo Negrier Duarte gmail com> AuthorDate: Fri Jul 7 10:37:23 2023 +0000 Commit: Gonçalo Negrier Duarte gmail com> CommitDate: Fri Jul 7 10:37:23 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f7b933a8 gui-apps/ReGreet: add final white line Signed-off-by: Gonçalo Negrier Duarte gmail.com> gui-apps/ReGreet/ReGreet-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui-apps/ReGreet/ReGreet-9999.ebuild b/gui-apps/ReGreet/ReGreet-9999.ebuild index 1f0457a68..f64a16ab8 100644 --- a/gui-apps/ReGreet/ReGreet-9999.ebuild +++ b/gui-apps/ReGreet/ReGreet-9999.ebuild @@ -65,4 +65,4 @@ src_post_install () { insinto /etc/tmpfiles.d/ && newins "${WORKDIR}/${P}/systemd-tmpfiles.conf regreet.conf" systemd-tmpfiles --create "$PWD/systemd-tmpfiles.conf" fi -} \ No newline at end of file +}