summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2015-03-17 14:59:34 +0000
committerMichael Palimaka <kensington@gentoo.org>2015-03-17 14:59:34 +0000
commit7ae4a391a466459d4ad9c0762366fac817e78769 (patch)
tree57fb95b63a6516ef3c4ebb97ac73bf2f5aafd7cc /media-gfx/photoqt/photoqt-1.2.ebuild
parentrevbump; set borders to versions in deps, fixes Bug #542984 (diff)
downloadgentoo-2-7ae4a391a466459d4ad9c0762366fac817e78769.tar.gz
gentoo-2-7ae4a391a466459d4ad9c0762366fac817e78769.tar.bz2
gentoo-2-7ae4a391a466459d4ad9c0762366fac817e78769.zip
Add missing dependencies wrt bug #543610.
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Diffstat (limited to 'media-gfx/photoqt/photoqt-1.2.ebuild')
-rw-r--r--media-gfx/photoqt/photoqt-1.2.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/media-gfx/photoqt/photoqt-1.2.ebuild b/media-gfx/photoqt/photoqt-1.2.ebuild
index fb6b0f8878b7..0bfbecc45ff8 100644
--- a/media-gfx/photoqt/photoqt-1.2.ebuild
+++ b/media-gfx/photoqt/photoqt-1.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/photoqt/photoqt-1.2.ebuild,v 1.1 2015/02/06 13:48:03 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/photoqt/photoqt-1.2.ebuild,v 1.2 2015/03/17 14:59:34 kensington Exp $
EAPI=5
inherit cmake-utils
@@ -14,11 +14,13 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="graphicsmagick exiv2"
-RDEPEND="dev-qt/qtgui:5
+RDEPEND="dev-qt/qtcore:5
+ dev-qt/qtgui:5
dev-qt/qtimageformats:5
dev-qt/qtmultimedia:5
dev-qt/qtnetwork:5
dev-qt/qtsql:5
+ dev-qt/qtsvg:5
dev-qt/qtwidgets:5
exiv2? ( media-gfx/exiv2:= )
graphicsmagick? ( media-gfx/graphicsmagick )"