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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E0C21158095 for ; Sun, 4 Sep 2022 22:26:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E2B5DE07B2; Sun, 4 Sep 2022 22:26:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C745CE07A5 for ; Sun, 4 Sep 2022 22:26:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7BF0D340E78 for ; Sun, 4 Sep 2022 22:26:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D6833525 for ; Sun, 4 Sep 2022 22:26:12 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1662330215.3875809485c973676170208a83c5e5f60b953dc6.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/nwjs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/nwjs/nwjs-0.67.0.ebuild X-VCS-Directories: dev-libs/nwjs/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 3875809485c973676170208a83c5e5f60b953dc6 X-VCS-Branch: master Date: Sun, 4 Sep 2022 22:26:12 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ce58ab8a-7076-4392-aee2-61f30768ce81 X-Archives-Hash: 8ed7511fe154b6dc65a17f01d0c43b06 commit: 3875809485c973676170208a83c5e5f60b953dc6 Author: James Le Cuirot gentoo org> AuthorDate: Sun Sep 4 22:23:35 2022 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Sun Sep 4 22:23:35 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38758094 dev-libs/nwjs: Add missing x11-libs/libxkbcommon dependency Closes: https://bugs.gentoo.org/867373 Signed-off-by: James Le Cuirot gentoo.org> dev-libs/nwjs/nwjs-0.67.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-libs/nwjs/nwjs-0.67.0.ebuild b/dev-libs/nwjs/nwjs-0.67.0.ebuild index 34ded89e3178..7ef9ba67e3c8 100644 --- a/dev-libs/nwjs/nwjs-0.67.0.ebuild +++ b/dev-libs/nwjs/nwjs-0.67.0.ebuild @@ -98,6 +98,7 @@ RDEPEND=" x11-libs/libXext x11-libs/libXfixes x11-libs/libXi + x11-libs/libxkbcommon x11-libs/libXrandr x11-libs/libXrender x11-libs/libXScrnSaver