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 E042C158043 for ; Mon, 25 Mar 2024 09:22:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D159DE29F5; Mon, 25 Mar 2024 09:21:59 +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 8AC6EE29F5 for ; Mon, 25 Mar 2024 09:21:59 +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 82B2A3430B8 for ; Mon, 25 Mar 2024 09:21:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E373D15E4 for ; Mon, 25 Mar 2024 09:21:56 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1711358443.2ceee599a65a3451ece4af6d834e7daf2925f9d7.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/cmt-plugins/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/cmt-plugins/cmt-plugins-1.17-r1.ebuild X-VCS-Directories: media-plugins/cmt-plugins/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2ceee599a65a3451ece4af6d834e7daf2925f9d7 X-VCS-Branch: master Date: Mon, 25 Mar 2024 09:21:56 +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: f0ec6be6-de99-4dbf-9310-a5561417ffe4 X-Archives-Hash: 2b10c96f2e2c5ac4421c715aafa2ccf3 commit: 2ceee599a65a3451ece4af6d834e7daf2925f9d7 Author: Eli Schwartz gmail com> AuthorDate: Mon Mar 25 01:38:10 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon Mar 25 09:20:43 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ceee599 media-plugins/cmt-plugins: remove unused inherit multilib is indirectly inherited by multilib-minimal. It wasn't being used directly. Signed-off-by: Eli Schwartz gmail.com> Signed-off-by: Sam James gentoo.org> media-plugins/cmt-plugins/cmt-plugins-1.17-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-plugins/cmt-plugins/cmt-plugins-1.17-r1.ebuild b/media-plugins/cmt-plugins/cmt-plugins-1.17-r1.ebuild index 1c0c287c1b58..3205a5bdc884 100644 --- a/media-plugins/cmt-plugins/cmt-plugins-1.17-r1.ebuild +++ b/media-plugins/cmt-plugins/cmt-plugins-1.17-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit flag-o-matic multilib toolchain-funcs multilib-minimal +inherit flag-o-matic toolchain-funcs multilib-minimal MY_P="cmt_${PV}" S="${WORKDIR}/${MY_P}"