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.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 C372F158087 for ; Tue, 9 Nov 2021 01:27:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 83FC32BC05F; Tue, 9 Nov 2021 01:27:00 +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 493D22BC05D for ; Tue, 9 Nov 2021 01:26:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 AAD11342A5C for ; Tue, 9 Nov 2021 01:26:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6C8A3156 for ; Tue, 9 Nov 2021 01:26:56 +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: <1636421194.0d32e62fe9f358e71587f8b825cf523483d1d7ed.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.9.0.ebuild X-VCS-Directories: x11-terms/alacritty/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 0d32e62fe9f358e71587f8b825cf523483d1d7ed X-VCS-Branch: master Date: Tue, 9 Nov 2021 01:26:56 +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: c5664566-9304-4364-a1c7-441f1d51a232 X-Archives-Hash: 2f06bc9e79af3072b0577c8192b45ee4 commit: 0d32e62fe9f358e71587f8b825cf523483d1d7ed Author: Georgy Yakovlev gentoo org> AuthorDate: Tue Nov 9 01:20:29 2021 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Tue Nov 9 01:26:34 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d32e62f x11-terms/alacritty: fix dep order Closes: https://bugs.gentoo.org/821634 Signed-off-by: Georgy Yakovlev gentoo.org> x11-terms/alacritty/alacritty-0.9.0.ebuild | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/x11-terms/alacritty/alacritty-0.9.0.ebuild b/x11-terms/alacritty/alacritty-0.9.0.ebuild index e714d302083..e9f47bb2342 100644 --- a/x11-terms/alacritty/alacritty-0.9.0.ebuild +++ b/x11-terms/alacritty/alacritty-0.9.0.ebuild @@ -224,14 +224,18 @@ IUSE="wayland +X" REQUIRED_USE="|| ( wayland X )" -DEPEND="${PYTHON_DEPS}" - COMMON_DEPEND=" media-libs/fontconfig:= media-libs/freetype:2 + x11-libs/libxkbcommon X? ( x11-libs/libxcb:=[xkb] ) " +DEPEND=" + ${COMMON_DEPEND} + ${PYTHON_DEPS} +" + RDEPEND="${COMMON_DEPEND} media-libs/mesa[X?,wayland?] sys-libs/zlib