From: Marty E. Plummer Date: Thu, 2 Aug 2018 23:37:30 +0000 (-0500) Subject: games-action/xpilot: eutils->desktop X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=d90602babd1398e4b8b765c71d2fbbf04ae334f0;p=gentoo.git games-action/xpilot: 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 Closes: https://github.com/gentoo/gentoo/pull/9426 --- diff --git a/games-action/xpilot/xpilot-4.5.5-r1.ebuild b/games-action/xpilot/xpilot-4.5.5-r1.ebuild index ecc92dce8706..d2003e60dd12 100644 --- a/games-action/xpilot/xpilot-4.5.5-r1.ebuild +++ b/games-action/xpilot/xpilot-4.5.5-r1.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils toolchain-funcs + +inherit desktop toolchain-funcs DESCRIPTION="A multi-player 2D client/server space game" HOMEPAGE="http://www.xpilot.org/"