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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 592551382C5 for ; Sat, 30 May 2020 02:49:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E085EE08D0; Sat, 30 May 2020 02:49:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 CBE9EE08D0 for ; Sat, 30 May 2020 02:49:14 +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 2F69634F030 for ; Sat, 30 May 2020 02:49:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 911F326F for ; Sat, 30 May 2020 02:49:10 +0000 (UTC) From: "Georgy Yakovlev" 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" Message-ID: <1590806899.74c684cdb5c2035d44ee2b91b1f3f82cac79b31c.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: 74c684cdb5c2035d44ee2b91b1f3f82cac79b31c X-VCS-Branch: master Date: Sat, 30 May 2020 02:49:10 +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: ca3dfaa8-9017-4179-9552-ceed6179284f X-Archives-Hash: 460d7cff222cbd43a09ef299f18f7c5c commit: 74c684cdb5c2035d44ee2b91b1f3f82cac79b31c Author: Georgy Yakovlev gentoo org> AuthorDate: Sat May 30 02:37:46 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Sat May 30 02:48:19 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74c684cd x11-terms/alacritty: update live ebuild Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Georgy Yakovlev gentoo.org> x11-terms/alacritty/alacritty-9999.ebuild | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/x11-terms/alacritty/alacritty-9999.ebuild b/x11-terms/alacritty/alacritty-9999.ebuild index 09723d5bfef..7d1f53e471e 100644 --- a/x11-terms/alacritty/alacritty-9999.ebuild +++ b/x11-terms/alacritty/alacritty-9999.ebuild @@ -6,8 +6,9 @@ EAPI=7 CRATES="" MY_PV="${PV//_rc/-rc}" +PYTHON_COMPAT=( python3_{7,8} ) # https://bugs.gentoo.org/725962 -inherit bash-completion-r1 cargo desktop +inherit bash-completion-r1 cargo desktop python-any-r1 DESCRIPTION="GPU-accelerated terminal emulator" HOMEPAGE="https://github.com/alacritty/alacritty" @@ -27,13 +28,16 @@ IUSE="wayland +X" REQUIRED_USE="|| ( wayland X )" -DEPEND=" +DEPEND="${PYTHON_DEPS}" +BDEPEND="dev-util/cmake" + +COMMON_DEPEND=" media-libs/fontconfig:= media-libs/freetype:2 X? ( x11-libs/libxcb:=[xkb] ) " -RDEPEND="${DEPEND} +RDEPEND="${COMMON_DEPEND} media-libs/mesa[X?,wayland?] sys-libs/zlib sys-libs/ncurses:0 @@ -45,8 +49,6 @@ RDEPEND="${DEPEND} ) " -BDEPEND="dev-util/cmake" - DOCS=( CHANGELOG.md docs/ansicode.txt INSTALL.md README.md alacritty.yml ) QA_FLAGS_IGNORED="usr/bin/alacritty"