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 3FAAC15802F for ; Thu, 23 Feb 2023 15:29:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 62429E07EF; Thu, 23 Feb 2023 15:29:41 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 4D1C9E07EF for ; Thu, 23 Feb 2023 15:29:41 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 76A50340C20 for ; Thu, 23 Feb 2023 15:29:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F3A1F7D0 for ; Thu, 23 Feb 2023 15:29:38 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1677166175.bd3d10895e5df5aace53b382ac181e7a1a80a79c.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/scala-cli-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/scala-cli-bin/scala-cli-bin-0.2.0.ebuild X-VCS-Directories: dev-java/scala-cli-bin/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: bd3d10895e5df5aace53b382ac181e7a1a80a79c X-VCS-Branch: master Date: Thu, 23 Feb 2023 15:29:38 +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: f97147cb-fc68-43c4-8e82-5457ccf2ba23 X-Archives-Hash: bbb01d44f90498029fc74b84b1850571 commit: bd3d10895e5df5aace53b382ac181e7a1a80a79c Author: Florian Schmaus gentoo org> AuthorDate: Thu Feb 23 15:29:26 2023 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Thu Feb 23 15:29:35 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd3d1089 dev-java/scala-cli-bin: drop --home when generating shell completions Closes: https://bugs.gentoo.org/896046 Signed-off-by: Florian Schmaus gentoo.org> dev-java/scala-cli-bin/scala-cli-bin-0.2.0.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-java/scala-cli-bin/scala-cli-bin-0.2.0.ebuild b/dev-java/scala-cli-bin/scala-cli-bin-0.2.0.ebuild index c2bab1ad0205..b98ba9d709aa 100644 --- a/dev-java/scala-cli-bin/scala-cli-bin-0.2.0.ebuild +++ b/dev-java/scala-cli-bin/scala-cli-bin-0.2.0.ebuild @@ -47,7 +47,6 @@ src_prepare() { src_compile() { for shell in bash zsh; do ./scala-cli install-completions \ - --home "${T}" \ --shell ${shell} \ --env \ --output "${S}" \