From 124ad96264f65068e5d1a4865d40562b0569266b Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Sun, 9 Jul 2023 12:58:57 -0400 Subject: Revbump all acct-group and acct-user packages user-info.eclass was modified to fix a bug in egetent. Revbump everything to ensure that binpkgs get regenerated. Signed-off-by: Mike Gilbert --- acct-user/nobody/nobody-0-r1.ebuild | 17 +++++++++++++++++ acct-user/nobody/nobody-0.ebuild | 17 ----------------- 2 files changed, 17 insertions(+), 17 deletions(-) create mode 100644 acct-user/nobody/nobody-0-r1.ebuild delete mode 100644 acct-user/nobody/nobody-0.ebuild (limited to 'acct-user/nobody') diff --git a/acct-user/nobody/nobody-0-r1.ebuild b/acct-user/nobody/nobody-0-r1.ebuild new file mode 100644 index 000000000000..8ee787fc00b2 --- /dev/null +++ b/acct-user/nobody/nobody-0-r1.ebuild @@ -0,0 +1,17 @@ +# Copyright 2020-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-user + +ACCT_USER_ID=65534 +ACCT_USER_ENFORCE_ID=yes +ACCT_USER_HOME="/var/empty" +ACCT_USER_HOME_OWNER="root:root" +ACCT_USER_HOME_PERMS=0755 +ACCT_USER_GROUPS=( nobody ) + +acct-user_add_deps + +RDEPEND+=" acct-user/root" diff --git a/acct-user/nobody/nobody-0.ebuild b/acct-user/nobody/nobody-0.ebuild deleted file mode 100644 index 444addd883b0..000000000000 --- a/acct-user/nobody/nobody-0.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit acct-user - -ACCT_USER_ID=65534 -ACCT_USER_ENFORCE_ID=yes -ACCT_USER_HOME="/var/empty" -ACCT_USER_HOME_OWNER="root:root" -ACCT_USER_HOME_PERMS=0755 -ACCT_USER_GROUPS=( nobody ) - -acct-user_add_deps - -RDEPEND+=" acct-user/root" -- cgit v1.2.3-65-gdbad