Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-arcade/solarwolf/
Date: Mon, 27 Aug 2018 21:23:42
Message-Id: 1535404982.a11257d4e60457a09b8631986477004c77ab2732.chewi@gentoo
1 commit: a11257d4e60457a09b8631986477004c77ab2732
2 Author: Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
3 AuthorDate: Fri Aug 3 01:25:42 2018 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 27 21:23:02 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a11257d4
7
8 games-arcade/solarwolf: 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-arcade/solarwolf/solarwolf-1.5-r1.ebuild | 3 ++-
15 1 file changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/games-arcade/solarwolf/solarwolf-1.5-r1.ebuild b/games-arcade/solarwolf/solarwolf-1.5-r1.ebuild
18 index dc3d846b8b7..e47801d87ca 100644
19 --- a/games-arcade/solarwolf/solarwolf-1.5-r1.ebuild
20 +++ b/games-arcade/solarwolf/solarwolf-1.5-r1.ebuild
21 @@ -2,7 +2,8 @@
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 -inherit eutils
26 +
27 +inherit desktop eutils
28
29 DESCRIPTION="Action/arcade recreation of SolarFox"
30 HOMEPAGE="http://www.pygame.org/shredwheat/solarwolf/"