diff options
Diffstat (limited to 'x11-misc/appmenu-qt')
-rw-r--r-- | x11-misc/appmenu-qt/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/appmenu-qt/appmenu-qt-0.2.6.ebuild | 10 |
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}" |