summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-04-06 19:56:01 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-04-06 19:56:01 +0000
commitdc5a8b84a1bc12521d4f43e89b07ccd4a03fd743 (patch)
treed329b5dc193fa58828c53acb1c6f914ef8a240c8 /games-action
parentUse Python 2 (bug #329493). (diff)
downloadgentoo-2-dc5a8b84a1bc12521d4f43e89b07ccd4a03fd743.tar.gz
gentoo-2-dc5a8b84a1bc12521d4f43e89b07ccd4a03fd743.tar.bz2
gentoo-2-dc5a8b84a1bc12521d4f43e89b07ccd4a03fd743.zip
Fix deprecation warning.
(Portage version: 2.2.0_alpha29_p10/cvs/Linux x86_64)
Diffstat (limited to 'games-action')
-rw-r--r--games-action/slune/ChangeLog8
-rw-r--r--games-action/slune/slune-1.0.15.ebuild7
2 files changed, 10 insertions, 5 deletions
diff --git a/games-action/slune/ChangeLog b/games-action/slune/ChangeLog
index a20ace8b5e44..06bf5f749b64 100644
--- a/games-action/slune/ChangeLog
+++ b/games-action/slune/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-action/slune
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/slune/ChangeLog,v 1.18 2010/11/10 12:09:41 fauli Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/slune/ChangeLog,v 1.19 2011/04/06 19:56:01 arfrever Exp $
+
+ 06 Apr 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ slune-1.0.15.ebuild:
+ Fix deprecation warning.
10 Nov 2010; Christian Faulhammer <fauli@gentoo.org> slune-1.0.15.ebuild:
stable x86, bug 340921
diff --git a/games-action/slune/slune-1.0.15.ebuild b/games-action/slune/slune-1.0.15.ebuild
index 1a7edb908199..3c6e2373befa 100644
--- a/games-action/slune/slune-1.0.15.ebuild
+++ b/games-action/slune/slune-1.0.15.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 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.ebuild,v 1.2 2010/11/10 12:09:41 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/slune/slune-1.0.15.ebuild,v 1.3 2011/04/06 19:56:01 arfrever Exp $
-EAPI=2
+EAPI=3
PYTHON_DEPEND="2"
inherit python distutils
@@ -27,6 +27,7 @@ S=${WORKDIR}/Slune-${PV}
pkg_setup() {
python_set_active_version 2
+ python_pkg_setup
}
src_prepare() {