From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1544074-garchives=archives.gentoo.org@lists.gentoo.org>
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 5448515800A
	for <garchives@archives.gentoo.org>; Mon,  7 Aug 2023 05:06:07 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 93B8A2BC028;
	Mon,  7 Aug 2023 05:06:06 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(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 77BE92BC028
	for <gentoo-commits@lists.gentoo.org>; Mon,  7 Aug 2023 05:06:06 +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))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 903F533BE34
	for <gentoo-commits@lists.gentoo.org>; Mon,  7 Aug 2023 05:06:05 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id A7596F26
	for <gentoo-commits@lists.gentoo.org>; Mon,  7 Aug 2023 05:06:02 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
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" <sam@gentoo.org>
Message-ID: <1691384744.cbf1122fac762849740d963e493d7739dcdb51d1.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/alacritty/
X-VCS-Repository: repo/gentoo
X-VCS-Files: x11-terms/alacritty/alacritty-9999.ebuild
X-VCS-Directories: x11-terms/alacritty/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: cbf1122fac762849740d963e493d7739dcdb51d1
X-VCS-Branch: master
Date: Mon,  7 Aug 2023 05:06:02 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: b2823aa9-b487-47b5-a345-452b292a288b
X-Archives-Hash: baabd9b2fb7e67d00865b08c5e281803

commit:     cbf1122fac762849740d963e493d7739dcdb51d1
Author:     Sebastian Parborg <darkdefende <AT> gmail <DOT> com>
AuthorDate: Sun Aug  6 12:49:18 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug  7 05:05:44 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbf1122f

x11-terms/alacritty: Bump rust version and fix config file message

Bump min rust version to reflect upstream requirements
Remove old message about the now removed .yaml example configuration file

Acked-by: <Kirill Chibisov contact <AT> kchibisov.com>
Signed-off-by: Sebastian Parborg <darkdefende <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/31714
Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-terms/alacritty/alacritty-9999.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/x11-terms/alacritty/alacritty-9999.ebuild b/x11-terms/alacritty/alacritty-9999.ebuild
index 50b67c2db096..31cb616672da 100644
--- a/x11-terms/alacritty/alacritty-9999.ebuild
+++ b/x11-terms/alacritty/alacritty-9999.ebuild
@@ -56,7 +56,7 @@ RDEPEND="${COMMON_DEPEND}
 
 BDEPEND="
 	dev-util/cmake
-	>=virtual/rust-1.57.0
+	>=virtual/rust-1.65.0
 	app-text/scdoc
 "
 
@@ -130,7 +130,7 @@ pkg_postinst() {
 		einfo "Configuration files for ${CATEGORY}/${PN}"
 		einfo "in \$HOME often need to be updated after a version change"
 		einfo ""
-		einfo "An up-to-date sample configuration file always can be found at"
-		einfo "${ROOT}/usr/share/doc/${PF}/alacritty.yml.*"
+		einfo "For information on how to configure alacritty, see the manpage:"
+		einfo "man 5 alacritty"
 	fi
 }