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/spacetripper-demo/
Date: Wed, 15 Aug 2018 10:33:31
Message-Id: 1534329183.ac6dbd12c3c2ef17c6d2ae361d30ed8400f30c07.mgorny@gentoo
1 commit: ac6dbd12c3c2ef17c6d2ae361d30ed8400f30c07
2 Author: Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
3 AuthorDate: Thu Aug 2 23:08:13 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 15 10:33:03 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac6dbd12
7
8 games-action/spacetripper-demo: 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/spacetripper-demo/spacetripper-demo-1-r1.ebuild | 5 +++--
15 1 file changed, 3 insertions(+), 2 deletions(-)
16
17 diff --git a/games-action/spacetripper-demo/spacetripper-demo-1-r1.ebuild b/games-action/spacetripper-demo/spacetripper-demo-1-r1.ebuild
18 index 40bcbf3485b..637e20d2d6f 100644
19 --- a/games-action/spacetripper-demo/spacetripper-demo-1-r1.ebuild
20 +++ b/games-action/spacetripper-demo/spacetripper-demo-1-r1.ebuild
21 @@ -1,8 +1,9 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 -inherit eutils unpacker
28 +
29 +inherit desktop eutils unpacker
30
31 MY_P="spacetripperdemo"
32 DESCRIPTION="Hardcore arcade shoot-em-up"