summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2013-03-02 23:47:12 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2013-03-02 23:47:12 +0000
commit95ab37cf0c1da6e179cb1bc212c07af2dcb992e0 (patch)
tree6644bddeb2ace4ee8cb26caef035fe35c8563f8c /x11-misc/appmenu-qt
parentMove Qt dependencies to the new category (diff)
downloadgentoo-2-95ab37cf0c1da6e179cb1bc212c07af2dcb992e0.tar.gz
gentoo-2-95ab37cf0c1da6e179cb1bc212c07af2dcb992e0.tar.bz2
gentoo-2-95ab37cf0c1da6e179cb1bc212c07af2dcb992e0.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/appmenu-qt')
-rw-r--r--x11-misc/appmenu-qt/ChangeLog8
-rw-r--r--x11-misc/appmenu-qt/appmenu-qt-0.2.6.ebuild10
2 files changed, 10 insertions, 8 deletions
diff --git a/x11-misc/appmenu-qt/ChangeLog b/x11-misc/appmenu-qt/ChangeLog
index 2d27d3ca3e5e..f86730f023ea 100644
--- a/x11-misc/appmenu-qt/ChangeLog
+++ b/x11-misc/appmenu-qt/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/appmenu-qt
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/appmenu-qt/ChangeLog,v 1.2 2012/06/15 09:01:48 johu Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/appmenu-qt/ChangeLog,v 1.3 2013/03/02 23:47:12 hwoarang Exp $
+
+ 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> appmenu-qt-0.2.6.ebuild:
+ Move Qt dependencies to the new category
15 Jun 2012; Johannes Huber <johu@gentoo.org> appmenu-qt-0.2.6.ebuild:
Add ~x86 wrt bug #420909.
@@ -11,4 +14,3 @@
+appmenu-qt-0.2.6.ebuild, +metadata.xml:
New package, needed by kde-misc/plasma-widget-menubar wrt bug #420909. Ebuild
based on work by "megabaks" <megabaks@jabber.ru>.
-
diff --git a/x11-misc/appmenu-qt/appmenu-qt-0.2.6.ebuild b/x11-misc/appmenu-qt/appmenu-qt-0.2.6.ebuild
index d95f7049a170..daa7746f7e6d 100644
--- a/x11-misc/appmenu-qt/appmenu-qt-0.2.6.ebuild
+++ b/x11-misc/appmenu-qt/appmenu-qt-0.2.6.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/appmenu-qt/appmenu-qt-0.2.6.ebuild,v 1.2 2012/06/15 09:01:48 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/appmenu-qt/appmenu-qt-0.2.6.ebuild,v 1.3 2013/03/02 23:47:12 hwoarang Exp $
EAPI=4
@@ -15,9 +15,9 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPEND=">=x11-libs/qt-core-4.8:4
- >=x11-libs/qt-dbus-4.8:4
- >=x11-libs/qt-gui-4.8:4
+DEPEND=">=dev-qt/qtcore-4.8:4
+ >=dev-qt/qtdbus-4.8:4
+ >=dev-qt/qtgui-4.8:4
>=dev-libs/libdbusmenu-qt-0.9.0"
RDEPEND="${DEPEND}"