diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 23:51:03 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 23:51:03 +0000 |
commit | 30a6d913fc0a2e8eab89e4ac8d7cee47afd8de40 (patch) | |
tree | b37b3ceaaa08a34c48d5a58365a3dfa31bd77a49 /x11-misc/ptbatterysystemtray | |
parent | Move Qt dependencies to the new category (diff) | |
download | gentoo-2-30a6d913fc0a2e8eab89e4ac8d7cee47afd8de40.tar.gz gentoo-2-30a6d913fc0a2e8eab89e4ac8d7cee47afd8de40.tar.bz2 gentoo-2-30a6d913fc0a2e8eab89e4ac8d7cee47afd8de40.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-misc/ptbatterysystemtray')
-rw-r--r-- | x11-misc/ptbatterysystemtray/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/ptbatterysystemtray/ptbatterysystemtray-1.0.0_rc2.ebuild | 10 |
2 files changed, 11 insertions, 7 deletions
diff --git a/x11-misc/ptbatterysystemtray/ChangeLog b/x11-misc/ptbatterysystemtray/ChangeLog index 2ef92fbe7c44..d5ebf0cca1fb 100644 --- a/x11-misc/ptbatterysystemtray/ChangeLog +++ b/x11-misc/ptbatterysystemtray/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/ptbatterysystemtray -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/ptbatterysystemtray/ChangeLog,v 1.2 2012/11/15 10:26:58 pesa Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/ptbatterysystemtray/ChangeLog,v 1.3 2013/03/02 23:51:03 hwoarang Exp $ + + 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> + ptbatterysystemtray-1.0.0_rc2.ebuild: + Move Qt dependencies to the new category 15 Nov 2012; Davide Pesavento <pesa@gentoo.org> ptbatterysystemtray-1.0.0_rc2.ebuild: diff --git a/x11-misc/ptbatterysystemtray/ptbatterysystemtray-1.0.0_rc2.ebuild b/x11-misc/ptbatterysystemtray/ptbatterysystemtray-1.0.0_rc2.ebuild index c50a751c0f7d..42b247f0191f 100644 --- a/x11-misc/ptbatterysystemtray/ptbatterysystemtray-1.0.0_rc2.ebuild +++ b/x11-misc/ptbatterysystemtray/ptbatterysystemtray-1.0.0_rc2.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/x11-misc/ptbatterysystemtray/ptbatterysystemtray-1.0.0_rc2.ebuild,v 1.2 2012/11/15 10:26:58 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/ptbatterysystemtray/ptbatterysystemtray-1.0.0_rc2.ebuild,v 1.3 2013/03/02 23:51:03 hwoarang Exp $ EAPI=4 @@ -16,9 +16,9 @@ KEYWORDS="~amd64 ~x86" IUSE="debug" DEPEND=" - x11-libs/qt-core:4 - x11-libs/qt-dbus:4 - x11-libs/qt-gui:4 + dev-qt/qtcore:4 + dev-qt/qtdbus:4 + dev-qt/qtgui:4 " RDEPEND="${DEPEND}" |