Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-action/trosh/
Date: Wed, 15 Aug 2018 10:33:30
Message-Id: 1534329184.e6716ffb2e1e51739e65efbf7b6477523bcc50dc.mgorny@gentoo
1 commit: e6716ffb2e1e51739e65efbf7b6477523bcc50dc
2 Author: Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
3 AuthorDate: Thu Aug 2 23:27:55 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 15 10:33:04 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6716ffb
7
8 games-action/trosh: add explicit desktop inheritance
9
10 eutils may not always inherit desktop.
11
12 Package-Manager: Portage-2.3.44, Repoman-2.3.10
13
14 games-action/trosh/trosh-20-r1.ebuild | 3 ++-
15 games-action/trosh/trosh-20-r2.ebuild | 3 ++-
16 2 files changed, 4 insertions(+), 2 deletions(-)
17
18 diff --git a/games-action/trosh/trosh-20-r1.ebuild b/games-action/trosh/trosh-20-r1.ebuild
19 index 5de7abfdbbc..1ae66894c2e 100644
20 --- a/games-action/trosh/trosh-20-r1.ebuild
21 +++ b/games-action/trosh/trosh-20-r1.ebuild
22 @@ -2,7 +2,8 @@
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 -inherit eutils gnome2-utils
27 +
28 +inherit desktop eutils gnome2-utils
29
30 DESCRIPTION="A game made in 20 hours for a friend. It has explosions"
31 HOMEPAGE="http://stabyourself.net/trosh/"
32
33 diff --git a/games-action/trosh/trosh-20-r2.ebuild b/games-action/trosh/trosh-20-r2.ebuild
34 index 36175183c2c..f1d769762cf 100644
35 --- a/games-action/trosh/trosh-20-r2.ebuild
36 +++ b/games-action/trosh/trosh-20-r2.ebuild
37 @@ -2,7 +2,8 @@
38 # Distributed under the terms of the GNU General Public License v2
39
40 EAPI=6
41 -inherit eutils gnome2-utils
42 +
43 +inherit desktop eutils gnome2-utils
44
45 DESCRIPTION="A game made in 20 hours for a friend. It has explosions"
46 HOMEPAGE="http://stabyourself.net/trosh/"