diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2008-06-30 23:24:09 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2008-06-30 23:24:09 +0000 |
commit | 368c376e979df57e0479a96d3f1e28ab829c06c0 (patch) | |
tree | 008087fdc3a7242d9d2f8fa6bc6bac8cb3fade3a /games-emulation | |
parent | Add split qt-4 dependencies, bug #217170 (diff) | |
download | gentoo-2-368c376e979df57e0479a96d3f1e28ab829c06c0.tar.gz gentoo-2-368c376e979df57e0479a96d3f1e28ab829c06c0.tar.bz2 gentoo-2-368c376e979df57e0479a96d3f1e28ab829c06c0.zip |
Add split qt-4 dependencies, bug #217170
(Portage version: 2.2_rc1/cvs/Linux 2.6.25.9 x86_64)
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/dboxfe/ChangeLog | 5 | ||||
-rw-r--r-- | games-emulation/dboxfe/dboxfe-0.1.3.ebuild | 9 |
2 files changed, 9 insertions, 5 deletions
diff --git a/games-emulation/dboxfe/ChangeLog b/games-emulation/dboxfe/ChangeLog index 328bb258c388..a2f35992e13c 100644 --- a/games-emulation/dboxfe/ChangeLog +++ b/games-emulation/dboxfe/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/dboxfe # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/dboxfe/ChangeLog,v 1.10 2008/02/27 07:08:47 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dboxfe/ChangeLog,v 1.11 2008/06/30 23:24:09 nyhm Exp $ + + 30 Jun 2008; Tristan Heaven <nyhm@gentoo.org> dboxfe-0.1.3.ebuild: + Add split qt-4 dependencies, bug #217170 27 Feb 2008; Michael Sterrett <mr_bones_@gentoo.org> dboxfe-0.1.3.ebuild: allow games-emulation/dosbox-cvs for the rdep as well diff --git a/games-emulation/dboxfe/dboxfe-0.1.3.ebuild b/games-emulation/dboxfe/dboxfe-0.1.3.ebuild index 3f4f818f4288..35962c5516a2 100644 --- a/games-emulation/dboxfe/dboxfe-0.1.3.ebuild +++ b/games-emulation/dboxfe/dboxfe-0.1.3.ebuild @@ -1,7 +1,8 @@ # 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.4 2008/02/27 07:08:47 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dboxfe/dboxfe-0.1.3.ebuild,v 1.5 2008/06/30 23:24:09 nyhm Exp $ +EAPI=1 inherit eutils qt4 games DESCRIPTION="Creates and manages configuration files for DOSBox" @@ -13,9 +14,9 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc x86" IUSE="" -DEPEND="$(qt4_min_version 4.3)" -RDEPEND="|| ( >=games-emulation/dosbox-0.65 games-emulation/dosbox-cvs ) - ${DEPEND}" +DEPEND="|| ( x11-libs/qt-gui:4 x11-libs/qt:4 )" +RDEPEND="${DEPEND} + || ( >=games-emulation/dosbox-0.65 games-emulation/dosbox-cvs )" src_install() { dogamesbin bin/dboxfe || die "dogamesbin failed" |