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/spacearyarya-kxl/
Date: Wed, 15 Aug 2018 10:33:28
Message-Id: 1534329183.5cb505e19be826120ace6a75db79ce19955a2813.mgorny@gentoo
1 commit: 5cb505e19be826120ace6a75db79ce19955a2813
2 Author: Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
3 AuthorDate: Thu Aug 2 23:03:18 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=5cb505e1
7
8 games-action/spacearyarya-kxl: eutils->desktop
9
10 Only has eutils for the implicit desktop inheritance for
11 make_desktop_entry and newicon.
12
13 Package-Manager: Portage-2.3.44, Repoman-2.3.10
14
15 games-action/spacearyarya-kxl/spacearyarya-kxl-1.0.2-r2.ebuild | 5 +++--
16 1 file changed, 3 insertions(+), 2 deletions(-)
17
18 diff --git a/games-action/spacearyarya-kxl/spacearyarya-kxl-1.0.2-r2.ebuild b/games-action/spacearyarya-kxl/spacearyarya-kxl-1.0.2-r2.ebuild
19 index 2396a9a92a1..5e97b2431a5 100644
20 --- a/games-action/spacearyarya-kxl/spacearyarya-kxl-1.0.2-r2.ebuild
21 +++ b/games-action/spacearyarya-kxl/spacearyarya-kxl-1.0.2-r2.ebuild
22 @@ -1,8 +1,9 @@
23 -# Copyright 1999-2016 Gentoo Foundation
24 +# Copyright 1999-2018 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 -inherit autotools eutils
29 +
30 +inherit autotools desktop
31
32 MY_P=SpaceAryarya-KXL-${PV}
33 DESCRIPTION="A 2D/3D shooting game"