diff options
Diffstat (limited to 'x11-misc/launchy/launchy-2.5.ebuild')
-rw-r--r-- | x11-misc/launchy/launchy-2.5.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-misc/launchy/launchy-2.5.ebuild b/x11-misc/launchy/launchy-2.5.ebuild index 37ebcee645a8..cc8202d416ec 100644 --- a/x11-misc/launchy/launchy-2.5.ebuild +++ b/x11-misc/launchy/launchy-2.5.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/launchy/launchy-2.5.ebuild,v 1.2 2012/07/29 18:38:14 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/launchy/launchy-2.5.ebuild,v 1.3 2013/03/02 23:49:32 hwoarang Exp $ EAPI=4 inherit fdo-mime gnome2-utils qt4-r2 @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -RDEPEND="x11-libs/qt-gui:4" +RDEPEND="dev-qt/qtgui:4" DEPEND="${RDEPEND} dev-libs/boost" |