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/opentyrian/
Date: Mon, 27 Aug 2018 21:23:41
Message-Id: 1535404982.6b5b49103a0a47c7068a22bc9a9c0a744b526507.chewi@gentoo
1 commit: 6b5b49103a0a47c7068a22bc9a9c0a744b526507
2 Author: Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
3 AuthorDate: Fri Aug 3 01:17:49 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=6b5b4910
7
8 games-arcade/opentyrian: eutils->desktop
9
10 Only has eutils for the implicit desktop inheritance for domenu.
11
12 Package-Manager: Portage-2.3.44, Repoman-2.3.10
13
14 games-arcade/opentyrian/opentyrian-2.1.20130907-r1.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/games-arcade/opentyrian/opentyrian-2.1.20130907-r1.ebuild b/games-arcade/opentyrian/opentyrian-2.1.20130907-r1.ebuild
18 index 5b961968215..f1b0678fb4e 100644
19 --- a/games-arcade/opentyrian/opentyrian-2.1.20130907-r1.ebuild
20 +++ b/games-arcade/opentyrian/opentyrian-2.1.20130907-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
29 +inherit desktop
30
31 DESCRIPTION="Open-source port of the DOS game Tyrian, vertical scrolling shooter"
32 HOMEPAGE="https://bitbucket.org/opentyrian/opentyrian/wiki/Home"