summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-10-08 20:51:15 +0100
committerSam James <sam@gentoo.org>2022-10-08 20:51:55 +0100
commit905a6fa35257917228b517f15a43053cecfcc86e (patch)
tree90b9fbe4566f320b0fe1a2253b1aeab3606d1ad8 /sci-electronics
parentsci-calculators/tiemu: fix DeprecatedEclass (eutils) (diff)
downloadgentoo-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')
-rw-r--r--sci-electronics/eagle/eagle-7.7.0-r1.ebuild4
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"