diff options
author | Patrick Lauer <patrick@gentoo.org> | 2013-07-17 04:52:35 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2013-07-17 04:52:35 +0000 |
commit | 6227e027ea86478324105614318efab2196af0e8 (patch) | |
tree | 36580dc962e885ddee2e48d665d4287dd13b9f53 /media-gfx | |
parent | Fixing qtgui deps for qt-4.8.5 (diff) | |
download | gentoo-2-6227e027ea86478324105614318efab2196af0e8.tar.gz gentoo-2-6227e027ea86478324105614318efab2196af0e8.tar.bz2 gentoo-2-6227e027ea86478324105614318efab2196af0e8.zip |
Fixing qtgui deps for qt-4.8.5
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/qosmic/ChangeLog | 5 | ||||
-rw-r--r-- | media-gfx/qosmic/qosmic-1.5.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-gfx/qosmic/ChangeLog b/media-gfx/qosmic/ChangeLog index f5871d2f5b72..689c91f60985 100644 --- a/media-gfx/qosmic/ChangeLog +++ b/media-gfx/qosmic/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/qosmic # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/qosmic/ChangeLog,v 1.5 2013/03/02 21:39:58 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/qosmic/ChangeLog,v 1.6 2013/07/17 04:52:35 patrick Exp $ + + 17 Jul 2013; Patrick Lauer <patrick@gentoo.org> qosmic-1.5.0.ebuild: + Fixing qtgui deps for qt-4.8.5 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> qosmic-1.5.0.ebuild: Move Qt dependencies to the new category diff --git a/media-gfx/qosmic/qosmic-1.5.0.ebuild b/media-gfx/qosmic/qosmic-1.5.0.ebuild index 2a45686b6d38..a38a6f4080c6 100644 --- a/media-gfx/qosmic/qosmic-1.5.0.ebuild +++ b/media-gfx/qosmic/qosmic-1.5.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/qosmic/qosmic-1.5.0.ebuild,v 1.3 2013/03/02 21:39:58 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/qosmic/qosmic-1.5.0.ebuild,v 1.4 2013/07/17 04:52:35 patrick Exp $ EAPI=4 inherit qt4-r2 @@ -16,7 +16,7 @@ IUSE="" RDEPEND=">=dev-lang/lua-5.1.4 >=media-gfx/flam3-3.0.1 - >=dev-qt/qtgui-4.6:4" + || ( <dev-qt/qtgui-4.8.5:4 ( >=dev-qt/qtgui-4.8.5:4 dev-qt/designer ) )" DEPEND="${RDEPEND} virtual/pkgconfig" |