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 3AE4115808B for ; Tue, 8 Mar 2022 12:17:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 662A9E0833; Tue, 8 Mar 2022 12:17:54 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 51575E0833 for ; Tue, 8 Mar 2022 12:17:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 AE71D3432BC for ; Tue, 8 Mar 2022 12:17:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B0A50250 for ; Tue, 8 Mar 2022 12:17:49 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1646741863.32dfe55c617a5e7e3f62d00a12882809bca657c3.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/murmur/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/murmur/murmur-1.4.230-r2.ebuild media-sound/murmur/murmur-9999.ebuild X-VCS-Directories: media-sound/murmur/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 32dfe55c617a5e7e3f62d00a12882809bca657c3 X-VCS-Branch: master Date: Tue, 8 Mar 2022 12:17: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: 4582e773-6765-4914-b34b-0ad9416fa248 X-Archives-Hash: 892bbc67fbcd2a09b1f99883d041eff5 commit: 32dfe55c617a5e7e3f62d00a12882809bca657c3 Author: Lars Wendler gentoo org> AuthorDate: Tue Mar 8 12:16:48 2022 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue Mar 8 12:17:43 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32dfe55c media-sound/murmur: Removed redundant call to "default" in src_prepare Signed-off-by: Lars Wendler gentoo.org> media-sound/murmur/murmur-1.4.230-r2.ebuild | 2 -- media-sound/murmur/murmur-9999.ebuild | 2 -- 2 files changed, 4 deletions(-) diff --git a/media-sound/murmur/murmur-1.4.230-r2.ebuild b/media-sound/murmur/murmur-1.4.230-r2.ebuild index 50cc111347c0..d5c37496cf5d 100644 --- a/media-sound/murmur/murmur-1.4.230-r2.ebuild +++ b/media-sound/murmur/murmur-1.4.230-r2.ebuild @@ -80,8 +80,6 @@ DOC_CONTENTS=" " src_prepare() { - default - if [[ "${PV}" == *9999 ]] ; then pushd scripts &>/dev/null || die ./mkini.sh || die diff --git a/media-sound/murmur/murmur-9999.ebuild b/media-sound/murmur/murmur-9999.ebuild index 50cc111347c0..d5c37496cf5d 100644 --- a/media-sound/murmur/murmur-9999.ebuild +++ b/media-sound/murmur/murmur-9999.ebuild @@ -80,8 +80,6 @@ DOC_CONTENTS=" " src_prepare() { - default - if [[ "${PV}" == *9999 ]] ; then pushd scripts &>/dev/null || die ./mkini.sh || die