diff options
author | 2009-07-29 01:17:56 +0000 | |
---|---|---|
committer | 2009-07-29 01:17:56 +0000 | |
commit | 86d8be48b7311312f9f55f83d8f8a92b086a9c8a (patch) | |
tree | 80ab251ade9d7fcbabe31725f9bb4a680075e3f1 /games-emulation/nestra/nestra-0.66-r2.ebuild | |
parent | tidy (diff) | |
download | gentoo-2-86d8be48b7311312f9f55f83d8f8a92b086a9c8a.tar.gz gentoo-2-86d8be48b7311312f9f55f83d8f8a92b086a9c8a.tar.bz2 gentoo-2-86d8be48b7311312f9f55f83d8f8a92b086a9c8a.zip |
EAPI=2
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'games-emulation/nestra/nestra-0.66-r2.ebuild')
-rw-r--r-- | games-emulation/nestra/nestra-0.66-r2.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/games-emulation/nestra/nestra-0.66-r2.ebuild b/games-emulation/nestra/nestra-0.66-r2.ebuild index 2f731885292d..5d0366b7716c 100644 --- a/games-emulation/nestra/nestra-0.66-r2.ebuild +++ b/games-emulation/nestra/nestra-0.66-r2.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/nestra/nestra-0.66-r2.ebuild,v 1.1 2008/09/01 23:01:09 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/nestra/nestra-0.66-r2.ebuild,v 1.2 2009/07/29 01:17:56 mr_bones_ Exp $ +EAPI=2 inherit eutils toolchain-funcs flag-o-matic multilib games PATCH="${P/-/_}-10.diff" @@ -20,9 +21,7 @@ DEPEND="amd64? ( app-emulation/emul-linux-x86-xlibs ) S=${WORKDIR}/${PN} -src_unpack() { - unpack ${A} - cd "${S}" +src_prepare() { epatch \ "${WORKDIR}"/${PATCH} \ "${FILESDIR}"/${P}-exec-stack.patch \ |