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/jvgs/
Date: Mon, 27 Aug 2018 21:23:40
Message-Id: 1535404981.8123f9a143bf86ed1c5cd7af4d58a1faa6caf74e.chewi@gentoo
1 commit: 8123f9a143bf86ed1c5cd7af4d58a1faa6caf74e
2 Author: Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
3 AuthorDate: Fri Aug 3 01:09:57 2018 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 27 21:23:01 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8123f9a1
7
8 games-arcade/jvgs: 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-arcade/jvgs/jvgs-0.5-r1.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/games-arcade/jvgs/jvgs-0.5-r1.ebuild b/games-arcade/jvgs/jvgs-0.5-r1.ebuild
19 index 779b57dd740..45d527c885b 100644
20 --- a/games-arcade/jvgs/jvgs-0.5-r1.ebuild
21 +++ b/games-arcade/jvgs/jvgs-0.5-r1.ebuild
22 @@ -1,9 +1,9 @@
23 -# Copyright 1999-2017 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
29 -inherit cmake-utils eutils
30 +inherit cmake-utils desktop
31
32 DESCRIPTION="An open-source platform game with a sketched and minimalistic look"
33 HOMEPAGE="http://jvgs.sourceforge.net/"