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 EFD931581C1 for ; Wed, 17 Jul 2024 00:13:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5A722BC019; Wed, 17 Jul 2024 00:13:45 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 CA7612BC019 for ; Wed, 17 Jul 2024 00:13:45 +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 A086B340906 for ; Wed, 17 Jul 2024 00:13:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DA6AB1B89 for ; Wed, 17 Jul 2024 00:13:41 +0000 (UTC) From: "Eli Burch" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Eli Burch" Message-ID: <1721175202.1276c9a475c67f7f45f31f9979942dd9d56aa7ec.redawl@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-libs/glad/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-libs/glad/glad-2.0.6.ebuild X-VCS-Directories: media-libs/glad/ X-VCS-Committer: redawl X-VCS-Committer-Name: Eli Burch X-VCS-Revision: 1276c9a475c67f7f45f31f9979942dd9d56aa7ec X-VCS-Branch: dev Date: Wed, 17 Jul 2024 00:13:41 +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: d9892cb6-764d-4c7c-abcd-3f24d818b8f5 X-Archives-Hash: 497ec859341983c89dca730c42ace861 commit: 1276c9a475c67f7f45f31f9979942dd9d56aa7ec Author: Eli Burch burchbytes com> AuthorDate: Wed Jul 17 00:12:59 2024 +0000 Commit: Eli Burch burchbytes com> CommitDate: Wed Jul 17 00:13:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1276c9a4 media-libs/glad: use distutils-r1_src_prepare Signed-off-by: Eli Burch burchbytes.com> media-libs/glad/glad-2.0.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/glad/glad-2.0.6.ebuild b/media-libs/glad/glad-2.0.6.ebuild index f320def3d..d9c12b69c 100644 --- a/media-libs/glad/glad-2.0.6.ebuild +++ b/media-libs/glad/glad-2.0.6.ebuild @@ -20,7 +20,7 @@ DEPEND="dev-python/jinja" RDEPEND="${DEPEND}" src_prepare(){ - default + distutils-r1_src_prepare sed -i 's@level=logging.DEBUG@level=logging.WARN@g' "glad/__main__.py" || die sed -i 's@find_packages@find_namespace_packages@g' "setup.py" || die