From: Marty E. Plummer Date: Thu, 2 Aug 2018 23:27:55 +0000 (-0500) Subject: games-action/trosh: add explicit desktop inheritance X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=e6716ffb2e1e51739e65efbf7b6477523bcc50dc;p=gentoo.git games-action/trosh: add explicit desktop inheritance eutils may not always inherit desktop. Package-Manager: Portage-2.3.44, Repoman-2.3.10 --- diff --git a/games-action/trosh/trosh-20-r1.ebuild b/games-action/trosh/trosh-20-r1.ebuild index 5de7abfdbbc1..1ae66894c2ef 100644 --- a/games-action/trosh/trosh-20-r1.ebuild +++ b/games-action/trosh/trosh-20-r1.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils gnome2-utils + +inherit desktop eutils gnome2-utils DESCRIPTION="A game made in 20 hours for a friend. It has explosions" HOMEPAGE="http://stabyourself.net/trosh/" diff --git a/games-action/trosh/trosh-20-r2.ebuild b/games-action/trosh/trosh-20-r2.ebuild index 36175183c2c9..f1d769762cfe 100644 --- a/games-action/trosh/trosh-20-r2.ebuild +++ b/games-action/trosh/trosh-20-r2.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils gnome2-utils + +inherit desktop eutils gnome2-utils DESCRIPTION="A game made in 20 hours for a friend. It has explosions" HOMEPAGE="http://stabyourself.net/trosh/"