diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2008-02-15 00:37:44 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2008-02-15 00:37:44 +0000 |
commit | c04d7a4a170726d2f5132d4483caf130678f7e22 (patch) | |
tree | 1a8652b356ff0aabb3c494f7dca66173d05ce077 /games-emulation | |
parent | Marking stable on amd64/x86 as there's no code differences, just ebuild diffe... (diff) | |
download | gentoo-2-c04d7a4a170726d2f5132d4483caf130678f7e22.tar.gz gentoo-2-c04d7a4a170726d2f5132d4483caf130678f7e22.tar.bz2 gentoo-2-c04d7a4a170726d2f5132d4483caf130678f7e22.zip |
fix RDEPEND
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/psemu-cdriso/psemu-cdriso-1.4.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/games-emulation/psemu-cdriso/psemu-cdriso-1.4.ebuild b/games-emulation/psemu-cdriso/psemu-cdriso-1.4.ebuild index 833faf4ebc29..08b3512dd229 100644 --- a/games-emulation/psemu-cdriso/psemu-cdriso-1.4.ebuild +++ b/games-emulation/psemu-cdriso/psemu-cdriso-1.4.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-cdriso/psemu-cdriso-1.4.ebuild,v 1.10 2007/04/09 16:31:59 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/psemu-cdriso/psemu-cdriso-1.4.ebuild,v 1.11 2008/02/15 00:37:44 nyhm Exp $ inherit eutils games @@ -13,7 +13,8 @@ SLOT="0" KEYWORDS="ppc x86" IUSE="" -DEPEND="=x11-libs/gtk+-1.2* +RDEPEND="=x11-libs/gtk+-1.2*" +DEPEND="${RDEPEND} dev-util/pkgconfig" S=${WORKDIR}/cdriso |