From 7589090b4809049e6662c44169901b211dec1c01 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sun, 10 Jan 2021 22:02:40 +0100 Subject: acct-group/distcc: Fix GID to 240 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The old ebuild already allocated UID for distcc, so it was my mistake to reserve a new one. Let's change it back quickly while a relatively small number of users have the other GID. Signed-off-by: Michał Górny --- acct-group/distcc/distcc-0.ebuild | 8 -------- acct-group/distcc/distcc-1.ebuild | 8 ++++++++ 2 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 acct-group/distcc/distcc-0.ebuild create mode 100644 acct-group/distcc/distcc-1.ebuild (limited to 'acct-group') diff --git a/acct-group/distcc/distcc-0.ebuild b/acct-group/distcc/distcc-0.ebuild deleted file mode 100644 index 7b4ece7e0c19..000000000000 --- a/acct-group/distcc/distcc-0.ebuild +++ /dev/null @@ -1,8 +0,0 @@ -# Copyright 2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit acct-group - -ACCT_GROUP_ID=358 diff --git a/acct-group/distcc/distcc-1.ebuild b/acct-group/distcc/distcc-1.ebuild new file mode 100644 index 000000000000..d26894412994 --- /dev/null +++ b/acct-group/distcc/distcc-1.ebuild @@ -0,0 +1,8 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +ACCT_GROUP_ID=240 -- cgit v1.2.3-65-gdbad