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 3EA0F15ACFB for ; Thu, 13 Apr 2023 17:26:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33E46E07FE; Thu, 13 Apr 2023 17:26:21 +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 CF405E07FE for ; Thu, 13 Apr 2023 17:26:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 F23ED335CB1 for ; Thu, 13 Apr 2023 17:26:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 07FB8A32 for ; Thu, 13 Apr 2023 17:26:16 +0000 (UTC) From: "Vitaly Zdanevich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Vitaly Zdanevich" Message-ID: <1681406755.c09dc2cca1882edc6d4cbba167e80d94ebad777b.zdanevich.vitaly@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/1password/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/1password/1password-8.10.3.ebuild X-VCS-Directories: gui-apps/1password/ X-VCS-Committer: zdanevich.vitaly X-VCS-Committer-Name: Vitaly Zdanevich X-VCS-Revision: c09dc2cca1882edc6d4cbba167e80d94ebad777b X-VCS-Branch: dev Date: Thu, 13 Apr 2023 17:26:16 +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: aae8efe3-df8a-4ed0-a8f9-92c1cb67b910 X-Archives-Hash: eaba9e314d712f18dbef5d860edc408c commit: c09dc2cca1882edc6d4cbba167e80d94ebad777b Author: Vitaly Zdanevich ya ru> AuthorDate: Thu Apr 13 17:25:55 2023 +0000 Commit: Vitaly Zdanevich ya ru> CommitDate: Thu Apr 13 17:25:55 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c09dc2cc app-misc/1password fix group name Signed-off-by: Vitaly Zdanevich ya.ru> gui-apps/1password/1password-8.10.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui-apps/1password/1password-8.10.3.ebuild b/gui-apps/1password/1password-8.10.3.ebuild index f9f2fcd9d..b4f9bf99a 100644 --- a/gui-apps/1password/1password-8.10.3.ebuild +++ b/gui-apps/1password/1password-8.10.3.ebuild @@ -41,7 +41,7 @@ src_install() { cp -ar "${S}/opt" "${D}" || die "Install failed!" cp -ar "${S}/usr" "${D}" || die "Install failed!" - chgrp onepassword "${D}/opt/1Password/1Password-BrowserSupport" || die + chgrp 1password "${D}/opt/1Password/1Password-BrowserSupport" || die dosym ../../opt/1Password/1password /usr/bin/1password }