From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 517C91582EF for ; Sat, 08 Mar 2025 07:47:52 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 3B4D234164C for ; Sat, 08 Mar 2025 07:47:52 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 382A411027C; Sat, 08 Mar 2025 07:47:51 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 2B50711027C for ; Sat, 08 Mar 2025 07:47:51 +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 D552D34164C for ; Sat, 08 Mar 2025 07:47:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6B8DB280C for ; Sat, 08 Mar 2025 07:47:49 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1741420051.65a2b6e29471e9048c6e805182698dbd115f5f6a.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/emacs-common/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/emacs-common/emacs-common-1.10.ebuild X-VCS-Directories: app-emacs/emacs-common/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 65a2b6e29471e9048c6e805182698dbd115f5f6a X-VCS-Branch: master Date: Sat, 08 Mar 2025 07:47:49 +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: edf512eb-ef7b-45ff-bf02-dd3d2e68431d X-Archives-Hash: 4c16f458bb7208cf1192f044545ec5ce commit: 65a2b6e29471e9048c6e805182698dbd115f5f6a Author: Ulrich Müller gentoo org> AuthorDate: Sat Mar 8 07:47:07 2025 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Mar 8 07:47:31 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65a2b6e2 app-emacs/emacs-common: Silence pushd and popd Signed-off-by: Ulrich Müller gentoo.org> app-emacs/emacs-common/emacs-common-1.10.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emacs/emacs-common/emacs-common-1.10.ebuild b/app-emacs/emacs-common/emacs-common-1.10.ebuild index 30d2f5838e2e..e943b4f025c9 100644 --- a/app-emacs/emacs-common/emacs-common-1.10.ebuild +++ b/app-emacs/emacs-common/emacs-common-1.10.ebuild @@ -39,7 +39,7 @@ src_install() { local i domenu emacs.desktop emacsclient.desktop - pushd icons || die + pushd icons >/dev/null || die newicon sink.png emacs-sink.png newicon emacs25_48.png emacs.png for i in 16 24 32 48 128; do @@ -49,7 +49,7 @@ src_install() { done doicon -s scalable emacs23.svg newicon -s scalable emacs25.svg emacs.svg - popd + popd >/dev/null || die if use gsettings; then insinto /usr/share/glib-2.0/schemas