diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 20:03:49 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 20:03:49 +0000 |
commit | 8d8c8edf9bf22967d57ca1ecb0ea631b70872bf4 (patch) | |
tree | 45350e1b6b7cf831adce72b8942726ebc61f2b22 /dev-libs/qrosscore/qrosscore-0.2.2.ebuild | |
parent | Move Qt dependencies to the new category (diff) | |
download | gentoo-2-8d8c8edf9bf22967d57ca1ecb0ea631b70872bf4.tar.gz gentoo-2-8d8c8edf9bf22967d57ca1ecb0ea631b70872bf4.tar.bz2 gentoo-2-8d8c8edf9bf22967d57ca1ecb0ea631b70872bf4.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 'dev-libs/qrosscore/qrosscore-0.2.2.ebuild')
-rw-r--r-- | dev-libs/qrosscore/qrosscore-0.2.2.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dev-libs/qrosscore/qrosscore-0.2.2.ebuild b/dev-libs/qrosscore/qrosscore-0.2.2.ebuild index 5b8cda297875..2fa1a6216afd 100644 --- a/dev-libs/qrosscore/qrosscore-0.2.2.ebuild +++ b/dev-libs/qrosscore/qrosscore-0.2.2.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/dev-libs/qrosscore/qrosscore-0.2.2.ebuild,v 1.5 2012/07/19 15:43:32 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/qrosscore/qrosscore-0.2.2.ebuild,v 1.6 2013/03/02 20:03:49 hwoarang Exp $ EAPI=3 @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="debug" -DEPEND="x11-libs/qt-core:4 - x11-libs/qt-gui:4 - x11-libs/qt-script:4" +DEPEND="dev-qt/qtcore:4 + dev-qt/qtgui:4 + dev-qt/qtscript:4" RDEPEND="${DEPEND}" |