summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2013-03-02 22:46:17 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2013-03-02 22:46:17 +0000
commitc63f32579d31274f227d3b3cb33f6d2cc473aae8 (patch)
treebf034c2af7ab61dab6e93fcb8dfbbe918a854c58 /net-analyzer/nmapsi
parentMove Qt dependencies to the new category (diff)
downloadgentoo-2-c63f32579d31274f227d3b3cb33f6d2cc473aae8.tar.gz
gentoo-2-c63f32579d31274f227d3b3cb33f6d2cc473aae8.tar.bz2
gentoo-2-c63f32579d31274f227d3b3cb33f6d2cc473aae8.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-analyzer/nmapsi')
-rw-r--r--net-analyzer/nmapsi/ChangeLog6
-rw-r--r--net-analyzer/nmapsi/nmapsi-0.4.1.ebuild10
-rw-r--r--net-analyzer/nmapsi/nmapsi-0.4.ebuild12
3 files changed, 16 insertions, 12 deletions
diff --git a/net-analyzer/nmapsi/ChangeLog b/net-analyzer/nmapsi/ChangeLog
index 6147edb8dab9..81b576dbca6c 100644
--- a/net-analyzer/nmapsi/ChangeLog
+++ b/net-analyzer/nmapsi/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-analyzer/nmapsi
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmapsi/ChangeLog,v 1.9 2013/01/31 12:02:09 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmapsi/ChangeLog,v 1.10 2013/03/02 22:46:17 hwoarang Exp $
+
+ 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> nmapsi-0.4.1.ebuild,
+ nmapsi-0.4.ebuild:
+ Move Qt dependencies to the new category
*nmapsi-0.4.1 (31 Jan 2013)
diff --git a/net-analyzer/nmapsi/nmapsi-0.4.1.ebuild b/net-analyzer/nmapsi/nmapsi-0.4.1.ebuild
index 9cb04b64bcf6..e8bf1e7f3a68 100644
--- a/net-analyzer/nmapsi/nmapsi-0.4.1.ebuild
+++ b/net-analyzer/nmapsi/nmapsi-0.4.1.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-analyzer/nmapsi/nmapsi-0.4.1.ebuild,v 1.1 2013/01/31 12:02:09 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmapsi/nmapsi-0.4.1.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}
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}