summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2012-04-13 19:16:05 +0000
committerUlrich Müller <ulm@gentoo.org>2012-04-13 19:16:05 +0000
commit5f815e8f07179f6058201980dbbbabc59b7cecbd (patch)
treece93aafb239d8c9a7d5cba7fa63a2f3d6a066ee0 /games-board/pychess
parentMove EAPI assignment to top of ebuild, bug 411875. (diff)
downloadgentoo-2-5f815e8f07179f6058201980dbbbabc59b7cecbd.tar.gz
gentoo-2-5f815e8f07179f6058201980dbbbabc59b7cecbd.tar.bz2
gentoo-2-5f815e8f07179f6058201980dbbbabc59b7cecbd.zip
Move EAPI assignment to top of ebuild, bug 411875.
(Portage version: 2.1.10.56/cvs/Linux x86_64)
Diffstat (limited to 'games-board/pychess')
-rw-r--r--games-board/pychess/ChangeLog7
-rw-r--r--games-board/pychess/pychess-0.10.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/games-board/pychess/ChangeLog b/games-board/pychess/ChangeLog
index b65f49142c6f..e285ac3e213b 100644
--- a/games-board/pychess/ChangeLog
+++ b/games-board/pychess/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-board/pychess
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/pychess/ChangeLog,v 1.13 2011/10/20 02:54:50 radhermit Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-board/pychess/ChangeLog,v 1.14 2012/04/13 19:16:05 ulm Exp $
+
+ 13 Apr 2012; Ulrich Müller <ulm@gentoo.org> pychess-0.10.ebuild:
+ Move EAPI assignment to top of ebuild, bug 411875.
20 Oct 2011; Tim Harder <radhermit@gentoo.org> pychess-0.10.ebuild:
Use slot dep for pygobject.
diff --git a/games-board/pychess/pychess-0.10.ebuild b/games-board/pychess/pychess-0.10.ebuild
index 069ba6384938..34c6b155f7da 100644
--- a/games-board/pychess/pychess-0.10.ebuild
+++ b/games-board/pychess/pychess-0.10.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/pychess/pychess-0.10.ebuild,v 1.6 2011/10/20 02:54:50 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/pychess/pychess-0.10.ebuild,v 1.7 2012/04/13 19:16:05 ulm Exp $
-PYTHON_DEPEND="2"
EAPI=3
+PYTHON_DEPEND="2"
inherit python games distutils
DESCRIPTION="A chess client for Gnome"