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 4755D15808C for ; Wed, 9 Mar 2022 23:15:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F173E0934; Wed, 9 Mar 2022 23:15:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 pigeon.gentoo.org (Postfix) with ESMTPS id 473DDE08F2 for ; Wed, 9 Mar 2022 23:15:34 +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 6BB56343197 for ; Wed, 9 Mar 2022 23:15:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F30CD1BD for ; Wed, 9 Mar 2022 23:15:31 +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: <1646867693.845c838b9f1ce873378a917a96d2721f9ca6a7e7.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/rawrec/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/rawrec/rawrec-0.9.991.ebuild X-VCS-Directories: media-sound/rawrec/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 845c838b9f1ce873378a917a96d2721f9ca6a7e7 X-VCS-Branch: master Date: Wed, 9 Mar 2022 23:15: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: ffc34194-85be-47c5-9e5a-3fd54ec452a4 X-Archives-Hash: 648ec3be59da35d439e0f5ba9052ba28 commit: 845c838b9f1ce873378a917a96d2721f9ca6a7e7 Author: Sam James gentoo org> AuthorDate: Wed Mar 9 23:14:53 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Mar 9 23:14:53 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=845c838b media-sound/rawrec: fix UnusedInherits (flag-o-matic) Signed-off-by: Sam James gentoo.org> media-sound/rawrec/rawrec-0.9.991.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/rawrec/rawrec-0.9.991.ebuild b/media-sound/rawrec/rawrec-0.9.991.ebuild index 9f32c4413301..e6b9fc25485c 100644 --- a/media-sound/rawrec/rawrec-0.9.991.ebuild +++ b/media-sound/rawrec/rawrec-0.9.991.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit toolchain-funcs +inherit flag-o-matic toolchain-funcs DESCRIPTION="CLI program to play and record audiofiles" HOMEPAGE="http://rawrec.sourceforge.net"