diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 23:48:11 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 23:48:11 +0000 |
commit | a0f20c3316fb8725921fea2d79b689a027dae896 (patch) | |
tree | 3d6c6e43aff3b627526a1b989802363f00643945 /x11-misc/fracplanet/fracplanet-0.4.0.ebuild | |
parent | Move Qt dependencies to the new category (diff) | |
download | gentoo-2-a0f20c3316fb8725921fea2d79b689a027dae896.tar.gz gentoo-2-a0f20c3316fb8725921fea2d79b689a027dae896.tar.bz2 gentoo-2-a0f20c3316fb8725921fea2d79b689a027dae896.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 'x11-misc/fracplanet/fracplanet-0.4.0.ebuild')
-rw-r--r-- | x11-misc/fracplanet/fracplanet-0.4.0.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11-misc/fracplanet/fracplanet-0.4.0.ebuild b/x11-misc/fracplanet/fracplanet-0.4.0.ebuild index f0f84033ffa1..b24e63ea2b88 100644 --- a/x11-misc/fracplanet/fracplanet-0.4.0.ebuild +++ b/x11-misc/fracplanet/fracplanet-0.4.0.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/x11-misc/fracplanet/fracplanet-0.4.0.ebuild,v 1.2 2012/04/22 15:25:20 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fracplanet/fracplanet-0.4.0.ebuild,v 1.3 2013/03/02 23:48:11 hwoarang Exp $ EAPI=4 inherit qt4-r2 @@ -17,9 +17,9 @@ IUSE="" RDEPEND="dev-libs/boost virtual/glu virtual/opengl - x11-libs/qt-core:4 - x11-libs/qt-gui:4 - x11-libs/qt-opengl:4" + dev-qt/qtcore:4 + dev-qt/qtgui:4 + dev-qt/qtopengl:4" DEPEND="${RDEPEND} dev-libs/libxslt" |