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 E1B5615800D for ; Fri, 7 Jul 2023 22:52:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33D93E084A; Fri, 7 Jul 2023 22:52:06 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 13DD9E084A for ; Fri, 7 Jul 2023 22:52:06 +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 0D838340E2B for ; Fri, 7 Jul 2023 22:52:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6854B119 for ; Fri, 7 Jul 2023 22:52:03 +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: <1688770306.d07f08e9eca716cc9c8ab88edbf5624c3834e923.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/coreutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/coreutils/coreutils-8.32-r1.ebuild sys-apps/coreutils/coreutils-9.1-r2.ebuild sys-apps/coreutils/coreutils-9.3-r2.ebuild sys-apps/coreutils/coreutils-9.3-r3.ebuild sys-apps/coreutils/coreutils-9999.ebuild X-VCS-Directories: sys-apps/coreutils/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d07f08e9eca716cc9c8ab88edbf5624c3834e923 X-VCS-Branch: master Date: Fri, 7 Jul 2023 22:52:03 +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: 34bf3c1b-c5a5-4c18-82e8-2254c46209fb X-Archives-Hash: 20ce238f08de7c5cb35162500ff2f337 commit: d07f08e9eca716cc9c8ab88edbf5624c3834e923 Author: Sam James gentoo org> AuthorDate: Fri Jul 7 22:48:26 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jul 7 22:51:46 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d07f08e9 sys-apps/coreutils: update COREUTILS_GROUP name in src_test This is only in a comment anyway, but I'll keep it for now with the fixed name (since 2005!) as it may be useful. This was changed upstream in: ``` commit a57516e20fe715b115b281d46d2370a952973342 Author: Paul Eggert cs.ucla.edu> Date: Mon Apr 18 23:33:10 2005 +0000 (COREUTILS_GROUPS): Renamed from FETISH_GROUPS. ``` I've been wondering about this for a while, so thanks to vimproved for making me actually check it. Signed-off-by: Sam James gentoo.org> sys-apps/coreutils/coreutils-8.32-r1.ebuild | 2 +- sys-apps/coreutils/coreutils-9.1-r2.ebuild | 2 +- sys-apps/coreutils/coreutils-9.3-r2.ebuild | 2 +- sys-apps/coreutils/coreutils-9.3-r3.ebuild | 2 +- sys-apps/coreutils/coreutils-9999.ebuild | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sys-apps/coreutils/coreutils-8.32-r1.ebuild b/sys-apps/coreutils/coreutils-8.32-r1.ebuild index 9115d134aba6..40db74840339 100644 --- a/sys-apps/coreutils/coreutils-8.32-r1.ebuild +++ b/sys-apps/coreutils/coreutils-8.32-r1.ebuild @@ -171,7 +171,7 @@ src_test() { addwrite /dev/full #export RUN_EXPENSIVE_TESTS="yes" - #export FETISH_GROUPS="portage wheel" + #export COREUTILS_GROUPS="portage wheel" env PATH="${T}/mount-wrappers:${PATH}" \ emake -j1 -k check } diff --git a/sys-apps/coreutils/coreutils-9.1-r2.ebuild b/sys-apps/coreutils/coreutils-9.1-r2.ebuild index 4cdfdc3f3bed..fc47f7eaacd1 100644 --- a/sys-apps/coreutils/coreutils-9.1-r2.ebuild +++ b/sys-apps/coreutils/coreutils-9.1-r2.ebuild @@ -200,7 +200,7 @@ src_test() { addwrite /dev/full #export RUN_EXPENSIVE_TESTS="yes" - #export FETISH_GROUPS="portage wheel" + #export COREUTILS_GROUPS="portage wheel" env PATH="${T}/mount-wrappers:${PATH}" emake -k check VERBOSE=yes } diff --git a/sys-apps/coreutils/coreutils-9.3-r2.ebuild b/sys-apps/coreutils/coreutils-9.3-r2.ebuild index a85afed513e4..8eb0b257c20d 100644 --- a/sys-apps/coreutils/coreutils-9.3-r2.ebuild +++ b/sys-apps/coreutils/coreutils-9.3-r2.ebuild @@ -221,7 +221,7 @@ src_test() { addwrite /dev/full #export RUN_EXPENSIVE_TESTS="yes" - #export FETISH_GROUPS="portage wheel" + #export COREUTILS_GROUPS="portage wheel" env PATH="${T}/mount-wrappers:${PATH}" gl_public_submodule_commit= \ emake -k check VERBOSE=yes } diff --git a/sys-apps/coreutils/coreutils-9.3-r3.ebuild b/sys-apps/coreutils/coreutils-9.3-r3.ebuild index 0bc3d900f5f5..17c695066880 100644 --- a/sys-apps/coreutils/coreutils-9.3-r3.ebuild +++ b/sys-apps/coreutils/coreutils-9.3-r3.ebuild @@ -225,7 +225,7 @@ src_test() { addwrite /dev/full #export RUN_EXPENSIVE_TESTS="yes" - #export FETISH_GROUPS="portage wheel" + #export COREUTILS_GROUPS="portage wheel" env PATH="${T}/mount-wrappers:${PATH}" gl_public_submodule_commit= \ emake -k check VERBOSE=yes } diff --git a/sys-apps/coreutils/coreutils-9999.ebuild b/sys-apps/coreutils/coreutils-9999.ebuild index 3e4dc9a20eb0..1edd337eadd7 100644 --- a/sys-apps/coreutils/coreutils-9999.ebuild +++ b/sys-apps/coreutils/coreutils-9999.ebuild @@ -220,7 +220,7 @@ src_test() { addwrite /dev/full #export RUN_EXPENSIVE_TESTS="yes" - #export FETISH_GROUPS="portage wheel" + #export COREUTILS_GROUPS="portage wheel" env PATH="${T}/mount-wrappers:${PATH}" gl_public_submodule_commit= \ emake -k check VERBOSE=yes }