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 85BA6158451 for ; Sun, 14 Jan 2024 10:20:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C9EA2E2A5F; Sun, 14 Jan 2024 10:20: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 B1D44E2A5F for ; Sun, 14 Jan 2024 10:20: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 D1D5F34322D for ; Sun, 14 Jan 2024 10:20:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4314A13E9 for ; Sun, 14 Jan 2024 10:20:31 +0000 (UTC) From: "Joe Kappus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joe Kappus" Message-ID: <1705227583.4465918986459a2b1da95f8145d8940379e20a11.joe@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-admin/s-tui/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-admin/s-tui/s-tui-1.1.4.ebuild X-VCS-Directories: app-admin/s-tui/ X-VCS-Committer: joe X-VCS-Committer-Name: Joe Kappus X-VCS-Revision: 4465918986459a2b1da95f8145d8940379e20a11 X-VCS-Branch: dev Date: Sun, 14 Jan 2024 10:20:31 +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: c9d1ea32-a5f9-4128-8ddd-fa3bbd91ecc2 X-Archives-Hash: 6d1a595884ce3bc03ea7122941834350 commit: 4465918986459a2b1da95f8145d8940379e20a11 Author: Joe Kappus wt gd> AuthorDate: Sun Jan 14 10:19:43 2024 +0000 Commit: Joe Kappus wt gd> CommitDate: Sun Jan 14 10:19:43 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=44659189 app-admin/s-tui: fix setuptools warnings Closes: https://bugs.gentoo.org/799533 Signed-off-by: Joe Kappus wt.gd> app-admin/s-tui/s-tui-1.1.4.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app-admin/s-tui/s-tui-1.1.4.ebuild b/app-admin/s-tui/s-tui-1.1.4.ebuild index c980717745..9431676948 100644 --- a/app-admin/s-tui/s-tui-1.1.4.ebuild +++ b/app-admin/s-tui/s-tui-1.1.4.ebuild @@ -10,6 +10,8 @@ inherit distutils-r1 optfeature DESCRIPTION="Stress-Terminal UI monitoring tool" HOMEPAGE="https://amanusk.github.io/s-tui/" +PATCHES="${FILESDIR}/${P}-setuptools-warning.patch" + if [[ ${PV} == *9999* ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/amanusk/${PN}.git"