diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 21:14:20 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 21:14:20 +0000 |
commit | 06477d987558496a9709f9e82136abb75eea4fd7 (patch) | |
tree | 6285b9230906c80b941e3a0d970e26fc1336afff /games-emulation/dboxfe | |
parent | Move Qt dependencies to the new category (diff) | |
download | gentoo-2-06477d987558496a9709f9e82136abb75eea4fd7.tar.gz gentoo-2-06477d987558496a9709f9e82136abb75eea4fd7.tar.bz2 gentoo-2-06477d987558496a9709f9e82136abb75eea4fd7.zip |
Move Qt dependencies to the new category
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!)
Diffstat (limited to 'games-emulation/dboxfe')
-rw-r--r-- | games-emulation/dboxfe/ChangeLog | 8 | ||||
-rw-r--r-- | games-emulation/dboxfe/dboxfe-0.1.3.ebuild | 8 |
2 files changed, 9 insertions, 7 deletions
diff --git a/games-emulation/dboxfe/ChangeLog b/games-emulation/dboxfe/ChangeLog index 983a91ea0431..aac1d7a12312 100644 --- a/games-emulation/dboxfe/ChangeLog +++ b/games-emulation/dboxfe/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/dboxfe -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/dboxfe/ChangeLog,v 1.14 2012/03/29 15:50:13 mr_bones_ Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dboxfe/ChangeLog,v 1.15 2013/03/02 21:14:20 hwoarang Exp $ + + 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> dboxfe-0.1.3.ebuild: + Move Qt dependencies to the new category 29 Mar 2012; Michael Sterrett <mr_bones_@gentoo.org> dboxfe-0.1.3.ebuild: move to qt4-r2 eclass @@ -51,4 +54,3 @@ 11 Sep 2004; Michael Sterrett <mr_bones_@gentoo.org> +metadata.xml, +dboxfe-0.0.3.ebuild: initial commit - ebuild provided by Adrian Fruehwirth via bug #62517 - diff --git a/games-emulation/dboxfe/dboxfe-0.1.3.ebuild b/games-emulation/dboxfe/dboxfe-0.1.3.ebuild index e102fa248283..4290d7c7b49d 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-2012 Gentoo Foundation +# Copyright 1999-2013 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.10 2012/03/29 15:50:13 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dboxfe/dboxfe-0.1.3.ebuild,v 1.11 2013/03/02 21:14:20 hwoarang Exp $ EAPI=2 inherit eutils qt4-r2 games @@ -14,8 +14,8 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc x86" IUSE="" -DEPEND="x11-libs/qt-gui:4 - x11-libs/qt-core:4" +DEPEND="dev-qt/qtgui:4 + dev-qt/qtcore:4" RDEPEND="${DEPEND} >=games-emulation/dosbox-0.65" |