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 B927913835A for ; Sat, 30 May 2020 02:49:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7AF8E08CA; Sat, 30 May 2020 02:49:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 BFC9BE08CA 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 51F8834F04E 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 7864B21E 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: <1590806898.1f296cbb9095a3097f0e3df5bcfadc9b232c4648.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.4.3_rc1.ebuild X-VCS-Directories: x11-terms/alacritty/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 1f296cbb9095a3097f0e3df5bcfadc9b232c4648 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: ec8ec2fe-14a0-4bd0-91b3-77037c0dc6c3 X-Archives-Hash: 63c4a81f56ad950b7b1fc20abd57b58c commit: 1f296cbb9095a3097f0e3df5bcfadc9b232c4648 Author: Georgy Yakovlev gentoo org> AuthorDate: Sat May 30 02:34:53 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Sat May 30 02:48:18 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f296cbb x11-terms/alacritty: shuffle depends around Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Georgy Yakovlev gentoo.org> x11-terms/alacritty/alacritty-0.4.3_rc1.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/x11-terms/alacritty/alacritty-0.4.3_rc1.ebuild b/x11-terms/alacritty/alacritty-0.4.3_rc1.ebuild index e6af50acba7..ac4d768d09b 100644 --- a/x11-terms/alacritty/alacritty-0.4.3_rc1.ebuild +++ b/x11-terms/alacritty/alacritty-0.4.3_rc1.ebuild @@ -290,13 +290,15 @@ IUSE="wayland +X" REQUIRED_USE="|| ( wayland X )" -DEPEND="${PYTHON_DEPS} +DEPEND="${PYTHON_DEPS}" + +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