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 9BC6B15802F for ; Sat, 25 Feb 2023 17:31:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B875E087E; Sat, 25 Feb 2023 17:31:51 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6F002E087E for ; Sat, 25 Feb 2023 17:31:51 +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 80889340D11 for ; Sat, 25 Feb 2023 17:31:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EFC9C8AA for ; Sat, 25 Feb 2023 17:31:48 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1677346304.38096e68867827433bc7c96274fbd1fa530b305c.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/word_cloud/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/word_cloud/word_cloud-1.8.2.2-r1.ebuild media-gfx/word_cloud/word_cloud-1.8.2.2.ebuild X-VCS-Directories: media-gfx/word_cloud/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 38096e68867827433bc7c96274fbd1fa530b305c X-VCS-Branch: master Date: Sat, 25 Feb 2023 17:31:48 +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: e4e00421-3c63-4f45-b174-9ed704bf3fa5 X-Archives-Hash: 6ecfb354ff09c7260572e7af4814e5f8 commit: 38096e68867827433bc7c96274fbd1fa530b305c Author: Ulrich Müller gentoo org> AuthorDate: Sat Feb 25 17:26:27 2023 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Feb 25 17:31:44 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38096e68 media-gfx/word_cloud: Switch to DISTUTILS_USE_PEP517 Signed-off-by: Ulrich Müller gentoo.org> .../{word_cloud-1.8.2.2.ebuild => word_cloud-1.8.2.2-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/media-gfx/word_cloud/word_cloud-1.8.2.2.ebuild b/media-gfx/word_cloud/word_cloud-1.8.2.2-r1.ebuild similarity index 95% rename from media-gfx/word_cloud/word_cloud-1.8.2.2.ebuild rename to media-gfx/word_cloud/word_cloud-1.8.2.2-r1.ebuild index 51a0d979fde5..e23142a10402 100644 --- a/media-gfx/word_cloud/word_cloud-1.8.2.2.ebuild +++ b/media-gfx/word_cloud/word_cloud-1.8.2.2-r1.ebuild @@ -4,6 +4,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{9,10,11} ) +DISTUTILS_USE_PEP517=setuptools inherit distutils-r1