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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 905EE158086 for ; Mon, 15 Nov 2021 13:13:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22710E08D3; Mon, 15 Nov 2021 13:13:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0319CE08D3 for ; Mon, 15 Nov 2021 13:13:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ADBBB342E2D for ; Mon, 15 Nov 2021 13:13:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 22FA01CC for ; Mon, 15 Nov 2021 13:13:04 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1636981975.6bcbfc63b4beb0faddef56fd32caf48a89ce196f.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: acct-group/reg/ X-VCS-Repository: repo/gentoo X-VCS-Files: acct-group/reg/reg-0-r1.ebuild acct-group/reg/reg-0.ebuild X-VCS-Directories: acct-group/reg/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 6bcbfc63b4beb0faddef56fd32caf48a89ce196f X-VCS-Branch: master Date: Mon, 15 Nov 2021 13:13:04 +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: e98423d6-22ff-49bc-b1ce-093825dcda5f X-Archives-Hash: 205c2ef75b0b7dba29b237f6e987befe commit: 6bcbfc63b4beb0faddef56fd32caf48a89ce196f Author: Ulrich Müller gentoo org> AuthorDate: Sun Nov 14 20:23:33 2021 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon Nov 15 13:12:55 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bcbfc63 acct-group/reg: Change GID to 503 Bug: https://bugs.gentoo.org/823750 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Ulrich Müller gentoo.org> acct-group/reg/{reg-0.ebuild => reg-0-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acct-group/reg/reg-0.ebuild b/acct-group/reg/reg-0-r1.ebuild similarity index 89% rename from acct-group/reg/reg-0.ebuild rename to acct-group/reg/reg-0-r1.ebuild index 2c729ac8231a..1b9f92794354 100644 --- a/acct-group/reg/reg-0.ebuild +++ b/acct-group/reg/reg-0-r1.ebuild @@ -7,4 +7,4 @@ inherit acct-group DESCRIPTION="A group for app-emulation/reg" -ACCT_GROUP_ID="94" +ACCT_GROUP_ID="503"