Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-action/slune/
Date: Sun, 29 Dec 2019 09:56:32
Message-Id: 1577613322.4f1b8bace5024ec9e74093f931536bf84bea0be3.soap@gentoo
1 commit: 4f1b8bace5024ec9e74093f931536bf84bea0be3
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 29 09:55:22 2019 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 29 09:55:22 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f1b8bac
7
8 games-action/slune: [QA] Remove explicit python-utils-r1 inherit
9
10 Package-Manager: Portage-2.3.83, Repoman-2.3.20
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 games-action/slune/slune-1.0.15-r1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/games-action/slune/slune-1.0.15-r1.ebuild b/games-action/slune/slune-1.0.15-r1.ebuild
17 index a6e9ecaf1c0..0787e30df9e 100644
18 --- a/games-action/slune/slune-1.0.15-r1.ebuild
19 +++ b/games-action/slune/slune-1.0.15-r1.ebuild
20 @@ -1,11 +1,11 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26
27 PYTHON_COMPAT=( python2_7 )
28
29 -inherit gnome2-utils python-utils-r1 distutils-r1 games
30 +inherit gnome2-utils distutils-r1 games
31
32 DESCRIPTION="A 3D action game with multiplayer mode and amazing graphics"
33 HOMEPAGE="http://oomadness.tuxfamily.org/en/slune/"