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 3604915800F for ; Sun, 29 Jan 2023 10:53:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80D78E094F; Sun, 29 Jan 2023 10:53:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 6AD9EE094F for ; Sun, 29 Jan 2023 10:53:43 +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 1F146340E7A for ; Sun, 29 Jan 2023 10:53:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B01067F8 for ; Sun, 29 Jan 2023 10:53:41 +0000 (UTC) From: "Haelwenn Monnier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Haelwenn Monnier" Message-ID: <1674989052.754f9672ac67c3e5e6966d18bf810046228a3e6a.lanodan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-util/typescript-language-server/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-util/typescript-language-server/typescript-language-server-3.0.3.ebuild X-VCS-Directories: dev-util/typescript-language-server/ X-VCS-Committer: lanodan X-VCS-Committer-Name: Haelwenn Monnier X-VCS-Revision: 754f9672ac67c3e5e6966d18bf810046228a3e6a X-VCS-Branch: master Date: Sun, 29 Jan 2023 10:53: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: 3785d6b3-c895-4747-8c5d-389faa90dae9 X-Archives-Hash: 1d3745dd2916d7e8ebc32daaf74ba7fe commit: 754f9672ac67c3e5e6966d18bf810046228a3e6a Author: Ronny (tastytea) Gutbrod tastytea de> AuthorDate: Sun Jan 29 10:41:39 2023 +0000 Commit: Haelwenn Monnier hacktivis me> CommitDate: Sun Jan 29 10:44:12 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=754f9672 dev-util/typescript-language-server: fix src_unpack cd was needed for unpacking the -deps archive, but that's not needed anymore. Signed-off-by: Ronny (tastytea) Gutbrod tastytea.de> .../typescript-language-server/typescript-language-server-3.0.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/typescript-language-server/typescript-language-server-3.0.3.ebuild b/dev-util/typescript-language-server/typescript-language-server-3.0.3.ebuild index adf4ae092..071c58f51 100644 --- a/dev-util/typescript-language-server/typescript-language-server-3.0.3.ebuild +++ b/dev-util/typescript-language-server/typescript-language-server-3.0.3.ebuild @@ -27,7 +27,7 @@ BDEPEND=" " src_unpack() { - cd "${T}" || die "Could not cd to temporary directory" + : # npm uses the archive directly } src_install() {