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 035111580E0 for ; Mon, 27 Jan 2025 19:04:13 +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 DBE1534342B for ; Mon, 27 Jan 2025 19:04:12 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id D9D5911046F; Mon, 27 Jan 2025 19:04:11 +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 bobolink.gentoo.org (Postfix) with ESMTPS id D042511046F for ; Mon, 27 Jan 2025 19:04:11 +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 8B65E34342B for ; Mon, 27 Jan 2025 19:04:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1E9C7190B for ; Mon, 27 Jan 2025 19:04:10 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1738004632.3c3e5f80487119a3b0aeca4fec9dd07a74f6e158.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/quimup/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/quimup/quimup-2.1.1-r1.ebuild X-VCS-Directories: media-sound/quimup/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 3c3e5f80487119a3b0aeca4fec9dd07a74f6e158 X-VCS-Branch: master Date: Mon, 27 Jan 2025 19:04:10 +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: 40635bf5-1bec-4d1d-9e58-5250446cdd9e X-Archives-Hash: cf500bd47ee54363f09372f80f70c440 commit: 3c3e5f80487119a3b0aeca4fec9dd07a74f6e158 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Jan 27 19:03:52 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Jan 27 19:03:52 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c3e5f80 media-sound/quimup: Add bug ref Signed-off-by: Andreas Sturmlechner gentoo.org> media-sound/quimup/quimup-2.1.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/quimup/quimup-2.1.1-r1.ebuild b/media-sound/quimup/quimup-2.1.1-r1.ebuild index d54ff0dddf8c..f78e98a7392e 100644 --- a/media-sound/quimup/quimup-2.1.1-r1.ebuild +++ b/media-sound/quimup/quimup-2.1.1-r1.ebuild @@ -27,7 +27,7 @@ DOCS=( changelog faq readme ) src_prepare() { default - + # bug 947318 local x for x in changelog readme; do rm ${x} || die