From ba6b28c15eb2fc6ee6b063a2c43d03ebaa3ce65b Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Sun, 3 Nov 2024 14:11:08 -0500 Subject: [PATCH] media-video/noad: remove unused eclass Usage dropped in "media-video/noad: version bump to 0.8.7", which removed tc-getAR. Fixes: ad15bc6a97f618a8d40075625338bceed48a9a4a Signed-off-by: Eli Schwartz --- media-video/noad/noad-0.8.7-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-video/noad/noad-0.8.7-r1.ebuild b/media-video/noad/noad-0.8.7-r1.ebuild index 25ba24135bd43..635e8e223e941 100644 --- a/media-video/noad/noad-0.8.7-r1.ebuild +++ b/media-video/noad/noad-0.8.7-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 2021-2023 Gentoo Authors +# Copyright 2021-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit autotools toolchain-funcs +inherit autotools DESCRIPTION="Mark commercial breaks in VDR recordings" HOMEPAGE="https://github.com/madmartin/noad"