Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-action/rafkill/
Date: Mon, 16 Jul 2018 22:26:23
Message-Id: 1531779957.532f001121faddaca8507de0b296e917eb52b989.asturm@gentoo
1 commit: 532f001121faddaca8507de0b296e917eb52b989
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 16 21:37:19 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 16 22:25:57 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=532f0011
7
8 games-action/rafkill: eutils -> desktop
9
10 Package-Manager: Portage-2.3.43, Repoman-2.3.10
11
12 games-action/rafkill/rafkill-1.2.3-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/games-action/rafkill/rafkill-1.2.3-r1.ebuild b/games-action/rafkill/rafkill-1.2.3-r1.ebuild
16 index 7a28f29f944..d277190f452 100644
17 --- a/games-action/rafkill/rafkill-1.2.3-r1.ebuild
18 +++ b/games-action/rafkill/rafkill-1.2.3-r1.ebuild
19 @@ -1,9 +1,9 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25
26 -inherit eutils scons-utils toolchain-funcs
27 +inherit desktop scons-utils toolchain-funcs
28
29 DESCRIPTION="Space shoot-em-up game"
30 HOMEPAGE="http://raptorv2.sourceforge.net/"