diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-06-09 00:57:50 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-06-09 00:57:50 +0000 |
commit | 5c3ae80086c0a74f798efcaaf35b99ef6c9ea1b8 (patch) | |
tree | 35efa91420fb793ae5bbec7dc71bdb922c342d25 /games-emulation | |
parent | Stable on sparc (diff) | |
download | gentoo-2-5c3ae80086c0a74f798efcaaf35b99ef6c9ea1b8.tar.gz gentoo-2-5c3ae80086c0a74f798efcaaf35b99ef6c9ea1b8.tar.bz2 gentoo-2-5c3ae80086c0a74f798efcaaf35b99ef6c9ea1b8.zip |
dep typo
(Portage version: 2.0.51.19)
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/mupen64-alsasnd/mupen64-alsasnd-0.4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-emulation/mupen64-alsasnd/mupen64-alsasnd-0.4.ebuild b/games-emulation/mupen64-alsasnd/mupen64-alsasnd-0.4.ebuild index 84001f12bb4f..1fa839281633 100644 --- a/games-emulation/mupen64-alsasnd/mupen64-alsasnd-0.4.ebuild +++ b/games-emulation/mupen64-alsasnd/mupen64-alsasnd-0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64-alsasnd/mupen64-alsasnd-0.4.ebuild,v 1.10 2005/04/20 00:28:43 morfic Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64-alsasnd/mupen64-alsasnd-0.4.ebuild,v 1.11 2005/06/09 00:57:50 mr_bones_ Exp $ inherit games eutils @@ -15,8 +15,8 @@ IUSE="qt gtk gtk2" DEPEND=">=media-libs/alsa-lib-0.9.0 || ( - gtk? ( !gtk2? (=x11-libs/gtk+-1* ) - gtk2? ( =x11-libs/gtk+-2* ) ) + gtk? ( !gtk2? ( =x11-libs/gtk+-1* ) + gtk2? ( =x11-libs/gtk+-2* ) ) qt? ( >=x11-libs/qt-3 ) =x11-libs/gtk+-2* )" |