diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-04-13 19:18:57 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-04-13 19:18:57 +0000 |
commit | d6d3507533ca1fe1bb4962bdbcf7c2d465c0717c (patch) | |
tree | 218579318c3bf73d0568a75e2a6889890cb1a53f /games-engines/gargoyle | |
parent | Move EAPI assignment to top of ebuild, bug 411875. (diff) | |
download | historical-d6d3507533ca1fe1bb4962bdbcf7c2d465c0717c.tar.gz historical-d6d3507533ca1fe1bb4962bdbcf7c2d465c0717c.tar.bz2 historical-d6d3507533ca1fe1bb4962bdbcf7c2d465c0717c.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-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" |