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 2EFC815800F for ; Tue, 21 Feb 2023 09:29:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 63998E07A9; Tue, 21 Feb 2023 09:29:49 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 48EDDE07A9 for ; Tue, 21 Feb 2023 09:29:49 +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 3B83A340CDF for ; Tue, 21 Feb 2023 09:29:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5AFE98B8 for ; Tue, 21 Feb 2023 09:29:46 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1676971740.73483c68099ac0840ea7bd5d06fac5cc2e23190f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-lfs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/git-lfs/git-lfs-3.1.2.ebuild dev-vcs/git-lfs/git-lfs-3.1.4.ebuild dev-vcs/git-lfs/git-lfs-3.2.0.ebuild dev-vcs/git-lfs/git-lfs-9999.ebuild X-VCS-Directories: dev-vcs/git-lfs/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 73483c68099ac0840ea7bd5d06fac5cc2e23190f X-VCS-Branch: master Date: Tue, 21 Feb 2023 09:29:46 +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: fd4f3794-f755-4eab-bdb0-19158695f9bb X-Archives-Hash: 07bfa88186603bc7eaf3213ac3e2a784 commit: 73483c68099ac0840ea7bd5d06fac5cc2e23190f Author: Matt Jolly footclan ninja> AuthorDate: Tue Feb 21 08:26:29 2023 +0000 Commit: Sam James gentoo org> CommitDate: Tue Feb 21 09:29:00 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73483c68 dev-vcs/git-lfs: fix postinst message Signed-off-by: Matt Jolly footclan.ninja> Signed-off-by: Sam James gentoo.org> dev-vcs/git-lfs/git-lfs-3.1.2.ebuild | 2 +- dev-vcs/git-lfs/git-lfs-3.1.4.ebuild | 2 +- dev-vcs/git-lfs/git-lfs-3.2.0.ebuild | 2 +- dev-vcs/git-lfs/git-lfs-9999.ebuild | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-vcs/git-lfs/git-lfs-3.1.2.ebuild b/dev-vcs/git-lfs/git-lfs-3.1.2.ebuild index 930e69d7faf2..2a0b897ac1c1 100644 --- a/dev-vcs/git-lfs/git-lfs-3.1.2.ebuild +++ b/dev-vcs/git-lfs/git-lfs-3.1.2.ebuild @@ -64,7 +64,7 @@ src_test() { pkg_postinst () { if [[ -z "${REPLACING_VERSIONS}" ]]; then elog "" - elog "Run \'git lfs install\' once for each user account manually." + elog "Run 'git lfs install' once for each user account manually." elog "For more details see https://bugs.gentoo.org/show_bug.cgi?id=733372." fi } diff --git a/dev-vcs/git-lfs/git-lfs-3.1.4.ebuild b/dev-vcs/git-lfs/git-lfs-3.1.4.ebuild index 820116904c3c..e34b9f1a144e 100644 --- a/dev-vcs/git-lfs/git-lfs-3.1.4.ebuild +++ b/dev-vcs/git-lfs/git-lfs-3.1.4.ebuild @@ -64,7 +64,7 @@ src_test() { pkg_postinst () { if [[ -z "${REPLACING_VERSIONS}" ]]; then elog "" - elog "Run \'git lfs install\' once for each user account manually." + elog "Run 'git lfs install' once for each user account manually." elog "For more details see https://bugs.gentoo.org/show_bug.cgi?id=733372." fi } diff --git a/dev-vcs/git-lfs/git-lfs-3.2.0.ebuild b/dev-vcs/git-lfs/git-lfs-3.2.0.ebuild index ba8c2e52cf50..902cc0ce27e5 100644 --- a/dev-vcs/git-lfs/git-lfs-3.2.0.ebuild +++ b/dev-vcs/git-lfs/git-lfs-3.2.0.ebuild @@ -64,7 +64,7 @@ src_test() { pkg_postinst () { if [[ -z "${REPLACING_VERSIONS}" ]]; then elog "" - elog "Run \'git lfs install\' once for each user account manually." + elog "Run 'git lfs install' once for each user account manually." elog "For more details see https://bugs.gentoo.org/show_bug.cgi?id=733372." fi } diff --git a/dev-vcs/git-lfs/git-lfs-9999.ebuild b/dev-vcs/git-lfs/git-lfs-9999.ebuild index 820116904c3c..e34b9f1a144e 100644 --- a/dev-vcs/git-lfs/git-lfs-9999.ebuild +++ b/dev-vcs/git-lfs/git-lfs-9999.ebuild @@ -64,7 +64,7 @@ src_test() { pkg_postinst () { if [[ -z "${REPLACING_VERSIONS}" ]]; then elog "" - elog "Run \'git lfs install\' once for each user account manually." + elog "Run 'git lfs install' once for each user account manually." elog "For more details see https://bugs.gentoo.org/show_bug.cgi?id=733372." fi }