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 AE16F138334 for ; Sat, 27 Oct 2018 06:43:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5272BE087D; Sat, 27 Oct 2018 06:43:37 +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 25E98E087D for ; Sat, 27 Oct 2018 06:43:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 7107D335C8C for ; Sat, 27 Oct 2018 06:43:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4126C43D for ; Sat, 27 Oct 2018 06:43:31 +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: <1540622204.3faf98103a3a0de63ef4dd37bb6815dfb59c7435.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.1.ebuild X-VCS-Directories: x11-terms/alacritty/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 3faf98103a3a0de63ef4dd37bb6815dfb59c7435 X-VCS-Branch: master Date: Sat, 27 Oct 2018 06:43:31 +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-Archives-Salt: 1128f369-25b8-42ea-af2a-5fbad3dcc3f5 X-Archives-Hash: 3060111c3775b5c39366acaa2ec3080c commit: 3faf98103a3a0de63ef4dd37bb6815dfb59c7435 Author: Georgy Yakovlev gentoo org> AuthorDate: Sat Oct 27 06:36:44 2018 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Sat Oct 27 06:36:44 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3faf9810 x11-terms/alacritty: add wayland use flag and x11 deps. Signed-off-by: Georgy Yakovlev gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 x11-terms/alacritty/alacritty-0.2.1.ebuild | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/x11-terms/alacritty/alacritty-0.2.1.ebuild b/x11-terms/alacritty/alacritty-0.2.1.ebuild index 454fbeb022f..5556a2e4259 100644 --- a/x11-terms/alacritty/alacritty-0.2.1.ebuild +++ b/x11-terms/alacritty/alacritty-0.2.1.ebuild @@ -188,7 +188,7 @@ SRC_URI="https://github.com/jwilm/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64" -IUSE="test" +IUSE="test wayland" DEPEND=" media-libs/fontconfig:= @@ -196,7 +196,13 @@ DEPEND=" " RDEPEND="${DEPEND} + sys-libs/zlib + x11-libs/libXcursor + x11-libs/libXi + x11-libs/libXrandr x11-misc/xclip + virtual/opengl + wayland? ( dev-libs/wayland ) " BDEPEND="dev-util/cmake