diff options
author | Michael Palimaka <kensington@gentoo.org> | 2013-07-23 14:06:14 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2013-07-23 14:06:14 +0000 |
commit | 7a101086075ac1a888f5a79fa7d20b790a83b05b (patch) | |
tree | e09b54ebaccf7fcef132e78b00f273f5df4ebf16 /media-gfx | |
parent | Fix Qt dependencies. (diff) | |
download | gentoo-2-7a101086075ac1a888f5a79fa7d20b790a83b05b.tar.gz gentoo-2-7a101086075ac1a888f5a79fa7d20b790a83b05b.tar.bz2 gentoo-2-7a101086075ac1a888f5a79fa7d20b790a83b05b.zip |
Fix Qt dependencies.
(Portage version: 2.1.12.13/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
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 689c91f60985..c2248a848307 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.6 2013/07/17 04:52:35 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/qosmic/ChangeLog,v 1.7 2013/07/23 14:06:14 kensington Exp $ + + 23 Jul 2013; Michael Palimaka <kensington@gentoo.org> qosmic-1.5.0.ebuild: + Fix Qt dependencies. 17 Jul 2013; Patrick Lauer <patrick@gentoo.org> qosmic-1.5.0.ebuild: Fixing qtgui deps for qt-4.8.5 diff --git a/media-gfx/qosmic/qosmic-1.5.0.ebuild b/media-gfx/qosmic/qosmic-1.5.0.ebuild index a38a6f4080c6..c7347c04b58d 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.4 2013/07/17 04:52:35 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/qosmic/qosmic-1.5.0.ebuild,v 1.5 2013/07/23 14:06:14 kensington 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.8.5:4 ( >=dev-qt/qtgui-4.8.5:4 dev-qt/designer ) )" + || ( ( >=dev-qt/qtgui-4.8.5:4 dev-qt/designer:4 ) <dev-qt/qtgui-4.8.5:4 )" DEPEND="${RDEPEND} virtual/pkgconfig" |