diff options
author | Sam James <sam@gentoo.org> | 2023-07-07 23:48:26 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-07-07 23:51:46 +0100 |
commit | d07f08e9eca716cc9c8ab88edbf5624c3834e923 (patch) | |
tree | 7cc7657e5633f0b5514aadd073365fe3179dffb5 /sys-apps/coreutils/coreutils-9999.ebuild | |
parent | app-emulation/wine-vanilla: add 8.12 (diff) | |
download | gentoo-d07f08e9eca716cc9c8ab88edbf5624c3834e923.tar.gz gentoo-d07f08e9eca716cc9c8ab88edbf5624c3834e923.tar.bz2 gentoo-d07f08e9eca716cc9c8ab88edbf5624c3834e923.zip |
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 <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 <sam@gentoo.org>
Diffstat (limited to 'sys-apps/coreutils/coreutils-9999.ebuild')
-rw-r--r-- | sys-apps/coreutils/coreutils-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |