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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 10BD71581FB for ; Sun, 24 Nov 2024 21:06:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 13A9FE0855; Sun, 24 Nov 2024 21:06:50 +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 EA790E0855 for ; Sun, 24 Nov 2024 21:06:49 +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 BF63533BE3B for ; Sun, 24 Nov 2024 21:06:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E09E130F for ; Sun, 24 Nov 2024 21:06:47 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1732481080.b88e5d6887195b47bc7775c18b787b9b30892c91.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/anki-bin/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-misc/anki-bin/anki-bin-24.06.3-r1.ebuild X-VCS-Directories: app-misc/anki-bin/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: b88e5d6887195b47bc7775c18b787b9b30892c91 X-VCS-Branch: dev Date: Sun, 24 Nov 2024 21:06:47 +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: bf68e85f-2bdb-4ebd-af39-3fbba0ee8f37 X-Archives-Hash: 418c41a05901e70a3e7dbca3b7e1c0e5 commit: b88e5d6887195b47bc7775c18b787b9b30892c91 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Sun Nov 24 20:44:40 2024 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Sun Nov 24 20:44:40 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b88e5d68 app-misc/anki-bin: rename dev-python/{PyQt6-WebEngine → pyqt6-webengine} Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> app-misc/anki-bin/anki-bin-24.06.3-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/anki-bin/anki-bin-24.06.3-r1.ebuild b/app-misc/anki-bin/anki-bin-24.06.3-r1.ebuild index 068a36f32..198fe0d4f 100644 --- a/app-misc/anki-bin/anki-bin-24.06.3-r1.ebuild +++ b/app-misc/anki-bin/anki-bin-24.06.3-r1.ebuild @@ -62,7 +62,7 @@ RDEPEND=" dev-python/waitress[${PYTHON_USEDEP}] >=dev-python/PyQt6-6.6.1[gui,network,opengl,quick,webchannel,widgets,${PYTHON_USEDEP}] >=dev-python/PyQt6-sip-13.6.0[${PYTHON_USEDEP}] - >=dev-python/PyQt6-WebEngine-6.6.0[widgets,${PYTHON_USEDEP}]') + >=dev-python/pyqt6-webengine-6.6.0[widgets,${PYTHON_USEDEP}]') " BDEPEND="app-arch/unzip"