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/wop/
Date: Mon, 27 Aug 2018 21:23:42
Message-Id: 1535404982.2df53d99a34ae8b8272e2d51a81facb57019b739.chewi@gentoo
1 commit: 2df53d99a34ae8b8272e2d51a81facb57019b739
2 Author: Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
3 AuthorDate: Fri Aug 3 01:28:54 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=2df53d99
7
8 games-arcade/wop: 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/wop/wop-0.4.3-r2.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/games-arcade/wop/wop-0.4.3-r2.ebuild b/games-arcade/wop/wop-0.4.3-r2.ebuild
19 index f0ef50085b6..64ee36c073f 100644
20 --- a/games-arcade/wop/wop-0.4.3-r2.ebuild
21 +++ b/games-arcade/wop/wop-0.4.3-r2.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 eutils toolchain-funcs
30 +inherit desktop toolchain-funcs
31
32 MY_DATA_V="2005-12-21"
33 MY_DATA_P="${PN}data-${MY_DATA_V}"