diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 19:36:46 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 19:36:46 +0000 |
commit | b5e87c61c8ff93d086dae27f6cab088be71be552 (patch) | |
tree | 0508c4f2aaef01e1c473c97e6a10a992b75e1d15 /app-office/qchartdiary | |
parent | Move Qt dependencies to the new category (diff) | |
download | gentoo-2-b5e87c61c8ff93d086dae27f6cab088be71be552.tar.gz gentoo-2-b5e87c61c8ff93d086dae27f6cab088be71be552.tar.bz2 gentoo-2-b5e87c61c8ff93d086dae27f6cab088be71be552.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-office/qchartdiary')
-rw-r--r-- | app-office/qchartdiary/ChangeLog | 9 | ||||
-rw-r--r-- | app-office/qchartdiary/qchartdiary-0.6.4.1-r2.ebuild | 8 |
2 files changed, 10 insertions, 7 deletions
diff --git a/app-office/qchartdiary/ChangeLog b/app-office/qchartdiary/ChangeLog index db47e2bdc295..86415a1d4e9a 100644 --- a/app-office/qchartdiary/ChangeLog +++ b/app-office/qchartdiary/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-office/qchartdiary -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/qchartdiary/ChangeLog,v 1.5 2010/07/14 13:50:12 fauli Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/qchartdiary/ChangeLog,v 1.6 2013/03/02 19:36:46 hwoarang Exp $ + + 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> + qchartdiary-0.6.4.1-r2.ebuild: + Move Qt dependencies to the new category 14 Jul 2010; Christian Faulhammer <fauli@gentoo.org> qchartdiary-0.6.4.1-r2.ebuild: @@ -27,4 +31,3 @@ 09 May 2009; Markos Chandras <hwoarang@gentoo.org> +qchartdiary-0.6.4.1.ebuild, +metadata.xml: Initial commit for qchartdiary application - diff --git a/app-office/qchartdiary/qchartdiary-0.6.4.1-r2.ebuild b/app-office/qchartdiary/qchartdiary-0.6.4.1-r2.ebuild index b7e707b701d2..4b4280518d81 100644 --- a/app-office/qchartdiary/qchartdiary-0.6.4.1-r2.ebuild +++ b/app-office/qchartdiary/qchartdiary-0.6.4.1-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/qchartdiary/qchartdiary-0.6.4.1-r2.ebuild,v 1.3 2010/07/14 13:50:12 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/qchartdiary/qchartdiary-0.6.4.1-r2.ebuild,v 1.4 2013/03/02 19:36:46 hwoarang Exp $ EAPI="2" @@ -17,8 +17,8 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="debug" -DEPEND="x11-libs/qt-gui:4 - x11-libs/qt-sql:4" +DEPEND="dev-qt/qtgui:4 + dev-qt/qtsql:4" RDEPEND="${DEPEND}" S="${WORKDIR}/${MY_PN}" |