commit: e6716ffb2e1e51739e65efbf7b6477523bcc50dc Author: Marty E. Plummer <hanetzer <AT> startmail <DOT> com> AuthorDate: Thu Aug 2 23:27:55 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Aug 15 10:33:04 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6716ffb
games-action/trosh: add explicit desktop inheritance eutils may not always inherit desktop. Package-Manager: Portage-2.3.44, Repoman-2.3.10 games-action/trosh/trosh-20-r1.ebuild | 3 ++- games-action/trosh/trosh-20-r2.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/games-action/trosh/trosh-20-r1.ebuild b/games-action/trosh/trosh-20-r1.ebuild index 5de7abfdbbc..1ae66894c2e 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 36175183c2c..f1d769762cf 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/"
