diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 22:46:38 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 22:46:38 +0000 |
commit | 7fd76f0334ef63e106c25118af9e0dfff04df099 (patch) | |
tree | 53c79933ed6211319e558ee75cb70fc7a0c5452a /net-analyzer/nmapsi/nmapsi-0.4.ebuild | |
parent | Drop old revision (diff) | |
download | historical-7fd76f0334ef63e106c25118af9e0dfff04df099.tar.gz historical-7fd76f0334ef63e106c25118af9e0dfff04df099.tar.bz2 historical-7fd76f0334ef63e106c25118af9e0dfff04df099.zip |
Move Qt dependencies to the new category
Package-Manager: portage-2.1.11.52/cvs/Linux x86_64
Manifest-Sign-Key: 0xC2BA7F3C!
Diffstat (limited to 'net-analyzer/nmapsi/nmapsi-0.4.ebuild')
-rw-r--r-- | net-analyzer/nmapsi/nmapsi-0.4.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/net-analyzer/nmapsi/nmapsi-0.4.ebuild b/net-analyzer/nmapsi/nmapsi-0.4.ebuild index 4b77358373b4..c3a31a4edfd7 100644 --- a/net-analyzer/nmapsi/nmapsi-0.4.ebuild +++ b/net-analyzer/nmapsi/nmapsi-0.4.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/net-analyzer/nmapsi/nmapsi-0.4.ebuild,v 1.1 2012/12/25 10:40:22 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmapsi/nmapsi-0.4.ebuild,v 1.2 2013/03/02 22:46:17 hwoarang Exp $ EAPI=5 @@ -20,10 +20,10 @@ KEYWORDS="~amd64 ~x86" IUSE="kde" DEPEND=" - x11-libs/qt-core:4 - x11-libs/qt-dbus:4 - x11-libs/qt-gui:4 - x11-libs/qt-webkit:4 + dev-qt/qtcore:4 + dev-qt/qtdbus:4 + dev-qt/qtgui:4 + dev-qt/qtwebkit:4 kde? ( kde-base/kdelibs:4 ) " RDEPEND="${DEPEND} |