diff options
author | Sam James <sam@gentoo.org> | 2022-04-26 06:34:11 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-26 06:34:11 +0100 |
commit | 710201ea574c771ec3ef4d02f559afc992971a36 (patch) | |
tree | d3a8ac150d27c81f596ae7ab2bb9f7ccf9f1426c /sci-calculators | |
parent | sci-biology/tree-puzzle: drop unused toolchain-funcs (diff) | |
download | gentoo-710201ea574c771ec3ef4d02f559afc992971a36.tar.gz gentoo-710201ea574c771ec3ef4d02f559afc992971a36.tar.bz2 gentoo-710201ea574c771ec3ef4d02f559afc992971a36.zip |
sci-calculators/calcoo: inherit desktop, not eutils
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-calculators')
-rw-r--r-- | sci-calculators/calcoo/calcoo-1.3.18-r1.ebuild | 4 |
1 files 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/" |