diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-04-13 19:17:29 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-04-13 19:17:29 +0000 |
commit | 164df4dcfb6152d8960a336071f777d505926c1d (patch) | |
tree | 7886085c6d411c72fb32bacbd5d93efc691c62bb /games-engines/gargoyle | |
parent | Move EAPI assignment to top of ebuild, bug 411875. (diff) | |
download | gentoo-2-164df4dcfb6152d8960a336071f777d505926c1d.tar.gz gentoo-2-164df4dcfb6152d8960a336071f777d505926c1d.tar.bz2 gentoo-2-164df4dcfb6152d8960a336071f777d505926c1d.zip |
Move EAPI assignment to top of ebuild, bug 411875.
(Portage version: 2.1.10.56/cvs/Linux x86_64)
Diffstat (limited to 'games-engines/gargoyle')
-rw-r--r-- | games-engines/gargoyle/ChangeLog | 7 | ||||
-rw-r--r-- | games-engines/gargoyle/gargoyle-20100930.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/games-engines/gargoyle/ChangeLog b/games-engines/gargoyle/ChangeLog index a5737c68c623..d7546d0635e4 100644 --- a/games-engines/gargoyle/ChangeLog +++ b/games-engines/gargoyle/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-engines/gargoyle -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/gargoyle/ChangeLog,v 1.13 2011/02/25 22:15:24 signals Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-engines/gargoyle/ChangeLog,v 1.14 2012/04/13 19:17:29 ulm Exp $ + + 13 Apr 2012; Ulrich Müller <ulm@gentoo.org> gargoyle-20100930.ebuild: + Move EAPI assignment to top of ebuild, bug 411875. 25 Feb 2011; Kevin McCarthy <signals@gentoo.org> gargoyle-20100930.ebuild: Updated depends from media-libs/jpeg to virtual/jpeg diff --git a/games-engines/gargoyle/gargoyle-20100930.ebuild b/games-engines/gargoyle/gargoyle-20100930.ebuild index fab79aaab7ba..6a79c1a25be7 100644 --- a/games-engines/gargoyle/gargoyle-20100930.ebuild +++ b/games-engines/gargoyle/gargoyle-20100930.ebuild @@ -1,6 +1,8 @@ -# 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-engines/gargoyle/gargoyle-20100930.ebuild,v 1.4 2011/02/25 22:15:24 signals Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/gargoyle/gargoyle-20100930.ebuild,v 1.5 2012/04/13 19:17:29 ulm Exp $ + +EAPI=2 # Notes: # - fmod support is based on an old version of fmod which is not in portage, @@ -19,8 +21,6 @@ MY_PV="2010.1" MY_P="${PN}-${MY_PV}" -EAPI=2 - inherit eutils games DESCRIPTION="An interactive fiction (IF) player supporting all major formats" |