Gentoo Archives: gentoo-commits

From: Michael Sterrett <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-rpg/twclone/
Date: Fri, 06 May 2016 02:50:51
Message-Id: 1462502946.890e37f4ebc3ff4e31f7dd44a1ea1add86bb5b4a.mr_bones_@gentoo
1 commit: 890e37f4ebc3ff4e31f7dd44a1ea1add86bb5b4a
2 Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 6 02:18:13 2016 +0000
4 Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
5 CommitDate: Fri May 6 02:49:06 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=890e37f4
7
8 games-rpg/twclone: fix inherit order
9
10 Package-Manager: portage-2.2.26
11
12 games-rpg/twclone/twclone-0.14.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/games-rpg/twclone/twclone-0.14.ebuild b/games-rpg/twclone/twclone-0.14.ebuild
16 index 3e92d76..d1aa450 100644
17 --- a/games-rpg/twclone/twclone-0.14.ebuild
18 +++ b/games-rpg/twclone/twclone-0.14.ebuild
19 @@ -1,9 +1,9 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 EAPI=5
26 -inherit games eutils
27 +inherit eutils games
28
29 MY_P="${PN}-source-${PV}"
30 DESCRIPTION="Clone of BBS Door game Trade Wars 2002"