summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-emulation/dboxfe')
-rw-r--r--games-emulation/dboxfe/ChangeLog8
-rw-r--r--games-emulation/dboxfe/dboxfe-0.1.3.ebuild8
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"