diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 21:41:59 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2013-03-02 21:41:59 +0000 |
commit | 044f060c0ceea2c669c3fc32fb829359234d8104 (patch) | |
tree | dd7d8530478088f7c2dffb58a9c8097cff7343bb /media-gfx/pencil/pencil-0.4.4_beta.ebuild | |
parent | Remove old. (diff) | |
download | historical-044f060c0ceea2c669c3fc32fb829359234d8104.tar.gz historical-044f060c0ceea2c669c3fc32fb829359234d8104.tar.bz2 historical-044f060c0ceea2c669c3fc32fb829359234d8104.zip |
Move Qt dependencies to the new category
Package-Manager: portage-2.1.11.52/cvs/Linux x86_64
Manifest-Sign-Key: 0xC2BA7F3C!
Diffstat (limited to 'media-gfx/pencil/pencil-0.4.4_beta.ebuild')
-rw-r--r-- | media-gfx/pencil/pencil-0.4.4_beta.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/media-gfx/pencil/pencil-0.4.4_beta.ebuild b/media-gfx/pencil/pencil-0.4.4_beta.ebuild index c2f43268367a..036739fc4626 100644 --- a/media-gfx/pencil/pencil-0.4.4_beta.ebuild +++ b/media-gfx/pencil/pencil-0.4.4_beta.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/pencil/pencil-0.4.4_beta.ebuild,v 1.3 2011/09/06 09:00:43 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/pencil/pencil-0.4.4_beta.ebuild,v 1.4 2013/03/02 21:38:40 hwoarang Exp $ EAPI=2 inherit eutils qt4-r2 @@ -16,8 +16,8 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -RDEPEND="x11-libs/qt-gui:4 - x11-libs/qt-opengl:4 +RDEPEND="dev-qt/qtgui:4 + dev-qt/qtopengl:4 >=media-libs/ming-0.4.3" DEPEND="${RDEPEND} app-arch/unzip" |