summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarty E. Plummer <hanetzer@startmail.com>2018-08-02 18:37:30 -0500
committerMichał Górny <mgorny@gentoo.org>2018-08-15 12:33:06 +0200
commitd90602babd1398e4b8b765c71d2fbbf04ae334f0 (patch)
treef21fd54686acf56af4eded3f096e300c858f0d96
parentgames-action/wordwarvi: eutils->desktop (diff)
downloadgentoo-d90602babd1398e4b8b765c71d2fbbf04ae334f0.tar.gz
gentoo-d90602babd1398e4b8b765c71d2fbbf04ae334f0.tar.bz2
gentoo-d90602babd1398e4b8b765c71d2fbbf04ae334f0.zip
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
-rw-r--r--games-action/xpilot/xpilot-4.5.5-r1.ebuild3
1 files changed, 2 insertions, 1 deletions
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/"