commit: d90602babd1398e4b8b765c71d2fbbf04ae334f0 Author: Marty E. Plummer <hanetzer <AT> startmail <DOT> com> AuthorDate: Thu Aug 2 23:37:30 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Aug 15 10:33:06 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d90602ba
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 games-action/xpilot/xpilot-4.5.5-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/games-action/xpilot/xpilot-4.5.5-r1.ebuild b/games-action/xpilot/xpilot-4.5.5-r1.ebuild index ecc92dce870..d2003e60dd1 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/"
