From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B0BA713835A for ; Sat, 17 Apr 2021 20:05:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF3F0E0877; Sat, 17 Apr 2021 20:05:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A7E82E0877 for ; Sat, 17 Apr 2021 20:05:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CBED4335DA5 for ; Sat, 17 Apr 2021 20:05:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6D1544A8 for ; Sat, 17 Apr 2021 20:05:50 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1618689706.fa1fcbcb1ddae00e2c996514a6c02228835c1fbe.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: acct-user/fort/ X-VCS-Repository: repo/proj/guru X-VCS-Files: acct-user/fort/fort-0-r1.ebuild acct-user/fort/fort-0.ebuild X-VCS-Directories: acct-user/fort/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: fa1fcbcb1ddae00e2c996514a6c02228835c1fbe X-VCS-Branch: master Date: Sat, 17 Apr 2021 20:05:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f26a13f0-ebb4-4fb6-a3f4-0937b4bf8a62 X-Archives-Hash: 339ffd5a73a9ae700abf2a51ef0f4cab Message-ID: <20210417200550.2Lb3W2FuGHD-PUChURFfoA8R-_jq-KXNX5u2UCuStUI@z> commit: fa1fcbcb1ddae00e2c996514a6c02228835c1fbe Author: Andrew Ammerlaan riseup net> AuthorDate: Sat Apr 17 20:01:46 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sat Apr 17 20:01:46 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fa1fcbcb acct-user/fort: set ID to -1 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan riseup.net> acct-user/fort/{fort-0.ebuild => fort-0-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/acct-user/fort/fort-0.ebuild b/acct-user/fort/fort-0-r1.ebuild similarity index 82% rename from acct-user/fort/fort-0.ebuild rename to acct-user/fort/fort-0-r1.ebuild index e374d0610..37af953a3 100644 --- a/acct-user/fort/fort-0.ebuild +++ b/acct-user/fort/fort-0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020 Gentoo Authors +# Copyright 2020-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,7 +7,7 @@ inherit acct-user DESCRIPTION="User for FORT RPKI validator" KEYWORDS="~amd64 ~x86" -ACCT_USER_ID=323 +ACCT_USER_ID=-1 ACCT_USER_GROUPS=( fort ) ACCT_USER_HOME="/usr/share/${PN}/"