diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-04-13 19:22:44 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-04-13 19:22:44 +0000 |
commit | 30f02f9d0ff1566bd5126110875f9ca7f9932ac0 (patch) | |
tree | 8110ba7568ad59a8069f15dafa3e44db67e528db /games-rpg | |
parent | Move EAPI assignment to top of ebuild, bug 411875. (diff) | |
download | gentoo-2-30f02f9d0ff1566bd5126110875f9ca7f9932ac0.tar.gz gentoo-2-30f02f9d0ff1566bd5126110875f9ca7f9932ac0.tar.bz2 gentoo-2-30f02f9d0ff1566bd5126110875f9ca7f9932ac0.zip |
Move EAPI assignment to top of ebuild, bug 411875.
(Portage version: 2.1.10.56/cvs/Linux x86_64)
Diffstat (limited to 'games-rpg')
-rw-r--r-- | games-rpg/adonthell/ChangeLog | 7 | ||||
-rw-r--r-- | games-rpg/adonthell/adonthell-0.3.5.ebuild | 8 |
2 files changed, 10 insertions, 5 deletions
diff --git a/games-rpg/adonthell/ChangeLog b/games-rpg/adonthell/ChangeLog index c4bf1c628d84..c14b7b7c852c 100644 --- a/games-rpg/adonthell/ChangeLog +++ b/games-rpg/adonthell/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-rpg/adonthell -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/adonthell/ChangeLog,v 1.22 2011/04/18 07:16:37 tupone Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-rpg/adonthell/ChangeLog,v 1.23 2012/04/13 19:22:44 ulm Exp $ + + 13 Apr 2012; Ulrich Müller <ulm@gentoo.org> adonthell-0.3.5.ebuild: + Move EAPI assignment to top of ebuild, bug 411875. 18 Apr 2011; Tupone Alfredo <tupone@gentoo.org> adonthell-0.3.5.ebuild, +files/adonthell-0.3.5-gcc46.patch: diff --git a/games-rpg/adonthell/adonthell-0.3.5.ebuild b/games-rpg/adonthell/adonthell-0.3.5.ebuild index 12f0e7c1779a..2a8c5b7f80fd 100644 --- a/games-rpg/adonthell/adonthell-0.3.5.ebuild +++ b/games-rpg/adonthell/adonthell-0.3.5.ebuild @@ -1,8 +1,10 @@ -# 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-rpg/adonthell/adonthell-0.3.5.ebuild,v 1.6 2011/04/18 07:16:37 tupone Exp $ -PYTHON_DEPEND="2" +# $Header: /var/cvsroot/gentoo-x86/games-rpg/adonthell/adonthell-0.3.5.ebuild,v 1.7 2012/04/13 19:22:44 ulm Exp $ + EAPI=2 +PYTHON_DEPEND="2" + inherit autotools eutils python games DESCRIPTION="roleplaying game engine" |