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 A396C158090 for ; Fri, 20 May 2022 13:28:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D51D7E088F; Fri, 20 May 2022 13:28:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6088EE088F for ; Fri, 20 May 2022 13:28:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 787E93414A5 for ; Fri, 20 May 2022 13:28:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6436E445 for ; Fri, 20 May 2022 13:28:13 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1653053277.3b6daa22cdcbbfac3fc94947b1029b017fc8e7b3.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/nfoview/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/nfoview/nfoview-1.28.1-r1.ebuild app-text/nfoview/nfoview-1.28.1.ebuild X-VCS-Directories: app-text/nfoview/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 3b6daa22cdcbbfac3fc94947b1029b017fc8e7b3 X-VCS-Branch: master Date: Fri, 20 May 2022 13:28:13 +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: a6ab522a-3cae-45ec-b4b6-c6d29ec526b9 X-Archives-Hash: 7c25fce6a902eb6f1ca565bd0b61ff52 commit: 3b6daa22cdcbbfac3fc94947b1029b017fc8e7b3 Author: Till Schäfer uni-dortmund de> AuthorDate: Fri May 20 11:46:14 2022 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Fri May 20 13:27:57 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b6daa22 app-text/nfoview: revert PEP 517 migration causes location errors for include files Closes: https://bugs.gentoo.org/846563 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Till Schäfer uni-dortmund.de> Closes: https://github.com/gentoo/gentoo/pull/25572 Signed-off-by: Joonas Niilola gentoo.org> app-text/nfoview/{nfoview-1.28.1.ebuild => nfoview-1.28.1-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/nfoview/nfoview-1.28.1.ebuild b/app-text/nfoview/nfoview-1.28.1-r1.ebuild similarity index 96% rename from app-text/nfoview/nfoview-1.28.1.ebuild rename to app-text/nfoview/nfoview-1.28.1-r1.ebuild index 6fbe3ae73b90..227f00ed1eda 100644 --- a/app-text/nfoview/nfoview-1.28.1.ebuild +++ b/app-text/nfoview/nfoview-1.28.1-r1.ebuild @@ -3,8 +3,8 @@ EAPI=8 +DISTUTILS_USE_SETUPTOOLS=no PYTHON_COMPAT=( python3_{8..10} ) -DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 virtualx xdg