summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2013-03-02 23:29:10 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2013-03-02 23:29:10 +0000
commitb599781f128937a43f0f27a607f90db279b1c30a (patch)
tree32d95f0abc6bb56a9270445f2fe5096fa487908e /sci-visualization/xyscan
parentMove Qt dependencies to the new category (diff)
downloadgentoo-2-b599781f128937a43f0f27a607f90db279b1c30a.tar.gz
gentoo-2-b599781f128937a43f0f27a607f90db279b1c30a.tar.bz2
gentoo-2-b599781f128937a43f0f27a607f90db279b1c30a.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 'sci-visualization/xyscan')
-rw-r--r--sci-visualization/xyscan/ChangeLog7
-rw-r--r--sci-visualization/xyscan/xyscan-3.3.1.ebuild8
2 files changed, 9 insertions, 6 deletions
diff --git a/sci-visualization/xyscan/ChangeLog b/sci-visualization/xyscan/ChangeLog
index 6d3f2acbcc97..540626d76ad0 100644
--- a/sci-visualization/xyscan/ChangeLog
+++ b/sci-visualization/xyscan/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-visualization/xyscan
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/xyscan/ChangeLog,v 1.16 2012/08/07 04:52:22 bicatali Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/xyscan/ChangeLog,v 1.17 2013/03/02 23:29:10 hwoarang Exp $
+
+ 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> xyscan-3.3.1.ebuild:
+ Move Qt dependencies to the new category
07 Aug 2012; Sébastien Fabbro <bicatali@gentoo.org> metadata.xml,
xyscan-3.3.1.ebuild:
diff --git a/sci-visualization/xyscan/xyscan-3.3.1.ebuild b/sci-visualization/xyscan/xyscan-3.3.1.ebuild
index 757d4164d25b..ebbb797d746f 100644
--- a/sci-visualization/xyscan/xyscan-3.3.1.ebuild
+++ b/sci-visualization/xyscan/xyscan-3.3.1.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/sci-visualization/xyscan/xyscan-3.3.1.ebuild,v 1.4 2012/08/07 04:52:22 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/xyscan/xyscan-3.3.1.ebuild,v 1.5 2013/03/02 23:29:10 hwoarang Exp $
EAPI=4
LANGS="fr"
@@ -18,8 +18,8 @@ SLOT="0"
KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
IUSE=""
-DEPEND="x11-libs/qt-core:4
- x11-libs/qt-gui:4"
+DEPEND="dev-qt/qtcore:4
+ dev-qt/qtgui:4"
RDEPEND="${DEPEND}"
S="${WORKDIR}/${PN}"