diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 22:58:08 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 22:58:08 +0000 |
commit | c90f96018c31df6166d996aae53038e2effc8794 (patch) | |
tree | d489d1ba726565ae05ad39a21e1c3192748cbb0f /net-libs/qxmpp/qxmpp-0.7.5.ebuild | |
parent | switched to virtual/awk (bug #455738) (diff) | |
download | gentoo-2-c90f96018c31df6166d996aae53038e2effc8794.tar.gz gentoo-2-c90f96018c31df6166d996aae53038e2effc8794.tar.bz2 gentoo-2-c90f96018c31df6166d996aae53038e2effc8794.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 'net-libs/qxmpp/qxmpp-0.7.5.ebuild')
-rw-r--r-- | net-libs/qxmpp/qxmpp-0.7.5.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-libs/qxmpp/qxmpp-0.7.5.ebuild b/net-libs/qxmpp/qxmpp-0.7.5.ebuild index 51df3493f6c9..cdc6a1fc1ddf 100644 --- a/net-libs/qxmpp/qxmpp-0.7.5.ebuild +++ b/net-libs/qxmpp/qxmpp-0.7.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/qxmpp/qxmpp-0.7.5.ebuild,v 1.4 2013/02/16 21:29:12 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/qxmpp/qxmpp-0.7.5.ebuild,v 1.5 2013/03/02 22:58:08 hwoarang Exp $ EAPI=5 @@ -15,11 +15,11 @@ SLOT="0" KEYWORDS="amd64 x86 ~amd64-linux" IUSE="debug doc test" -RDEPEND="x11-libs/qt-core:4 - x11-libs/qt-gui:4 +RDEPEND="dev-qt/qtcore:4 + dev-qt/qtgui:4 media-libs/speex" DEPEND="${RDEPEND} - test? ( x11-libs/qt-test:4 )" + test? ( dev-qt/qttest:4 )" src_prepare(){ if ! use doc; then |