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 D90A1138359 for ; Mon, 16 Nov 2020 07:05:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1384AE0A7C; Mon, 16 Nov 2020 07:05:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E5D8BE0A7C for ; Mon, 16 Nov 2020 07:05:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A41AA335D3C for ; Mon, 16 Nov 2020 07:05:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 26C6A3A9 for ; Mon, 16 Nov 2020 07:05:37 +0000 (UTC) From: "Piotr Karbowski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Piotr Karbowski" Message-ID: <1605510284.a96e73bcc512a2902dba6fb5e89f166b0e3711bd.slashbeast@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-mta/protonmail-bridge-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-mta/protonmail-bridge-bin/protonmail-bridge-bin-1.5.0.ebuild X-VCS-Directories: mail-mta/protonmail-bridge-bin/ X-VCS-Committer: slashbeast X-VCS-Committer-Name: Piotr Karbowski X-VCS-Revision: a96e73bcc512a2902dba6fb5e89f166b0e3711bd X-VCS-Branch: master Date: Mon, 16 Nov 2020 07:05:37 +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: dde11712-d4be-46ea-9a60-ea2ea8800fec X-Archives-Hash: 893d82140dd9030a6dfc19e561aa4bb7 commit: a96e73bcc512a2902dba6fb5e89f166b0e3711bd Author: Piotr Karbowski gentoo org> AuthorDate: Mon Nov 16 07:04:44 2020 +0000 Commit: Piotr Karbowski gentoo org> CommitDate: Mon Nov 16 07:04:44 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a96e73bc mail-mta/protonmail-bridge-bin: fix reintroduced missing dependency. Closes: https://bugs.gentoo.org/754873 Signed-off-by: Piotr Karbowski gentoo.org> mail-mta/protonmail-bridge-bin/protonmail-bridge-bin-1.5.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/mail-mta/protonmail-bridge-bin/protonmail-bridge-bin-1.5.0.ebuild b/mail-mta/protonmail-bridge-bin/protonmail-bridge-bin-1.5.0.ebuild index a1f688318f2..e1fe63e0942 100644 --- a/mail-mta/protonmail-bridge-bin/protonmail-bridge-bin-1.5.0.ebuild +++ b/mail-mta/protonmail-bridge-bin/protonmail-bridge-bin-1.5.0.ebuild @@ -31,6 +31,7 @@ RDEPEND=" x11-libs/libxcb x11-libs/libXext x11-libs/libXi + x11-libs/libxkbcommon[X] " BDEPEND="dev-util/patchelf"