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 AD35515800B for ; Wed, 5 Apr 2023 07:01:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06C4AE0878; Wed, 5 Apr 2023 07:01:20 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E32D1E0878 for ; Wed, 5 Apr 2023 07:01:19 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 211A0340E97 for ; Wed, 5 Apr 2023 07:01:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9C3E1A16 for ; Wed, 5 Apr 2023 07:01:17 +0000 (UTC) From: "Matthew Smith" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Smith" Message-ID: <1680678066.f03b7342f213d1eae93ff2fa6c36b228c5791458.matthew@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/dblatex/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/dblatex/dblatex-0.3.12.ebuild X-VCS-Directories: app-text/dblatex/ X-VCS-Committer: matthew X-VCS-Committer-Name: Matthew Smith X-VCS-Revision: f03b7342f213d1eae93ff2fa6c36b228c5791458 X-VCS-Branch: master Date: Wed, 5 Apr 2023 07:01:17 +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: 709f3e9f-f167-4aa1-a3bc-8841973b1454 X-Archives-Hash: 5863013c8a728b80bb65a8a549c27101 commit: f03b7342f213d1eae93ff2fa6c36b228c5791458 Author: Matthew Smith gentoo org> AuthorDate: Wed Apr 5 07:00:26 2023 +0000 Commit: Matthew Smith gentoo org> CommitDate: Wed Apr 5 07:01:06 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f03b7342 app-text/dblatex: add DISTUTILS_USE_PEP517 Signed-off-by: Matthew Smith gentoo.org> app-text/dblatex/dblatex-0.3.12.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-text/dblatex/dblatex-0.3.12.ebuild b/app-text/dblatex/dblatex-0.3.12.ebuild index 5d96b015b1e6..b524ef4a231d 100644 --- a/app-text/dblatex/dblatex-0.3.12.ebuild +++ b/app-text/dblatex/dblatex-0.3.12.ebuild @@ -3,6 +3,7 @@ EAPI="7" +DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1