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/descent3-demo/
Date: Wed, 15 Aug 2018 10:33:23
Message-Id: 1534329177.6ca21f271ebeecfefcce2bce23733d944e4a1752.mgorny@gentoo
1 commit: 6ca21f271ebeecfefcce2bce23733d944e4a1752
2 Author: Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
3 AuthorDate: Wed Aug 1 10:25:45 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 15 10:32:57 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ca21f27
7
8 games-action/descent3-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/descent3-demo/descent3-demo-1.4.0a-r1.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/games-action/descent3-demo/descent3-demo-1.4.0a-r1.ebuild b/games-action/descent3-demo/descent3-demo-1.4.0a-r1.ebuild
18 index cad5192149c..a7347bf10e2 100644
19 --- a/games-action/descent3-demo/descent3-demo-1.4.0a-r1.ebuild
20 +++ b/games-action/descent3-demo/descent3-demo-1.4.0a-r1.ebuild
21 @@ -1,9 +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
28 -inherit eutils unpacker xdg
29 +inherit desktop eutils unpacker xdg
30
31 DESCRIPTION="Indoor/outdoor 3D combat with evil robotic mining spacecraft"
32 HOMEPAGE="http://www.lokigames.com/products/descent3/"