From: Marty E. Plummer Date: Wed, 1 Aug 2018 10:38:57 +0000 (-0500) Subject: games-action/formido: eutils->desktop X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=c99e3e46af97c8c0c184a39b639c7b12712bb16d;p=gentoo.git 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 --- 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/"