diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-06-25 20:31:58 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-06-25 20:31:58 +0000 |
commit | 5fb35251fcee26bed2469c8806863f1de4de52fa (patch) | |
tree | 649cd4ba86e158cfbb98d961fbb83fccdde21e27 /games-emulation/dboxfe/dboxfe-0.1.3.ebuild | |
parent | drop qt meta package (diff) | |
download | historical-5fb35251fcee26bed2469c8806863f1de4de52fa.tar.gz historical-5fb35251fcee26bed2469c8806863f1de4de52fa.tar.bz2 historical-5fb35251fcee26bed2469c8806863f1de4de52fa.zip |
drop qt meta package
Package-Manager: portage-2.1.6.13/cvs/Linux i686
Diffstat (limited to 'games-emulation/dboxfe/dboxfe-0.1.3.ebuild')
-rw-r--r-- | games-emulation/dboxfe/dboxfe-0.1.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-emulation/dboxfe/dboxfe-0.1.3.ebuild b/games-emulation/dboxfe/dboxfe-0.1.3.ebuild index 35962c5516a2..4a3a8d931038 100644 --- a/games-emulation/dboxfe/dboxfe-0.1.3.ebuild +++ b/games-emulation/dboxfe/dboxfe-0.1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/dboxfe/dboxfe-0.1.3.ebuild,v 1.5 2008/06/30 23:24:09 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dboxfe/dboxfe-0.1.3.ebuild,v 1.6 2009/06/25 20:31:58 mr_bones_ Exp $ EAPI=1 inherit eutils qt4 games @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc x86" IUSE="" -DEPEND="|| ( x11-libs/qt-gui:4 x11-libs/qt:4 )" +DEPEND="x11-libs/qt-gui:4" RDEPEND="${DEPEND} || ( >=games-emulation/dosbox-0.65 games-emulation/dosbox-cvs )" |