diff options
author | Sam James <sam@gentoo.org> | 2022-10-08 20:50:48 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-08 20:51:55 +0100 |
commit | 7c05fc02f2a8db0d3f8c4385f591965f397461a3 (patch) | |
tree | a7aea200d22fd67380d87f7d71c202c3bab7c51b /sci-calculators | |
parent | sci-calculators/grpn: fix DeprecatedEclass (eutils) (diff) | |
download | gentoo-7c05fc02f2a8db0d3f8c4385f591965f397461a3.tar.gz gentoo-7c05fc02f2a8db0d3f8c4385f591965f397461a3.tar.bz2 gentoo-7c05fc02f2a8db0d3f8c4385f591965f397461a3.zip |
sci-calculators/tiemu: fix DeprecatedEclass (eutils)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-calculators')
-rw-r--r-- | sci-calculators/tiemu/tiemu-3.03-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-calculators/tiemu/tiemu-3.03-r1.ebuild b/sci-calculators/tiemu/tiemu-3.03-r1.ebuild index 518e6840d162..62b0cee3d4f5 100644 --- a/sci-calculators/tiemu/tiemu-3.03-r1.ebuild +++ b/sci-calculators/tiemu/tiemu-3.03-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2020 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="Texas Instruments hand-helds emulator" HOMEPAGE="http://lpg.ticalc.org/prj_tiemu/" |