Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-action/xpilot/
Date: Wed, 15 Aug 2018 10:33:28
Message-Id: 1534329186.d90602babd1398e4b8b765c71d2fbbf04ae334f0.mgorny@gentoo
1 commit: d90602babd1398e4b8b765c71d2fbbf04ae334f0
2 Author: Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
3 AuthorDate: Thu Aug 2 23:37:30 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 15 10:33:06 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d90602ba
7
8 games-action/xpilot: eutils->desktop
9
10 Only has eutils for the implicit desktop inheritance for
11 make_desktop_entry and newicon.
12
13 Package-Manager: Portage-2.3.44, Repoman-2.3.10
14 Closes: https://github.com/gentoo/gentoo/pull/9426
15
16 games-action/xpilot/xpilot-4.5.5-r1.ebuild | 3 ++-
17 1 file changed, 2 insertions(+), 1 deletion(-)
18
19 diff --git a/games-action/xpilot/xpilot-4.5.5-r1.ebuild b/games-action/xpilot/xpilot-4.5.5-r1.ebuild
20 index ecc92dce870..d2003e60dd1 100644
21 --- a/games-action/xpilot/xpilot-4.5.5-r1.ebuild
22 +++ b/games-action/xpilot/xpilot-4.5.5-r1.ebuild
23 @@ -2,7 +2,8 @@
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 -inherit eutils toolchain-funcs
28 +
29 +inherit desktop toolchain-funcs
30
31 DESCRIPTION="A multi-player 2D client/server space game"
32 HOMEPAGE="http://www.xpilot.org/"