diff options
author | 2013-03-29 15:48:19 +0000 | |
---|---|---|
committer | 2013-03-29 15:48:19 +0000 | |
commit | a8739ed05a2727fb4a0819c0f61017b3348bf393 (patch) | |
tree | 619d4419d06cff4413031975f18c46dc48271d99 /games-action | |
parent | use unpack_zip from unpacker.eclass instead of unzip (diff) | |
download | gentoo-2-a8739ed05a2727fb4a0819c0f61017b3348bf393.tar.gz gentoo-2-a8739ed05a2727fb4a0819c0f61017b3348bf393.tar.bz2 gentoo-2-a8739ed05a2727fb4a0819c0f61017b3348bf393.zip |
forgot eclass inherit
(Portage version: 2.2.0_alpha169/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/trine-bin/trine-bin-1.08.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-action/trine-bin/trine-bin-1.08.ebuild b/games-action/trine-bin/trine-bin-1.08.ebuild index f998c7a18906..7edb66eb778a 100644 --- a/games-action/trine-bin/trine-bin-1.08.ebuild +++ b/games-action/trine-bin/trine-bin-1.08.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/trine-bin/trine-bin-1.08.ebuild,v 1.4 2013/03/29 15:45:51 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/trine-bin/trine-bin-1.08.ebuild,v 1.5 2013/03/29 15:48:19 hasufell Exp $ # these are ELFs that include a ZIP (504b0304) appended to it # dd if=Trine.64.run of=Trine.64.zip ibs=$((0x342a8)) skip=1 @@ -8,7 +8,7 @@ # but `unzip` will skip the ELF at the start. both ELFs contain # the same zip appended, so only need to hash one of them. -inherit games eutils +inherit unpacker games eutils DESCRIPTION="a physics-based action game where diff characters allow diff solutions to challenges" HOMEPAGE="http://trine-thegame.com/" |