diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-08-15 06:21:02 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-08-15 06:21:02 +0000 |
commit | 50e8d072beb063d53984b12f82d12b88c543afaa (patch) | |
tree | 5252870c5a47a54b4d95474e32face3cce31de16 /games-emulation/psemu-peopssoftgpu | |
parent | version bump, adds some new utils and removes the obsolete isetdyn (diff) | |
download | historical-50e8d072beb063d53984b12f82d12b88c543afaa.tar.gz historical-50e8d072beb063d53984b12f82d12b88c543afaa.tar.bz2 historical-50e8d072beb063d53984b12f82d12b88c543afaa.zip |
amd64 also needs nasm
Diffstat (limited to 'games-emulation/psemu-peopssoftgpu')
-rw-r--r-- | games-emulation/psemu-peopssoftgpu/Manifest | 12 | ||||
-rw-r--r-- | games-emulation/psemu-peopssoftgpu/psemu-peopssoftgpu-1.15.ebuild | 5 |
2 files changed, 14 insertions, 3 deletions
diff --git a/games-emulation/psemu-peopssoftgpu/Manifest b/games-emulation/psemu-peopssoftgpu/Manifest index 3b32eefb1702..1292cf052838 100644 --- a/games-emulation/psemu-peopssoftgpu/Manifest +++ b/games-emulation/psemu-peopssoftgpu/Manifest @@ -1,5 +1,15 @@ -MD5 5952dc1a4538053aaa1e643f4777d593 psemu-peopssoftgpu-1.15.ebuild 1347 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 a66a3367bcff359e36719aa202e51cc3 ChangeLog 1608 +MD5 028eec32450010b355fad9013b7c7a93 psemu-peopssoftgpu-1.15.ebuild 1375 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 MD5 d7d6d0e073fab50e7fc57d7efe5dcf31 files/1.15-makefile-cflags.patch 971 MD5 2bb8283c0041934b8dcf50003f408ea0 files/digest-psemu-peopssoftgpu-1.15 67 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.9.10 (GNU/Linux) + +iD8DBQFBHwELHTu7gpaalycRAtdCAKC9E0qD9heTZcNn581j1LnB+M7juACeJu8U +gIWanz0Fvt3hbeiwmY+GOQE= +=z2Op +-----END PGP SIGNATURE----- diff --git a/games-emulation/psemu-peopssoftgpu/psemu-peopssoftgpu-1.15.ebuild b/games-emulation/psemu-peopssoftgpu/psemu-peopssoftgpu-1.15.ebuild index c5f0d39e5b12..4f59a374d36d 100644 --- a/games-emulation/psemu-peopssoftgpu/psemu-peopssoftgpu-1.15.ebuild +++ b/games-emulation/psemu-peopssoftgpu/psemu-peopssoftgpu-1.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 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.15.ebuild,v 1.5 2004/06/24 22:34:59 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/psemu-peopssoftgpu/psemu-peopssoftgpu-1.15.ebuild,v 1.6 2004/08/15 06:21:02 vapier Exp $ inherit games eutils @@ -17,7 +17,8 @@ DEPEND="=x11-libs/gtk+-1* dev-util/pkgconfig sdl? ( media-libs/libsdl ) virtual/x11 - x86? dev-lang/nasm" + x86? ( dev-lang/nasm ) + amd64? ( dev-lang/nasm )" S=${WORKDIR} |