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 EE174158041 for ; Mon, 26 Feb 2024 20:26:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1895CE2ADE; Mon, 26 Feb 2024 20:26:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 CEFC8E2ADF for ; Mon, 26 Feb 2024 20:26:03 +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 AF05E33BEBE for ; Mon, 26 Feb 2024 20:26:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2409214DE for ; Mon, 26 Feb 2024 20:26:01 +0000 (UTC) From: "Rahil Bhimjiani" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rahil Bhimjiani" Message-ID: <1708979085.1e15d68eb375d7e1ceb3796314ca69aa8b4a596d.rahilarious@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-admin/bitwarden-cli/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-admin/bitwarden-cli/bitwarden-cli-2024.2.0.ebuild X-VCS-Directories: app-admin/bitwarden-cli/ X-VCS-Committer: rahilarious X-VCS-Committer-Name: Rahil Bhimjiani X-VCS-Revision: 1e15d68eb375d7e1ceb3796314ca69aa8b4a596d X-VCS-Branch: dev Date: Mon, 26 Feb 2024 20:26:01 +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: c493e804-5fd9-4fbe-855c-70d02b0566d8 X-Archives-Hash: 4b63c0d27c2e5977b7b679195aee7c7d commit: 1e15d68eb375d7e1ceb3796314ca69aa8b4a596d Author: Rahil Bhimjiani rahil rocks> AuthorDate: Mon Feb 26 17:46:22 2024 +0000 Commit: Rahil Bhimjiani gmail com> CommitDate: Mon Feb 26 20:24:45 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1e15d68e app-admin/bitwarden-cli: what is pushd must be popd Signed-off-by: Rahil Bhimjiani rahil.rocks> app-admin/bitwarden-cli/bitwarden-cli-2024.2.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-admin/bitwarden-cli/bitwarden-cli-2024.2.0.ebuild b/app-admin/bitwarden-cli/bitwarden-cli-2024.2.0.ebuild index 7d6bf1c2a0..d6eb78d6ef 100644 --- a/app-admin/bitwarden-cli/bitwarden-cli-2024.2.0.ebuild +++ b/app-admin/bitwarden-cli/bitwarden-cli-2024.2.0.ebuild @@ -54,6 +54,7 @@ src_compile() { PKG_CACHE_PATH="${WORKDIR}"/.pkg-cache npm --verbose --offline run dist:lin \ || die "Build failed! Try prebuilt from upstream ${CATEGORY}/${PN}-bin" ./dist/linux/bw completion --shell zsh > bw.zsh + popd } src_install() {