Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/alacritty/
Date: Sat, 27 Oct 2018 06:43:38
Message-Id: 1540622204.3faf98103a3a0de63ef4dd37bb6815dfb59c7435.gyakovlev@gentoo
1 commit: 3faf98103a3a0de63ef4dd37bb6815dfb59c7435
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 27 06:36:44 2018 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 27 06:36:44 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3faf9810
7
8 x11-terms/alacritty: add wayland use flag and x11 deps.
9
10 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 x11-terms/alacritty/alacritty-0.2.1.ebuild | 8 +++++++-
14 1 file changed, 7 insertions(+), 1 deletion(-)
15
16 diff --git a/x11-terms/alacritty/alacritty-0.2.1.ebuild b/x11-terms/alacritty/alacritty-0.2.1.ebuild
17 index 454fbeb022f..5556a2e4259 100644
18 --- a/x11-terms/alacritty/alacritty-0.2.1.ebuild
19 +++ b/x11-terms/alacritty/alacritty-0.2.1.ebuild
20 @@ -188,7 +188,7 @@ SRC_URI="https://github.com/jwilm/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
21 LICENSE="Apache-2.0"
22 SLOT="0"
23 KEYWORDS="~amd64"
24 -IUSE="test"
25 +IUSE="test wayland"
26
27 DEPEND="
28 media-libs/fontconfig:=
29 @@ -196,7 +196,13 @@ DEPEND="
30 "
31
32 RDEPEND="${DEPEND}
33 + sys-libs/zlib
34 + x11-libs/libXcursor
35 + x11-libs/libXi
36 + x11-libs/libXrandr
37 x11-misc/xclip
38 + virtual/opengl
39 + wayland? ( dev-libs/wayland )
40 "
41
42 BDEPEND="dev-util/cmake