From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1061550-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 8C9FF138334 for <garchives@archives.gentoo.org>; Tue, 11 Dec 2018 05:08:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A708E08FE; Tue, 11 Dec 2018 05:08:51 +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 0F480E08FE for <gentoo-commits@lists.gentoo.org>; Tue, 11 Dec 2018 05:08:49 +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 A2287335C6F for <gentoo-commits@lists.gentoo.org>; Tue, 11 Dec 2018 05:08:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 099F2463 for <gentoo-commits@lists.gentoo.org>; Tue, 11 Dec 2018 05:08:46 +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: <1544504890.35878b063a0401f5c5b7ff4b64a2dd67c29bf875.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-0.2.4.ebuild X-VCS-Directories: x11-terms/alacritty/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 35878b063a0401f5c5b7ff4b64a2dd67c29bf875 X-VCS-Branch: master Date: Tue, 11 Dec 2018 05:08:46 +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: 7a62a981-ed09-45d2-acf9-c9f7e082b796 X-Archives-Hash: a7fbe636f2d3294a520f849e87aab8d7 commit: 35878b063a0401f5c5b7ff4b64a2dd67c29bf875 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> AuthorDate: Tue Dec 11 05:08:10 2018 +0000 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> CommitDate: Tue Dec 11 05:08:10 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35878b06 x11-terms/alacritty: rust-1.31.0 is required for 0.2.4 Closes: https://bugs.gentoo.org/672896 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org> x11-terms/alacritty/alacritty-0.2.4.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/x11-terms/alacritty/alacritty-0.2.4.ebuild b/x11-terms/alacritty/alacritty-0.2.4.ebuild index 5a2c9760278..d964800a20e 100644 --- a/x11-terms/alacritty/alacritty-0.2.4.ebuild +++ b/x11-terms/alacritty/alacritty-0.2.4.ebuild @@ -352,6 +352,7 @@ RDEPEND="${DEPEND} BDEPEND="dev-util/cmake sys-libs/ncurses + >=virtual/rust-1.31.0 " DOCS=( CHANGELOG.md docs/ansicode.txt INSTALL.md README.md alacritty.yml )