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 D847F15806E for ; Sat, 20 May 2023 05:09:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 970A8E07BA; Sat, 20 May 2023 05:09:33 +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 80600E07B3 for ; Sat, 20 May 2023 05:09:33 +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 94201340E6B for ; Sat, 20 May 2023 05:09:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C699DA74 for ; Sat, 20 May 2023 05:09:30 +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: <1684559338.ef71cb475062f56f19f8e96c60bdf6524811f396.sam@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-r1.ebuild app-text/dblatex/dblatex-0.3.12.ebuild X-VCS-Directories: app-text/dblatex/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ef71cb475062f56f19f8e96c60bdf6524811f396 X-VCS-Branch: master Date: Sat, 20 May 2023 05:09:30 +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: 55c9b0f3-b263-408a-b484-69ea55444ed7 X-Archives-Hash: 513916807db188611a41adf10b18e80c commit: ef71cb475062f56f19f8e96c60bdf6524811f396 Author: Sam James gentoo org> AuthorDate: Sat May 20 05:08:58 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sat May 20 05:08:58 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef71cb47 app-text/dblatex: fix installation of binary Closes: https://bugs.gentoo.org/906788 Fixes: f03b7342f213d1eae93ff2fa6c36b228c5791458 Signed-off-by: Sam James gentoo.org> app-text/dblatex/{dblatex-0.3.12.ebuild => dblatex-0.3.12-r1.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-text/dblatex/dblatex-0.3.12.ebuild b/app-text/dblatex/dblatex-0.3.12-r1.ebuild similarity index 95% rename from app-text/dblatex/dblatex-0.3.12.ebuild rename to app-text/dblatex/dblatex-0.3.12-r1.ebuild index 322cbb5713ef..8ea4d20f5ee6 100644 --- a/app-text/dblatex/dblatex-0.3.12.ebuild +++ b/app-text/dblatex/dblatex-0.3.12-r1.ebuild @@ -3,7 +3,8 @@ EAPI="7" -DISTUTILS_USE_PEP517=setuptools +# Breaks installation of /usr/bin/dblatex, bug #906788 +#DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1