diff options
author | 2013-03-02 21:59:41 +0000 | |
---|---|---|
committer | 2013-03-02 21:59:41 +0000 | |
commit | 9cadd8f70cc40e0b052981bd64a205be1401d314 (patch) | |
tree | 7bd2a124bbdd079cec77fe5569eaa4abcba8d8c5 /media-sound/qastools/qastools-0.17.2.ebuild | |
parent | Move Qt dependencies to the new category (diff) | |
download | gentoo-2-9cadd8f70cc40e0b052981bd64a205be1401d314.tar.gz gentoo-2-9cadd8f70cc40e0b052981bd64a205be1401d314.tar.bz2 gentoo-2-9cadd8f70cc40e0b052981bd64a205be1401d314.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 'media-sound/qastools/qastools-0.17.2.ebuild')
-rw-r--r-- | media-sound/qastools/qastools-0.17.2.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/media-sound/qastools/qastools-0.17.2.ebuild b/media-sound/qastools/qastools-0.17.2.ebuild index 8a3faff7f156..7a12c90e5ca9 100644 --- a/media-sound/qastools/qastools-0.17.2.ebuild +++ b/media-sound/qastools/qastools-0.17.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/media-sound/qastools/qastools-0.17.2.ebuild,v 1.1 2012/05/09 16:17:38 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/qastools/qastools-0.17.2.ebuild,v 1.2 2013/03/02 21:59:41 hwoarang Exp $ EAPI=4 @@ -23,9 +23,9 @@ for X in ${LANGS} ; do done RDEPEND="media-libs/alsa-lib - >=x11-libs/qt-core-4.6:4 - >=x11-libs/qt-gui-4.6:4 - >=x11-libs/qt-svg-4.6:4" + >=dev-qt/qtcore-4.6:4 + >=dev-qt/qtgui-4.6:4 + >=dev-qt/qtsvg-4.6:4" DEPEND="${RDEPEND} app-arch/xz-utils" |