From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1453334-garchives=archives.gentoo.org@lists.gentoo.org> 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 59CCE158020 for <garchives@archives.gentoo.org>; Thu, 3 Nov 2022 23:15:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06571E07C5; Thu, 3 Nov 2022 23:15:24 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6BB6CE07D1 for <gentoo-commits@lists.gentoo.org>; Thu, 3 Nov 2022 23:15:23 +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 8D93C34135A for <gentoo-commits@lists.gentoo.org>; Thu, 3 Nov 2022 23:15:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EEAB3703 for <gentoo-commits@lists.gentoo.org>; Thu, 3 Nov 2022 23:15:19 +0000 (UTC) From: "Conrad Kostecki" <conikost@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" <conikost@gentoo.org> Message-ID: <1667517301.75f3485a1926eb9b1a35362dd446085146a0d0d6.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/rrdtool/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/rrdtool/rrdtool-1.8.0-r1.ebuild X-VCS-Directories: net-analyzer/rrdtool/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 75f3485a1926eb9b1a35362dd446085146a0d0d6 X-VCS-Branch: master Date: Thu, 3 Nov 2022 23:15:19 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e139475f-e497-4423-8814-38cc502bcd6a X-Archives-Hash: 48a92a2ee8fcaa7aa2ae748cde608d9b commit: 75f3485a1926eb9b1a35362dd446085146a0d0d6 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Thu Nov 3 23:13:25 2022 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Thu Nov 3 23:15:01 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75f3485a net-analyzer/rrdtool: migrate to pep517 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> net-analyzer/rrdtool/rrdtool-1.8.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-analyzer/rrdtool/rrdtool-1.8.0-r1.ebuild b/net-analyzer/rrdtool/rrdtool-1.8.0-r1.ebuild index e64c43bd9ac0..ef0b848d3de4 100644 --- a/net-analyzer/rrdtool/rrdtool-1.8.0-r1.ebuild +++ b/net-analyzer/rrdtool/rrdtool-1.8.0-r1.ebuild @@ -5,7 +5,7 @@ EAPI=8 LUA_COMPAT=( lua5-{1..4} luajit ) PYTHON_COMPAT=( python3_{8..11} ) - +DISTUTILS_USE_PEP517="setuptools" DISTUTILS_OPTIONAL="true" DISTUTILS_SINGLE_IMPL="true" GENTOO_DEPEND_ON_PERL="no"