diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2008-02-14 22:59:29 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2008-02-14 22:59:29 +0000 |
commit | 165686273fc2522f64354582d71287dd1f1a1b0d (patch) | |
tree | a197049190f57cbd945cb13bf1b21a45878baa81 /games-emulation/psemu-peopsspu | |
parent | old (diff) | |
download | gentoo-2-165686273fc2522f64354582d71287dd1f1a1b0d.tar.gz gentoo-2-165686273fc2522f64354582d71287dd1f1a1b0d.tar.bz2 gentoo-2-165686273fc2522f64354582d71287dd1f1a1b0d.zip |
drop unzip and automake deps
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-emulation/psemu-peopsspu')
-rw-r--r-- | games-emulation/psemu-peopsspu/psemu-peopsspu-1.0.9.ebuild | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/games-emulation/psemu-peopsspu/psemu-peopsspu-1.0.9.ebuild b/games-emulation/psemu-peopsspu/psemu-peopsspu-1.0.9.ebuild index 2325d2b01bc0..1536c258d68c 100644 --- a/games-emulation/psemu-peopsspu/psemu-peopsspu-1.0.9.ebuild +++ b/games-emulation/psemu-peopsspu/psemu-peopsspu-1.0.9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/psemu-peopsspu/psemu-peopsspu-1.0.9.ebuild,v 1.3 2007/04/09 17:26:23 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/psemu-peopsspu/psemu-peopsspu-1.0.9.ebuild,v 1.4 2008/02/14 22:59:29 nyhm Exp $ inherit autotools eutils games @@ -10,14 +10,11 @@ SRC_URI="mirror://sourceforge/peops/PeopsSpu${PV//./}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc" +KEYWORDS="~ppc x86" IUSE="alsa oss" -RDEPEND="alsa? ( media-libs/alsa-lib ) - app-arch/unzip +DEPEND="alsa? ( media-libs/alsa-lib ) =x11-libs/gtk+-1*" -DEPEND="${RDEPEND} - sys-devel/automake" S=${WORKDIR} |