commit: 6bd9912054e39bb0665ba0fcaef722af7eabe624 Author: Martin Dummer <martin.dummer <AT> gmx <DOT> net> AuthorDate: Thu Feb 3 21:30:58 2022 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Sun Feb 6 15:17:33 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bd99120
acct-user/vdr: fix creation of user Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Martin Dummer <martin.dummer <AT> gmx.net> Closes: https://github.com/gentoo/gentoo/pull/24073 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> acct-user/vdr/{vdr-0.ebuild => vdr-0-r1.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/acct-user/vdr/vdr-0.ebuild b/acct-user/vdr/vdr-0-r1.ebuild similarity index 97% rename from acct-user/vdr/vdr-0.ebuild rename to acct-user/vdr/vdr-0-r1.ebuild index 55986b2ff78d..7871f9fcef97 100644 --- a/acct-user/vdr/vdr-0.ebuild +++ b/acct-user/vdr/vdr-0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021 Gentoo Authors +# Copyright 2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -59,4 +59,5 @@ pkg_preinst() { die "user action required" fi fi + acct-user_pkg_preinst }
