commit:     7589090b4809049e6662c44169901b211dec1c01
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 10 21:02:40 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jan 10 21:04:02 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7589090b

acct-group/distcc: Fix GID to 240

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 <mgorny <AT> gentoo.org>

 acct-group/distcc/{distcc-0.ebuild => distcc-1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/acct-group/distcc/distcc-0.ebuild 
b/acct-group/distcc/distcc-1.ebuild
similarity index 87%
rename from acct-group/distcc/distcc-0.ebuild
rename to acct-group/distcc/distcc-1.ebuild
index 7b4ece7e0c1..d2689441299 100644
--- a/acct-group/distcc/distcc-0.ebuild
+++ b/acct-group/distcc/distcc-1.ebuild
@@ -5,4 +5,4 @@ EAPI=7
 
 inherit acct-group
 
-ACCT_GROUP_ID=358
+ACCT_GROUP_ID=240

Reply via email to