summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-03-10 04:43:09 +0000
committerSam James <sam@gentoo.org>2022-03-10 21:09:29 +0000
commit8fde0cdbf8ed0189ddb6b8fc79857efeeb642eb8 (patch)
treefb0135a07405f3375f768fbbfd7a983056c0ba26 /sci-electronics/gerbv
parentnet-print/gutenprint: drop 5.3.3-r1, 5.3.4-r2 (diff)
downloadgentoo-8fde0cdbf8ed0189ddb6b8fc79857efeeb642eb8.tar.gz
gentoo-8fde0cdbf8ed0189ddb6b8fc79857efeeb642eb8.tar.bz2
gentoo-8fde0cdbf8ed0189ddb6b8fc79857efeeb642eb8.zip
sci-electronics/gerbv: [QA] fix UnusedInherits (autotools)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-electronics/gerbv')
-rw-r--r--sci-electronics/gerbv/gerbv-2.7.0.ebuild4
1 files 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 82242e80810c..48219cd522a6 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/"