diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-08-26 01:07:31 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-08-26 01:07:31 +0000 |
commit | 94c341cad344f4fcbca46f302fcc0e99bd42a8f1 (patch) | |
tree | be9addaa98cbacfa7ce187410a6b5c18e2c06596 /games-puzzle | |
parent | Add ~mips, bug #235533 (diff) | |
download | gentoo-2-94c341cad344f4fcbca46f302fcc0e99bd42a8f1.tar.gz gentoo-2-94c341cad344f4fcbca46f302fcc0e99bd42a8f1.tar.bz2 gentoo-2-94c341cad344f4fcbca46f302fcc0e99bd42a8f1.zip |
fix up rdep with patch from Jeremy Olexa vi bug #229477
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/xphotohunter/xphotohunter-1.4-r1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games-puzzle/xphotohunter/xphotohunter-1.4-r1.ebuild b/games-puzzle/xphotohunter/xphotohunter-1.4-r1.ebuild index 650968e5d7aa..c92875c9bbf5 100644 --- a/games-puzzle/xphotohunter/xphotohunter-1.4-r1.ebuild +++ b/games-puzzle/xphotohunter/xphotohunter-1.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xphotohunter/xphotohunter-1.4-r1.ebuild,v 1.3 2008/08/25 23:00:51 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xphotohunter/xphotohunter-1.4-r1.ebuild,v 1.4 2008/08/26 01:07:31 mr_bones_ Exp $ inherit eutils games @@ -17,6 +17,8 @@ KEYWORDS="~amd64 x86" IUSE="" DEPEND="media-libs/imlib" +RDEPEND="${DEPEND} + media-sound/esound" src_unpack() { unpack ${A} |