summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-editors/fb2edit/ChangeLog8
-rw-r--r--app-editors/fb2edit/fb2edit-0.0.7.ebuild12
2 files changed, 11 insertions, 9 deletions
diff --git a/app-editors/fb2edit/ChangeLog b/app-editors/fb2edit/ChangeLog
index 1465b5b50b19..f72a8bfe4ded 100644
--- a/app-editors/fb2edit/ChangeLog
+++ b/app-editors/fb2edit/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/fb2edit
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/fb2edit/ChangeLog,v 1.2 2012/11/27 13:40:08 pinkbyte Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/fb2edit/ChangeLog,v 1.3 2013/03/02 19:20:35 hwoarang Exp $
+
+ 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> fb2edit-0.0.7.ebuild:
+ Move Qt dependencies to the new category
27 Nov 2012; Sergey Popov <pinkbyte@gentoo.org> fb2edit-0.0.7.ebuild:
QA: Add slots to all of Qt dependencies. Thanks to Nikoli for discovering
@@ -12,4 +15,3 @@
+metadata.xml:
Initial commit wrt bug #439294. Ebuild is written by Beelzebubbie and Mikle
Kolyada
-
diff --git a/app-editors/fb2edit/fb2edit-0.0.7.ebuild b/app-editors/fb2edit/fb2edit-0.0.7.ebuild
index 26dfb31930fa..51fa89f9a034 100644
--- a/app-editors/fb2edit/fb2edit-0.0.7.ebuild
+++ b/app-editors/fb2edit/fb2edit-0.0.7.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/app-editors/fb2edit/fb2edit-0.0.7.ebuild,v 1.2 2012/11/27 13:40:08 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/fb2edit/fb2edit-0.0.7.ebuild,v 1.3 2013/03/02 19:20:35 hwoarang Exp $
EAPI=4
@@ -16,10 +16,10 @@ KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="dev-libs/libxml2
- x11-libs/qt-core:4
- x11-libs/qt-gui:4
- x11-libs/qt-webkit:4
- x11-libs/qt-xmlpatterns:4"
+ dev-qt/qtcore:4
+ dev-qt/qtgui:4
+ dev-qt/qtwebkit:4
+ dev-qt/qtxmlpatterns:4"
RDEPEND="${DEPEND}
x11-themes/hicolor-icon-theme"