diff options
author | Marty E. Plummer <hanetzer@startmail.com> | 2018-08-01 05:38:57 -0500 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-08-15 12:32:58 +0200 |
commit | c99e3e46af97c8c0c184a39b639c7b12712bb16d (patch) | |
tree | 635b226ecdf7f2cff20f9849bc20b433d99475ae /games-action/formido | |
parent | games-action/extreme-tuxracer: eutils->desktop (diff) | |
download | gentoo-c99e3e46af97c8c0c184a39b639c7b12712bb16d.tar.gz gentoo-c99e3e46af97c8c0c184a39b639c7b12712bb16d.tar.bz2 gentoo-c99e3e46af97c8c0c184a39b639c7b12712bb16d.zip |
games-action/formido: eutils->desktop
Only has eutils for the implicit desktop inheritance for
make_desktop_entry and newicon.
Package-Manager: Portage-2.3.44, Repoman-2.3.10
Diffstat (limited to 'games-action/formido')
-rw-r--r-- | games-action/formido/formido-1.0.1-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games-action/formido/formido-1.0.1-r1.ebuild b/games-action/formido/formido-1.0.1-r1.ebuild index c7e9e86f1740..6f6f10f9c8af 100644 --- a/games-action/formido/formido-1.0.1-r1.ebuild +++ b/games-action/formido/formido-1.0.1-r1.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils toolchain-funcs + +inherit desktop toolchain-funcs DESCRIPTION="A shooting game in the spirit of Phobia games" HOMEPAGE="http://www.mhgames.org/oldies/formido/" |