commit: ba6b28c15eb2fc6ee6b063a2c43d03ebaa3ce65b Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> AuthorDate: Sun Nov 3 19:11:08 2024 +0000 Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> CommitDate: Sun Nov 3 19:11:08 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba6b28c1
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 <eschwartz <AT> gentoo.org> 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 25ba24135bd4..635e8e223e94 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"
