diff options
author | Marty E. Plummer <hanetzer@startmail.com> | 2018-08-02 18:27:55 -0500 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-08-15 12:33:04 +0200 |
commit | e6716ffb2e1e51739e65efbf7b6477523bcc50dc (patch) | |
tree | a7d89d62e13d71848ac2003e935ef5251c8131f0 /games-action/trosh | |
parent | games-action/transcend: eutils->desktop (diff) | |
download | gentoo-e6716ffb2e1e51739e65efbf7b6477523bcc50dc.tar.gz gentoo-e6716ffb2e1e51739e65efbf7b6477523bcc50dc.tar.bz2 gentoo-e6716ffb2e1e51739e65efbf7b6477523bcc50dc.zip |
games-action/trosh: add explicit desktop inheritance
eutils may not always inherit desktop.
Package-Manager: Portage-2.3.44, Repoman-2.3.10
Diffstat (limited to 'games-action/trosh')
-rw-r--r-- | games-action/trosh/trosh-20-r1.ebuild | 3 | ||||
-rw-r--r-- | 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 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/" |