diff options
author | 2012-04-13 19:23:51 +0000 | |
---|---|---|
committer | 2012-04-13 19:23:51 +0000 | |
commit | ad38c20f54cbc9b09557a107862ef6d0b77623ac (patch) | |
tree | 97c075ae2fd361e1096e36bef7c90920f5bc9c74 /games-rpg/wastesedge | |
parent | Move EAPI assignment to top of ebuild, bug 411875. (diff) | |
download | historical-ad38c20f54cbc9b09557a107862ef6d0b77623ac.tar.gz historical-ad38c20f54cbc9b09557a107862ef6d0b77623ac.tar.bz2 historical-ad38c20f54cbc9b09557a107862ef6d0b77623ac.zip |
Move EAPI assignment to top of ebuild, bug 411875.
Package-Manager: portage-2.1.10.56/cvs/Linux x86_64
Diffstat (limited to 'games-rpg/wastesedge')
-rw-r--r-- | games-rpg/wastesedge/ChangeLog | 7 | ||||
-rw-r--r-- | games-rpg/wastesedge/wastesedge-0.3.4.ebuild | 8 |
2 files changed, 10 insertions, 5 deletions
diff --git a/games-rpg/wastesedge/ChangeLog b/games-rpg/wastesedge/ChangeLog index cb01248a7dbb..8a9e7f1a0d85 100644 --- a/games-rpg/wastesedge/ChangeLog +++ b/games-rpg/wastesedge/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-rpg/wastesedge -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/wastesedge/ChangeLog,v 1.15 2010/05/05 05:16:20 tupone Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-rpg/wastesedge/ChangeLog,v 1.16 2012/04/13 19:23:51 ulm Exp $ + + 13 Apr 2012; Ulrich Müller <ulm@gentoo.org> wastesedge-0.3.4.ebuild: + Move EAPI assignment to top of ebuild, bug 411875. 05 May 2010; Tupone Alfredo <tupone@gentoo.org> wastesedge-0.3.4.ebuild: Force python2 fixing bug #312279 by arfrever@gentoo.org diff --git a/games-rpg/wastesedge/wastesedge-0.3.4.ebuild b/games-rpg/wastesedge/wastesedge-0.3.4.ebuild index 7800488b00fc..581c7e67e047 100644 --- a/games-rpg/wastesedge/wastesedge-0.3.4.ebuild +++ b/games-rpg/wastesedge/wastesedge-0.3.4.ebuild @@ -1,8 +1,10 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/wastesedge/wastesedge-0.3.4.ebuild,v 1.9 2010/05/05 05:16:19 tupone Exp $ -PYTHON_DEPEND="2" +# $Header: /var/cvsroot/gentoo-x86/games-rpg/wastesedge/wastesedge-0.3.4.ebuild,v 1.10 2012/04/13 19:23:51 ulm Exp $ + EAPI=2 +PYTHON_DEPEND="2" + inherit eutils python games DESCRIPTION="role playing game to showcase the adonthell engine" |