diff options
author | Michael Palimaka <kensington@gentoo.org> | 2015-03-17 14:59:34 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2015-03-17 14:59:34 +0000 |
commit | 7ae4a391a466459d4ad9c0762366fac817e78769 (patch) | |
tree | 57fb95b63a6516ef3c4ebb97ac73bf2f5aafd7cc /media-gfx/photoqt | |
parent | revbump; set borders to versions in deps, fixes Bug #542984 (diff) | |
download | gentoo-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')
-rw-r--r-- | media-gfx/photoqt/ChangeLog | 5 | ||||
-rw-r--r-- | media-gfx/photoqt/photoqt-1.2.ebuild | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/media-gfx/photoqt/ChangeLog b/media-gfx/photoqt/ChangeLog index 5e5bb0a420e0..3a97f64634b3 100644 --- a/media-gfx/photoqt/ChangeLog +++ b/media-gfx/photoqt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/photoqt # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/photoqt/ChangeLog,v 1.4 2015/02/06 13:48:03 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/photoqt/ChangeLog,v 1.5 2015/03/17 14:59:34 kensington Exp $ + + 17 Mar 2015; Michael Palimaka <kensington@gentoo.org> photoqt-1.2.ebuild: + Add missing dependencies wrt bug #543610. *photoqt-1.2 (06 Feb 2015) 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 )" |