diff options
author | Joonas Niilola <juippis@gentoo.org> | 2022-03-27 08:54:43 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2022-03-27 08:54:43 +0300 |
commit | 0893a1bb185f4eb5df527d74e863637f8acd1450 (patch) | |
tree | 9cca05c5be8c683ec84846361f1d4ec84ae6adff /acct-group/gitlab-runner/gitlab-runner-1.ebuild | |
parent | Revert "app-misc/tracker-miners: Drop old versions" (diff) | |
download | gentoo-0893a1bb185f4eb5df527d74e863637f8acd1450.tar.gz gentoo-0893a1bb185f4eb5df527d74e863637f8acd1450.tar.bz2 gentoo-0893a1bb185f4eb5df527d74e863637f8acd1450.zip |
acct-group/gitlab-runner: bump the GID due to a conflict
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'acct-group/gitlab-runner/gitlab-runner-1.ebuild')
-rw-r--r-- | acct-group/gitlab-runner/gitlab-runner-1.ebuild | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/acct-group/gitlab-runner/gitlab-runner-1.ebuild b/acct-group/gitlab-runner/gitlab-runner-1.ebuild new file mode 100644 index 000000000000..7a63620aefd8 --- /dev/null +++ b/acct-group/gitlab-runner/gitlab-runner-1.ebuild @@ -0,0 +1,8 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +ACCT_GROUP_ID=510 |