diff options
author | Sam James <sam@gentoo.org> | 2022-10-08 20:50:26 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-08 20:51:54 +0100 |
commit | c59a6e41a830098d874f439fa84d11e0268f09ec (patch) | |
tree | ae22d5600c158360cbe7c9903ed41008a85417ae /sci-calculators | |
parent | dev-db/mariadb: fix DeprecatedEclass (eutils) (diff) | |
download | gentoo-c59a6e41a830098d874f439fa84d11e0268f09ec.tar.gz gentoo-c59a6e41a830098d874f439fa84d11e0268f09ec.tar.bz2 gentoo-c59a6e41a830098d874f439fa84d11e0268f09ec.zip |
sci-calculators/grpn: fix DeprecatedEclass (eutils)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-calculators')
-rw-r--r-- | sci-calculators/grpn/grpn-1.4.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-calculators/grpn/grpn-1.4.0.ebuild b/sci-calculators/grpn/grpn-1.4.0.ebuild index c1a57f038409..b88ba3983156 100644 --- a/sci-calculators/grpn/grpn-1.4.0.ebuild +++ b/sci-calculators/grpn/grpn-1.4.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils toolchain-funcs +inherit desktop toolchain-funcs DESCRIPTION="A reverse polish notation (RPN) calculator based on GTK+ and libmath" HOMEPAGE="http://www.getreu.net/" |