commit: 710201ea574c771ec3ef4d02f559afc992971a36 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Apr 26 05:34:11 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Apr 26 05:34:11 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=710201ea
sci-calculators/calcoo: inherit desktop, not eutils Signed-off-by: Sam James <sam <AT> gentoo.org> sci-calculators/calcoo/calcoo-1.3.18-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-calculators/calcoo/calcoo-1.3.18-r1.ebuild b/sci-calculators/calcoo/calcoo-1.3.18-r1.ebuild index 9924c994128a..ed6619f18b9e 100644 --- a/sci-calculators/calcoo/calcoo-1.3.18-r1.ebuild +++ b/sci-calculators/calcoo/calcoo-1.3.18-r1.ebuild @@ -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/"
