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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 937A1158020 for ; Sun, 11 Dec 2022 21:30:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8F88E07E6; Sun, 11 Dec 2022 21:30:49 +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 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C0D50E07E6 for ; Sun, 11 Dec 2022 21:30: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 07E2F335DC5 for ; Sun, 11 Dec 2022 21:30:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 61DBA779 for ; Sun, 11 Dec 2022 21:30:47 +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: <1670794245.a2fda0aa2a68d558cb5bd3955c2eaf4439f26fd3.sam@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/kapidox/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/kapidox/kapidox-5.9999.ebuild X-VCS-Directories: kde-frameworks/kapidox/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a2fda0aa2a68d558cb5bd3955c2eaf4439f26fd3 X-VCS-Branch: master Date: Sun, 11 Dec 2022 21:30: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: 8783ea80-f2ff-476d-9a15-b145530357f6 X-Archives-Hash: 5d3d166b3feae5824d01ca826f3b2934 commit: a2fda0aa2a68d558cb5bd3955c2eaf4439f26fd3 Author: Sam James gentoo org> AuthorDate: Sun Dec 11 21:30:33 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sun Dec 11 21:30:45 2022 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=a2fda0aa kde-frameworks/kapidox: use PEP517 Signed-off-by: Sam James gentoo.org> kde-frameworks/kapidox/kapidox-5.9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-frameworks/kapidox/kapidox-5.9999.ebuild b/kde-frameworks/kapidox/kapidox-5.9999.ebuild index 080c513940..7959536c42 100644 --- a/kde-frameworks/kapidox/kapidox-5.9999.ebuild +++ b/kde-frameworks/kapidox/kapidox-5.9999.ebuild @@ -3,8 +3,8 @@ EAPI=8 -DISTUTILS_SINGLE_IMPL="true" -DISTUTILS_USE_SETUPTOOLS="bdepend" +DISTUTILS_SINGLE_IMPL=1 +DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{8..11} ) inherit frameworks.kde.org distutils-r1