From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1187713-garchives=archives.gentoo.org@lists.gentoo.org>
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 F0126138359
	for <garchives@archives.gentoo.org>; Thu, 16 Jul 2020 01:40:36 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 2A93AE0870;
	Thu, 16 Jul 2020 01:40:36 +0000 (UTC)
Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(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 1314AE0870
	for <gentoo-commits@lists.gentoo.org>; Thu, 16 Jul 2020 01:40:36 +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 9DA4E34F077
	for <gentoo-commits@lists.gentoo.org>; Thu, 16 Jul 2020 01:40:33 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 366362C8
	for <gentoo-commits@lists.gentoo.org>; Thu, 16 Jul 2020 01:40:24 +0000 (UTC)
From: "Georgy Yakovlev" <gyakovlev@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, "Georgy Yakovlev" <gyakovlev@gentoo.org>
Message-ID: <1594863589.4195a9f527ca6facf302b3e744606cb6502ed9c2.gyakovlev@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: gyakovlev
X-VCS-Committer-Name: Georgy Yakovlev
X-VCS-Revision: 4195a9f527ca6facf302b3e744606cb6502ed9c2
X-VCS-Branch: master
Date: Thu, 16 Jul 2020 01:40:24 +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: b88d6dca-8444-4f3f-ac29-4771dcf6b98c
X-Archives-Hash: d76621d8d6a7eb8eaa7c938493ffaf6e

commit:     4195a9f527ca6facf302b3e744606cb6502ed9c2
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 16 01:29:15 2020 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Thu Jul 16 01:39:49 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4195a9f5

x11-terms/alacritty: sync live ebuild

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 x11-terms/alacritty/alacritty-9999.ebuild | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/x11-terms/alacritty/alacritty-9999.ebuild b/x11-terms/alacritty/alacritty-9999.ebuild
index 7d1f53e471e..ea0ba8c58ae 100644
--- a/x11-terms/alacritty/alacritty-9999.ebuild
+++ b/x11-terms/alacritty/alacritty-9999.ebuild
@@ -3,10 +3,12 @@
 
 EAPI=7
 
-CRATES=""
+CRATES="
+"
 
 MY_PV="${PV//_rc/-rc}"
-PYTHON_COMPAT=( python3_{7,8} ) # https://bugs.gentoo.org/725962
+# https://bugs.gentoo.org/725962
+PYTHON_COMPAT=( python3_{7,8} )
 
 inherit bash-completion-r1 cargo desktop python-any-r1
 
@@ -29,7 +31,6 @@ IUSE="wayland +X"
 REQUIRED_USE="|| ( wayland X )"
 
 DEPEND="${PYTHON_DEPS}"
-BDEPEND="dev-util/cmake"
 
 COMMON_DEPEND="
 	media-libs/fontconfig:=
@@ -49,7 +50,7 @@ RDEPEND="${COMMON_DEPEND}
 	)
 "
 
-DOCS=( CHANGELOG.md docs/ansicode.txt INSTALL.md README.md alacritty.yml )
+BDEPEND="dev-util/cmake"
 
 QA_FLAGS_IGNORED="usr/bin/alacritty"
 
@@ -100,6 +101,11 @@ src_install() {
 	insinto /usr/share/alacritty/scripts
 	doins -r scripts/*
 
+	local DOCS=(
+		alacritty.yml
+		CHANGELOG.md INSTALL.md README.md
+		docs/{ansicode.txt,escape_support.md}
+	)
 	einstalldocs
 }