diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 23:55:58 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 23:55:58 +0000 |
commit | 75efadca34e7bc71b99e5166180ef7122aa67164 (patch) | |
tree | 36b8ac0675bb2cb3b4d020d84bb6933ca8bef47b /x11-plugins/qled | |
parent | Move Qt dependencies to the new category (diff) | |
download | gentoo-2-75efadca34e7bc71b99e5166180ef7122aa67164.tar.gz gentoo-2-75efadca34e7bc71b99e5166180ef7122aa67164.tar.bz2 gentoo-2-75efadca34e7bc71b99e5166180ef7122aa67164.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 'x11-plugins/qled')
-rw-r--r-- | x11-plugins/qled/ChangeLog | 8 | ||||
-rw-r--r-- | x11-plugins/qled/qled-0.6.2.ebuild | 8 |
2 files changed, 9 insertions, 7 deletions
diff --git a/x11-plugins/qled/ChangeLog b/x11-plugins/qled/ChangeLog index b9b32d08b202..9464522cf0d4 100644 --- a/x11-plugins/qled/ChangeLog +++ b/x11-plugins/qled/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/qled -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/qled/ChangeLog,v 1.3 2011/07/02 20:14:33 hwoarang Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/qled/ChangeLog,v 1.4 2013/03/02 23:55:58 hwoarang Exp $ + + 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> qled-0.6.2.ebuild: + Move Qt dependencies to the new category 02 Jul 2011; Markos Chandras <hwoarang@gentoo.org> qled-0.6.2.ebuild: Stable on amd64/x86 @@ -13,4 +16,3 @@ 01 Mar 2011; Markos Chandras <hwoarang@gentoo.org> +qled-0.6.2.ebuild, +metadata.xml: Initial commit of qled plugin for Qt-Designer - diff --git a/x11-plugins/qled/qled-0.6.2.ebuild b/x11-plugins/qled/qled-0.6.2.ebuild index 6406db5788b3..52a40d7baab3 100644 --- a/x11-plugins/qled/qled-0.6.2.ebuild +++ b/x11-plugins/qled/qled-0.6.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/qled/qled-0.6.2.ebuild,v 1.3 2011/07/02 20:14:33 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/qled/qled-0.6.2.ebuild,v 1.4 2013/03/02 23:55:58 hwoarang Exp $ EAPI=3 @@ -17,7 +17,7 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="" -RDEPEND="x11-libs/qt-gui:4 - x11-libs/qt-svg:4" +RDEPEND="dev-qt/qtgui:4 + dev-qt/qtsvg:4" DEPEND="${RDEPEND} app-arch/unzip" |