summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-01-10 22:02:40 +0100
committerMichał Górny <mgorny@gentoo.org>2021-01-10 22:04:02 +0100
commit7589090b4809049e6662c44169901b211dec1c01 (patch)
tree52dc2fd569488fe4e1699e65601267b6246813a4 /acct-group/distcc/distcc-1.ebuild
parentdev-ml/jingoo: fix dependency (diff)
downloadgentoo-7589090b4809049e6662c44169901b211dec1c01.tar.gz
gentoo-7589090b4809049e6662c44169901b211dec1c01.tar.bz2
gentoo-7589090b4809049e6662c44169901b211dec1c01.zip
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@gentoo.org>
Diffstat (limited to 'acct-group/distcc/distcc-1.ebuild')
-rw-r--r--acct-group/distcc/distcc-1.ebuild8
1 files changed, 8 insertions, 0 deletions
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