diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 19:20:35 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 19:20:35 +0000 |
commit | 67cfd7aa7e263af15d3014d8ef568e7381bc5d9d (patch) | |
tree | 7e42cc9dc2d3117e7e66f86d196d84327fdbd3b7 /app-editors/fb2edit | |
parent | Move Qt dependencies to the new category (diff) | |
download | gentoo-2-67cfd7aa7e263af15d3014d8ef568e7381bc5d9d.tar.gz gentoo-2-67cfd7aa7e263af15d3014d8ef568e7381bc5d9d.tar.bz2 gentoo-2-67cfd7aa7e263af15d3014d8ef568e7381bc5d9d.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 'app-editors/fb2edit')
-rw-r--r-- | app-editors/fb2edit/ChangeLog | 8 | ||||
-rw-r--r-- | app-editors/fb2edit/fb2edit-0.0.7.ebuild | 12 |
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" |