diff options
author | Julian Ospald <hasufell@gentoo.org> | 2013-01-11 18:51:15 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2013-01-11 18:51:15 +0000 |
commit | 89b3b6279022dc53e9171a5697614e89a7d81262 (patch) | |
tree | cbbc19fc3c9e7f975078606dffc7916c301fba95 /games-action/slune/slune-1.0.15-r1.ebuild | |
parent | stable ppc, bug #450724, thanks vincent (diff) | |
download | gentoo-2-89b3b6279022dc53e9171a5697614e89a7d81262.tar.gz gentoo-2-89b3b6279022dc53e9171a5697614e89a7d81262.tar.bz2 gentoo-2-89b3b6279022dc53e9171a5697614e89a7d81262.zip |
inherit eutils explicitly
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'games-action/slune/slune-1.0.15-r1.ebuild')
-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 37ee422b408c..1e37057d68b0 100644 --- a/games-action/slune/slune-1.0.15-r1.ebuild +++ b/games-action/slune/slune-1.0.15-r1.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/slune/slune-1.0.15-r1.ebuild,v 1.1 2013/01/11 18:22:02 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/slune/slune-1.0.15-r1.ebuild,v 1.2 2013/01/11 18:51:15 hasufell Exp $ EAPI=5 PYTHON_COMPAT=( python2_5 python2_6 python2_7 ) # inherit base explicitly to avoid overrides on distutils-r1 -inherit base gnome2-utils python-utils-r1 distutils-r1 games +inherit base eutils gnome2-utils python-utils-r1 distutils-r1 games DESCRIPTION="A 3D action game with multiplayer mode and amazing graphics" HOMEPAGE="http://oomadness.tuxfamily.org/en/slune/" |