diff options
author | Sam James <sam@gentoo.org> | 2022-10-08 20:51:15 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-08 20:51:55 +0100 |
commit | 905a6fa35257917228b517f15a43053cecfcc86e (patch) | |
tree | 90b9fbe4566f320b0fe1a2253b1aeab3606d1ad8 /sci-electronics/eagle | |
parent | sci-calculators/tiemu: fix DeprecatedEclass (eutils) (diff) | |
download | gentoo-905a6fa35257917228b517f15a43053cecfcc86e.tar.gz gentoo-905a6fa35257917228b517f15a43053cecfcc86e.tar.bz2 gentoo-905a6fa35257917228b517f15a43053cecfcc86e.zip |
sci-electronics/eagle: fix DeprecatedEclass (eutils)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-electronics/eagle')
-rw-r--r-- | sci-electronics/eagle/eagle-7.7.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-electronics/eagle/eagle-7.7.0-r1.ebuild b/sci-electronics/eagle/eagle-7.7.0-r1.ebuild index 17b9578f1776..713f28d478b3 100644 --- a/sci-electronics/eagle/eagle-7.7.0-r1.ebuild +++ b/sci-electronics/eagle/eagle-7.7.0-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" -inherit eutils +inherit desktop DESCRIPTION="CadSoft EAGLE schematic and printed circuit board (PCB) layout editor" HOMEPAGE="http://www.cadsoft.de" |