diff options
author | Sam James <sam@gentoo.org> | 2022-03-10 04:43:09 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-03-10 21:09:29 +0000 |
commit | 8fde0cdbf8ed0189ddb6b8fc79857efeeb642eb8 (patch) | |
tree | fb0135a07405f3375f768fbbfd7a983056c0ba26 /sci-electronics/gerbv | |
parent | net-print/gutenprint: drop 5.3.3-r1, 5.3.4-r2 (diff) | |
download | gentoo-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.ebuild | 4 |
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/" |