commit: 461d4a13d7eff978a40b156ea8d8fb12941e15aa Author: Elvis Pranskevichus <elvis <AT> magic <DOT> io> AuthorDate: Tue Feb 7 15:08:12 2017 +0000 Commit: Mikhail Pukhlikov <cynede <AT> gentoo <DOT> org> CommitDate: Wed Feb 8 12:40:37 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=461d4a13
app-editors/atom: Add dependency on x11-libs/libxkbfile. The keyboard-layout module needs this. Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=608478 Package-Manager: portage-2.3.3 Closes: https://github.com/gentoo/gentoo/pull/3761 app-editors/atom/atom-1.12.7.ebuild | 1 + app-editors/atom/atom-1.13.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app-editors/atom/atom-1.12.7.ebuild b/app-editors/atom/atom-1.12.7.ebuild index 19991e7199..2abf8f2c17 100644 --- a/app-editors/atom/atom-1.12.7.ebuild +++ b/app-editors/atom/atom-1.12.7.ebuild @@ -92,6 +92,7 @@ DEPEND=" >=dev-libs/oniguruma-5.9.5:= >=dev-util/ctags-5.8 >=dev-util/electron-1.3.5:${ELECTRON_SLOT} + x11-libs/libxkbfile " RDEPEND=" ${DEPEND} diff --git a/app-editors/atom/atom-1.13.1.ebuild b/app-editors/atom/atom-1.13.1.ebuild index 84c2ee311f..7b3b32bde9 100644 --- a/app-editors/atom/atom-1.13.1.ebuild +++ b/app-editors/atom/atom-1.13.1.ebuild @@ -95,7 +95,7 @@ DEPEND=" >=dev-libs/oniguruma-5.9.5:= >=dev-util/ctags-5.8 >=dev-util/electron-1.3.5:${ELECTRON_SLOT} -" + x11-libs/libxkbfile" RDEPEND=" ${DEPEND} !sys-apps/apmd
