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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 90FE9158087 for ; Tue, 5 Oct 2021 16:08:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1565E0867; Tue, 5 Oct 2021 16:08:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 96D9DE0867 for ; Tue, 5 Oct 2021 16:08:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 01C19343166 for ; Tue, 5 Oct 2021 16:08:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6EE35134 for ; Tue, 5 Oct 2021 16:08:31 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1633450104.e9ceb6dd8a2b1eef88340e434f7cec21a7ee031e.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/easyeffects/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/easyeffects/easyeffects-6.1.2.ebuild media-sound/easyeffects/easyeffects-6.1.3.ebuild X-VCS-Directories: media-sound/easyeffects/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: e9ceb6dd8a2b1eef88340e434f7cec21a7ee031e X-VCS-Branch: master Date: Tue, 5 Oct 2021 16:08:31 +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: 7d56a51a-ca02-4eb2-bb1a-562000258a28 X-Archives-Hash: 6db4f773a2016b6bcd658ed926972b59 commit: e9ceb6dd8a2b1eef88340e434f7cec21a7ee031e Author: Marek Szuba gentoo org> AuthorDate: Tue Oct 5 16:07:36 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Tue Oct 5 16:08:24 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9ceb6dd media-sound/easyeffects: do not unnecessarily inherit toolchain-funcs Signed-off-by: Marek Szuba gentoo.org> media-sound/easyeffects/easyeffects-6.1.2.ebuild | 2 +- media-sound/easyeffects/easyeffects-6.1.3.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-sound/easyeffects/easyeffects-6.1.2.ebuild b/media-sound/easyeffects/easyeffects-6.1.2.ebuild index 88d5ad9d662..92750db2b8f 100644 --- a/media-sound/easyeffects/easyeffects-6.1.2.ebuild +++ b/media-sound/easyeffects/easyeffects-6.1.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit gnome2-utils flag-o-matic meson toolchain-funcs +inherit gnome2-utils flag-o-matic meson DESCRIPTION="Limiter, auto volume and many other plugins for PipeWire applications" HOMEPAGE="https://github.com/wwmm/easyeffects" diff --git a/media-sound/easyeffects/easyeffects-6.1.3.ebuild b/media-sound/easyeffects/easyeffects-6.1.3.ebuild index 88d5ad9d662..92750db2b8f 100644 --- a/media-sound/easyeffects/easyeffects-6.1.3.ebuild +++ b/media-sound/easyeffects/easyeffects-6.1.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit gnome2-utils flag-o-matic meson toolchain-funcs +inherit gnome2-utils flag-o-matic meson DESCRIPTION="Limiter, auto volume and many other plugins for PipeWire applications" HOMEPAGE="https://github.com/wwmm/easyeffects"