Gentoo Archives: gentoo-commits

From: Mikhail Pukhlikov <cynede@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/atom/
Date: Wed, 08 Feb 2017 12:40:48
Message-Id: 1486557637.461d4a13d7eff978a40b156ea8d8fb12941e15aa.cynede@gentoo
1 commit: 461d4a13d7eff978a40b156ea8d8fb12941e15aa
2 Author: Elvis Pranskevichus <elvis <AT> magic <DOT> io>
3 AuthorDate: Tue Feb 7 15:08:12 2017 +0000
4 Commit: Mikhail Pukhlikov <cynede <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 8 12:40:37 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=461d4a13
7
8 app-editors/atom: Add dependency on x11-libs/libxkbfile.
9
10 The keyboard-layout module needs this.
11
12 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=608478
13
14 Package-Manager: portage-2.3.3
15 Closes: https://github.com/gentoo/gentoo/pull/3761
16
17 app-editors/atom/atom-1.12.7.ebuild | 1 +
18 app-editors/atom/atom-1.13.1.ebuild | 2 +-
19 2 files changed, 2 insertions(+), 1 deletion(-)
20
21 diff --git a/app-editors/atom/atom-1.12.7.ebuild b/app-editors/atom/atom-1.12.7.ebuild
22 index 19991e7199..2abf8f2c17 100644
23 --- a/app-editors/atom/atom-1.12.7.ebuild
24 +++ b/app-editors/atom/atom-1.12.7.ebuild
25 @@ -92,6 +92,7 @@ DEPEND="
26 >=dev-libs/oniguruma-5.9.5:=
27 >=dev-util/ctags-5.8
28 >=dev-util/electron-1.3.5:${ELECTRON_SLOT}
29 + x11-libs/libxkbfile
30 "
31 RDEPEND="
32 ${DEPEND}
33
34 diff --git a/app-editors/atom/atom-1.13.1.ebuild b/app-editors/atom/atom-1.13.1.ebuild
35 index 84c2ee311f..7b3b32bde9 100644
36 --- a/app-editors/atom/atom-1.13.1.ebuild
37 +++ b/app-editors/atom/atom-1.13.1.ebuild
38 @@ -95,7 +95,7 @@ DEPEND="
39 >=dev-libs/oniguruma-5.9.5:=
40 >=dev-util/ctags-5.8
41 >=dev-util/electron-1.3.5:${ELECTRON_SLOT}
42 -"
43 + x11-libs/libxkbfile"
44 RDEPEND="
45 ${DEPEND}
46 !sys-apps/apmd