From: Marty E. Plummer Date: Fri, 3 Aug 2018 01:06:36 +0000 (-0500) Subject: games-arcade/funnyboat: add explicit desktop inheritance X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=393a3b24a2b1bfc2c4a4c88fe18cd69910c87f47;p=gentoo.git games-arcade/funnyboat: add explicit desktop inheritance eutils may not always inherit desktop. Package-Manager: Portage-2.3.44, Repoman-2.3.10 Closes: https://github.com/gentoo/gentoo/pull/9428 --- diff --git a/games-arcade/funnyboat/funnyboat-1.5-r2.ebuild b/games-arcade/funnyboat/funnyboat-1.5-r2.ebuild index 64866dc95d95..64ede96e6e3b 100644 --- a/games-arcade/funnyboat/funnyboat-1.5-r2.ebuild +++ b/games-arcade/funnyboat/funnyboat-1.5-r2.ebuild @@ -4,7 +4,7 @@ EAPI=6 PYTHON_COMPAT=( python2_7 ) -inherit eutils gnome2-utils python-single-r1 +inherit desktop eutils gnome2-utils python-single-r1 DESCRIPTION="A side scrolling shooter game starring a steamboat on the sea" HOMEPAGE="http://funnyboat.sourceforge.net/"