diff options
author | 2006-07-10 23:04:16 +0000 | |
---|---|---|
committer | 2006-07-10 23:04:16 +0000 | |
commit | f218e4a84bbfda533242c69e4ad423c89d7e19ab (patch) | |
tree | 3334f50df600cdcef607bf705a1ec129b43a5dbe /games-emulation/psemu-peopssoftgpu/psemu-peopssoftgpu-1.17.ebuild | |
parent | Mark 1.10 stable on ia64 (diff) | |
download | historical-f218e4a84bbfda533242c69e4ad423c89d7e19ab.tar.gz historical-f218e4a84bbfda533242c69e4ad423c89d7e19ab.tar.bz2 historical-f218e4a84bbfda533242c69e4ad423c89d7e19ab.zip |
stable for x86
Package-Manager: portage-2.1.1_pre2-r6
Diffstat (limited to 'games-emulation/psemu-peopssoftgpu/psemu-peopssoftgpu-1.17.ebuild')
-rw-r--r-- | games-emulation/psemu-peopssoftgpu/psemu-peopssoftgpu-1.17.ebuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/games-emulation/psemu-peopssoftgpu/psemu-peopssoftgpu-1.17.ebuild b/games-emulation/psemu-peopssoftgpu/psemu-peopssoftgpu-1.17.ebuild index 745ee6a80d10..a395c9d84b9b 100644 --- a/games-emulation/psemu-peopssoftgpu/psemu-peopssoftgpu-1.17.ebuild +++ b/games-emulation/psemu-peopssoftgpu/psemu-peopssoftgpu-1.17.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/psemu-peopssoftgpu/psemu-peopssoftgpu-1.17.ebuild,v 1.3 2006/01/25 02:40:12 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/psemu-peopssoftgpu/psemu-peopssoftgpu-1.17.ebuild,v 1.4 2006/07/10 23:04:16 mr_bones_ Exp $ inherit eutils games @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/peops/PeopsSoftGpu${PV//./}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~ppc ~x86" +KEYWORDS="~ppc x86" IUSE="sdl" RDEPEND="=x11-libs/gtk+-1* @@ -31,9 +31,10 @@ src_unpack() { unpack ${A} cd "${S}" edos2unix src/makes/mk.fpse - epatch "${FILESDIR}"/${PN}-1.16-makefile-cflags.patch - epatch "${FILESDIR}"/${PN}-1.16-fix-noxf86vm.patch - epatch "${FILESDIR}"/${P}-gcc41.patch + epatch \ + "${FILESDIR}"/${PN}-1.16-makefile-cflags.patch \ + "${FILESDIR}"/${PN}-1.16-fix-noxf86vm.patch \ + "${FILESDIR}"/${P}-gcc41.patch if [[ ${ARCH} != "x86" ]] ; then cd src |