diff options
author | 2017-02-07 10:08:12 -0500 | |
---|---|---|
committer | 2017-02-08 16:40:37 +0400 | |
commit | 461d4a13d7eff978a40b156ea8d8fb12941e15aa (patch) | |
tree | be473115841c3663569927ca886fffea926e00e0 /app-editors | |
parent | app-editors/atom: Version bump to 1.12.7, 1.13.1 (diff) | |
download | gentoo-461d4a13d7eff978a40b156ea8d8fb12941e15aa.tar.gz gentoo-461d4a13d7eff978a40b156ea8d8fb12941e15aa.tar.bz2 gentoo-461d4a13d7eff978a40b156ea8d8fb12941e15aa.zip |
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
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/atom/atom-1.12.7.ebuild | 1 | ||||
-rw-r--r-- | app-editors/atom/atom-1.13.1.ebuild | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/app-editors/atom/atom-1.12.7.ebuild b/app-editors/atom/atom-1.12.7.ebuild index 19991e71997e..2abf8f2c17cb 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 84c2ee311ffb..7b3b32bde90f 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 |