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 09CCA138359 for ; Mon, 26 Oct 2020 20:21:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 341EFE08BF; Mon, 26 Oct 2020 20:21:01 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 19307E08BF for ; Mon, 26 Oct 2020 20:21:00 +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 96EC5335D6F for ; Mon, 26 Oct 2020 20:20:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DC0853B3 for ; Mon, 26 Oct 2020 20:20:57 +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: <1603743593.e3a34f6a17861029d9067961a4a75e5c28819ab8.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.4.5.ebuild X-VCS-Directories: mail-mta/protonmail-bridge-bin/ X-VCS-Committer: slashbeast X-VCS-Committer-Name: Piotr Karbowski X-VCS-Revision: e3a34f6a17861029d9067961a4a75e5c28819ab8 X-VCS-Branch: master Date: Mon, 26 Oct 2020 20:20:57 +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: 64ee7622-285e-4162-b506-3a1d81b758a9 X-Archives-Hash: f946a3f2c576b37124675ffc50c062bc commit: e3a34f6a17861029d9067961a4a75e5c28819ab8 Author: Piotr Karbowski gentoo org> AuthorDate: Mon Oct 26 20:19:53 2020 +0000 Commit: Piotr Karbowski gentoo org> CommitDate: Mon Oct 26 20:19:53 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3a34f6a mail-mta/protonmail-bridge-bin: libxkbcommon[X] dependency. Closes: https://bugs.gentoo.org/751283 Signed-off-by: Piotr Karbowski gentoo.org> mail-mta/protonmail-bridge-bin/protonmail-bridge-bin-1.4.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail-mta/protonmail-bridge-bin/protonmail-bridge-bin-1.4.5.ebuild b/mail-mta/protonmail-bridge-bin/protonmail-bridge-bin-1.4.5.ebuild index 5e95c7cdff6..e1fe63e0942 100644 --- a/mail-mta/protonmail-bridge-bin/protonmail-bridge-bin-1.4.5.ebuild +++ b/mail-mta/protonmail-bridge-bin/protonmail-bridge-bin-1.4.5.ebuild @@ -31,7 +31,7 @@ RDEPEND=" x11-libs/libxcb x11-libs/libXext x11-libs/libXi - x11-libs/libxkbcommon + x11-libs/libxkbcommon[X] " BDEPEND="dev-util/patchelf"