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 E03B513908F for ; Wed, 8 Feb 2017 12:40:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D12AE0C7C; Wed, 8 Feb 2017 12:40:46 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 47107E0C79 for ; Wed, 8 Feb 2017 12:40:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4C8253416CF for ; Wed, 8 Feb 2017 12:40:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A51F43DCA for ; Wed, 8 Feb 2017 12:40:43 +0000 (UTC) From: "Mikhail Pukhlikov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikhail Pukhlikov" Message-ID: <1486557637.461d4a13d7eff978a40b156ea8d8fb12941e15aa.cynede@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/atom/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/atom/atom-1.12.7.ebuild app-editors/atom/atom-1.13.1.ebuild X-VCS-Directories: app-editors/atom/ X-VCS-Committer: cynede X-VCS-Committer-Name: Mikhail Pukhlikov X-VCS-Revision: 461d4a13d7eff978a40b156ea8d8fb12941e15aa X-VCS-Branch: master Date: Wed, 8 Feb 2017 12:40:43 +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: 973782c9-7af7-45db-802b-881c46d146a7 X-Archives-Hash: 2a6e3f45d45ee4c8f818c1ec673470eb commit: 461d4a13d7eff978a40b156ea8d8fb12941e15aa Author: Elvis Pranskevichus magic io> AuthorDate: Tue Feb 7 15:08:12 2017 +0000 Commit: Mikhail Pukhlikov gentoo 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