diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-04-13 19:21:33 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-04-13 19:21:33 +0000 |
commit | cfe8d2b45c1b00cb7d273e06e8c8f483a32518f9 (patch) | |
tree | f0daf19679e72ce5fd965b729bf4147dde736ff4 | |
parent | Move EAPI assignment to top of ebuild, bug 411875. (diff) | |
download | gentoo-2-cfe8d2b45c1b00cb7d273e06e8c8f483a32518f9.tar.gz gentoo-2-cfe8d2b45c1b00cb7d273e06e8c8f483a32518f9.tar.bz2 gentoo-2-cfe8d2b45c1b00cb7d273e06e8c8f483a32518f9.zip |
Move EAPI assignment to top of ebuild, bug 411875.
(Portage version: 2.1.10.56/cvs/Linux x86_64)
-rw-r--r-- | games-puzzle/kiki/ChangeLog | 7 | ||||
-rw-r--r-- | games-puzzle/kiki/kiki-1.0.2-r2.ebuild | 8 |
2 files changed, 10 insertions, 5 deletions
diff --git a/games-puzzle/kiki/ChangeLog b/games-puzzle/kiki/ChangeLog index 6b806159ea24..38d42b3c1fb9 100644 --- a/games-puzzle/kiki/ChangeLog +++ b/games-puzzle/kiki/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-puzzle/kiki -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/kiki/ChangeLog,v 1.18 2011/04/20 13:33:42 tupone Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/kiki/ChangeLog,v 1.19 2012/04/13 19:21:33 ulm Exp $ + + 13 Apr 2012; Ulrich Müller <ulm@gentoo.org> kiki-1.0.2-r2.ebuild: + Move EAPI assignment to top of ebuild, bug 411875. 20 Apr 2011; Tupone Alfredo <tupone@gentoo.org> kiki-1.0.2-r2.ebuild, +files/kiki-1.0.2-gcc46.patch: diff --git a/games-puzzle/kiki/kiki-1.0.2-r2.ebuild b/games-puzzle/kiki/kiki-1.0.2-r2.ebuild index 8a1be696d595..b6b0f93c24c1 100644 --- a/games-puzzle/kiki/kiki-1.0.2-r2.ebuild +++ b/games-puzzle/kiki/kiki-1.0.2-r2.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-puzzle/kiki/kiki-1.0.2-r2.ebuild,v 1.7 2011/04/20 13:33:42 tupone Exp $ -PYTHON_DEPEND="2" +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/kiki/kiki-1.0.2-r2.ebuild,v 1.8 2012/04/13 19:21:33 ulm Exp $ + EAPI=2 +PYTHON_DEPEND="2" + inherit eutils python toolchain-funcs games DESCRIPTION="Fun 3D puzzle game using SDL/OpenGL" |