From 8fde0cdbf8ed0189ddb6b8fc79857efeeb642eb8 Mon Sep 17 00:00:00 2001 From: Sam James Date: Thu, 10 Mar 2022 04:43:09 +0000 Subject: [PATCH] sci-electronics/gerbv: [QA] fix UnusedInherits (autotools) Signed-off-by: Sam James --- sci-electronics/gerbv/gerbv-2.7.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-electronics/gerbv/gerbv-2.7.0.ebuild b/sci-electronics/gerbv/gerbv-2.7.0.ebuild index 82242e80810c3..48219cd522a69 100644 --- a/sci-electronics/gerbv/gerbv-2.7.0.ebuild +++ b/sci-electronics/gerbv/gerbv-2.7.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit autotools xdg +inherit xdg DESCRIPTION="A RS-274X (Gerber) and NC drill (Excellon) file viewer" HOMEPAGE="http://gerbv.geda-project.org/"