diff options
author | David Seifert <soap@gentoo.org> | 2019-12-29 10:55:22 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-12-29 10:55:22 +0100 |
commit | 4f1b8bace5024ec9e74093f931536bf84bea0be3 (patch) | |
tree | e3022fef05e3e37fa3c917bfa5dcebc34176fe06 /games-action | |
parent | dev-util/catkin: [QA] Remove explicit python-utils-r1 inherit (diff) | |
download | gentoo-4f1b8bace5024ec9e74093f931536bf84bea0be3.tar.gz gentoo-4f1b8bace5024ec9e74093f931536bf84bea0be3.tar.bz2 gentoo-4f1b8bace5024ec9e74093f931536bf84bea0be3.zip |
games-action/slune: [QA] Remove explicit python-utils-r1 inherit
Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/slune/slune-1.0.15-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-action/slune/slune-1.0.15-r1.ebuild b/games-action/slune/slune-1.0.15-r1.ebuild index a6e9ecaf1c09..0787e30df9e0 100644 --- a/games-action/slune/slune-1.0.15-r1.ebuild +++ b/games-action/slune/slune-1.0.15-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 PYTHON_COMPAT=( python2_7 ) -inherit gnome2-utils python-utils-r1 distutils-r1 games +inherit gnome2-utils distutils-r1 games DESCRIPTION="A 3D action game with multiplayer mode and amazing graphics" HOMEPAGE="http://oomadness.tuxfamily.org/en/slune/" |