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 6C35115808B for ; Wed, 9 Mar 2022 23:12:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B6EBE0934; Wed, 9 Mar 2022 23:12:49 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2A8B0E0934 for ; Wed, 9 Mar 2022 23:12:49 +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 1FB66343214 for ; Wed, 9 Mar 2022 23:12:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D95331A for ; Wed, 9 Mar 2022 23:12:45 +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: <1646866499.523781b7cdfad033ba960e5f1de86f2b159d946b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/gstreamripper/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/gstreamripper/gstreamripper-0.2.ebuild X-VCS-Directories: media-sound/gstreamripper/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 523781b7cdfad033ba960e5f1de86f2b159d946b X-VCS-Branch: master Date: Wed, 9 Mar 2022 23:12:45 +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: 0e104d15-f713-4175-b0bc-b7143c320a27 X-Archives-Hash: cf573f40aa4809bb3a647ab6c18d004c commit: 523781b7cdfad033ba960e5f1de86f2b159d946b Author: Sam James gentoo org> AuthorDate: Wed Mar 9 22:54:59 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Mar 9 22:54:59 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=523781b7 media-sound/gstreamripper: fix UnusedInherits (autotools) Signed-off-by: Sam James gentoo.org> media-sound/gstreamripper/gstreamripper-0.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-sound/gstreamripper/gstreamripper-0.2.ebuild b/media-sound/gstreamripper/gstreamripper-0.2.ebuild index 38325af58bec..5e95bb7b5d9b 100644 --- a/media-sound/gstreamripper/gstreamripper-0.2.ebuild +++ b/media-sound/gstreamripper/gstreamripper-0.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit autotools desktop +inherit desktop MY_P=GStreamripperX-${PV}