diff options
Diffstat (limited to 'x11-misc/qsynergy/qsynergy-0.9.1-r1.ebuild')
-rw-r--r-- | x11-misc/qsynergy/qsynergy-0.9.1-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-misc/qsynergy/qsynergy-0.9.1-r1.ebuild b/x11-misc/qsynergy/qsynergy-0.9.1-r1.ebuild index 166d0983e1ef..bc3b4e0a7dd5 100644 --- a/x11-misc/qsynergy/qsynergy-0.9.1-r1.ebuild +++ b/x11-misc/qsynergy/qsynergy-0.9.1-r1.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/qsynergy/qsynergy-0.9.1-r1.ebuild,v 1.2 2012/01/11 23:33:11 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/qsynergy/qsynergy-0.9.1-r1.ebuild,v 1.3 2013/03/02 23:51:55 hwoarang Exp $ EAPI=3 @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="debug" -DEPEND="x11-libs/qt-gui:4" +DEPEND="dev-qt/qtgui:4" RDEPEND="${DEPEND} x11-misc/synergy" |