From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DC79E15820A for ; Tue, 08 Jul 2025 20:28:32 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id C738F34134D for ; Tue, 08 Jul 2025 20:28:32 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id B151F110560; Tue, 08 Jul 2025 20:28:22 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id A849D110560 for ; Tue, 08 Jul 2025 20:28:22 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 617923410B1 for ; Tue, 08 Jul 2025 20:28:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C508D2EF9 for ; Tue, 08 Jul 2025 20:28:19 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1752004055.e2be7d474cfecfa7e5c59a7a6f43def6d68231cc.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/anki/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/anki/anki-25.02.6.ebuild X-VCS-Directories: app-misc/anki/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e2be7d474cfecfa7e5c59a7a6f43def6d68231cc X-VCS-Branch: master Date: Tue, 08 Jul 2025 20:28:19 +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: 8950d7d7-b6bd-457e-a851-da1692ee0811 X-Archives-Hash: cfd9747ad9110ba2d3f60be7b2708934 commit: e2be7d474cfecfa7e5c59a7a6f43def6d68231cc Author: Lucio Sauer posteo net> AuthorDate: Sat Jun 7 20:12:23 2025 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jul 8 19:47:35 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2be7d47 app-misc/anki: add missing bdep dev-python/gpep517 This ebuild uses distutils_wheel_install but sets DISTUTILS_PEP517=no which means we need to add the build-time dependency ourselves. Fixes: e6b81091d520c123d552d521073088a19748ee78 Signed-off-by: Lucio Sauer posteo.net> Part-of: https://github.com/gentoo/gentoo/pull/42917 Signed-off-by: Sam James gentoo.org> app-misc/anki/anki-25.02.6.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-misc/anki/anki-25.02.6.ebuild b/app-misc/anki/anki-25.02.6.ebuild index 4797f3be475f..a55039c92807 100644 --- a/app-misc/anki/anki-25.02.6.ebuild +++ b/app-misc/anki/anki-25.02.6.ebuild @@ -104,6 +104,7 @@ BDEPEND=" >=net-libs/nodejs-20.12.1 sys-apps/yarn $(python_gen_cond_dep ' + >=dev-python/gpep517-16[${PYTHON_USEDEP}] dev-python/pyqt6[${PYTHON_USEDEP}] dev-python/wheel[${PYTHON_USEDEP}] ')