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 6FE55158086 for ; Tue, 23 Nov 2021 21:05:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95EA5E08AD; Tue, 23 Nov 2021 21:05:44 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 785F2E08AD for ; Tue, 23 Nov 2021 21:05:44 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3F6A1342D08 for ; Tue, 23 Nov 2021 21:05:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C5EF21DA for ; Tue, 23 Nov 2021 21:05:41 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1637701490.5ed6b5fc51e90b8e63aed1377e629c7c57789fc3.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: acct-user/subsonic/ X-VCS-Repository: repo/gentoo X-VCS-Files: acct-user/subsonic/subsonic-0-r1.ebuild acct-user/subsonic/subsonic-0.ebuild X-VCS-Directories: acct-user/subsonic/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 5ed6b5fc51e90b8e63aed1377e629c7c57789fc3 X-VCS-Branch: master Date: Tue, 23 Nov 2021 21:05:41 +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: e1159c4e-869d-4917-96df-85a7a30c586e X-Archives-Hash: b3a6a8ec1f529ece72a03a2f25f4eaa7 commit: 5ed6b5fc51e90b8e63aed1377e629c7c57789fc3 Author: Conrad Kostecki gentoo org> AuthorDate: Tue Nov 23 21:04:50 2021 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Tue Nov 23 21:04:50 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ed6b5fc acct-user/subsonic: update to use correct Package used wrong uid, so corrected it, to use the one, which is also specified in uid-gid.txt. Closes: https://bugs.gentoo.org/825714 Signed-off-by: Conrad Kostecki gentoo.org> acct-user/subsonic/{subsonic-0.ebuild => subsonic-0-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acct-user/subsonic/subsonic-0.ebuild b/acct-user/subsonic/subsonic-0-r1.ebuild similarity index 93% rename from acct-user/subsonic/subsonic-0.ebuild rename to acct-user/subsonic/subsonic-0-r1.ebuild index e5a5b6d412ec..6ca134e7f2a6 100644 --- a/acct-user/subsonic/subsonic-0.ebuild +++ b/acct-user/subsonic/subsonic-0-r1.ebuild @@ -9,6 +9,6 @@ DESCRIPTION="A user for media-sound/subsonic-bin" ACCT_USER_GROUPS=( "subsonic" ) ACCT_USER_HOME="/var/lib/subsonic" -ACCT_USER_ID="126" +ACCT_USER_ID="136" acct-user_add_deps