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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6BC73158030 for ; Sun, 26 Feb 2023 08:01:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ADF96E0845; Sun, 26 Feb 2023 08:01:31 +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 8FB1EE0845 for ; Sun, 26 Feb 2023 08:01:31 +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 83969340DAD for ; Sun, 26 Feb 2023 08:01:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DD8078AA for ; Sun, 26 Feb 2023 08:01:28 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1677398454.26d5865b8cfe77068a1e1625959e0fdfad73139a.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/genymotion-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/genymotion-bin/genymotion-bin-3.3.2-r1.ebuild X-VCS-Directories: app-emulation/genymotion-bin/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 26d5865b8cfe77068a1e1625959e0fdfad73139a X-VCS-Branch: master Date: Sun, 26 Feb 2023 08:01:28 +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: 9744d883-19c9-469a-9593-fa214bb2ae17 X-Archives-Hash: 7ff94a85254e8290ffdcfc3f0aca6a97 commit: 26d5865b8cfe77068a1e1625959e0fdfad73139a Author: Joonas Niilola gentoo org> AuthorDate: Sun Feb 26 08:00:54 2023 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sun Feb 26 08:00:54 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26d5865b app-emulation/genymotion-bin: adjust libxkbcommon dependency * QA Notice: Unresolved soname dependencies: * * /opt/genymotion/libQt5XcbQpa.so.5: libxkbcommon-x11.so.0 * /opt/genymotion/platforms/libqxcb.so: libxkbcommon-x11.so.0 * /opt/genymotion/xcbglintegrations/libqxcb-egl-integration.so: libxkbcommon-x11.so.0 * /opt/genymotion/xcbglintegrations/libqxcb-glx-integration.so: libxkbcommon-x11.so.0 * Signed-off-by: Joonas Niilola gentoo.org> app-emulation/genymotion-bin/genymotion-bin-3.3.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/genymotion-bin/genymotion-bin-3.3.2-r1.ebuild b/app-emulation/genymotion-bin/genymotion-bin-3.3.2-r1.ebuild index d0c480c879ae..1e6e015e81da 100644 --- a/app-emulation/genymotion-bin/genymotion-bin-3.3.2-r1.ebuild +++ b/app-emulation/genymotion-bin/genymotion-bin-3.3.2-r1.ebuild @@ -42,7 +42,7 @@ RDEPEND="app-arch/lz4 x11-libs/libxcb x11-libs/libXext x11-libs/libXi - x11-libs/libxkbcommon + x11-libs/libxkbcommon[X] x11-libs/libXmu x11-libs/xcb-util x11-libs/xcb-util-image