sci-calculators/calcoo: inherit desktop, not eutils

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2022-04-26 06:34:11 +01:00
parent 9903e675f0
commit 710201ea57

View File

@@ -1,9 +1,9 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit autotools eutils
inherit autotools desktop
DESCRIPTION="Scientific calculator designed to provide maximum usability"
HOMEPAGE="http://calcoo.sourceforge.net/"