diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2008-07-27 00:44:11 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2008-07-27 00:44:11 +0000 |
commit | ecd79dff9a3125e084693aa780771e6151e9db82 (patch) | |
tree | 8f5144374d236e1a06a0dddc9dacf95df723d725 /x11-misc | |
parent | Fix the fix... (diff) | |
download | gentoo-2-ecd79dff9a3125e084693aa780771e6151e9db82.tar.gz gentoo-2-ecd79dff9a3125e084693aa780771e6151e9db82.tar.bz2 gentoo-2-ecd79dff9a3125e084693aa780771e6151e9db82.zip |
Fix broken split Qt 4.4 dependencies, cf. bug 217161 comment 11.
(Portage version: 2.1.4.4)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/fraqtive/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/fraqtive/fraqtive-0.4.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/fraqtive/ChangeLog b/x11-misc/fraqtive/ChangeLog index ea5b9a8f4cc8..9c8accd87c13 100644 --- a/x11-misc/fraqtive/ChangeLog +++ b/x11-misc/fraqtive/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/fraqtive # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/fraqtive/ChangeLog,v 1.3 2008/07/14 19:12:04 drizzt Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fraqtive/ChangeLog,v 1.4 2008/07/27 00:44:11 carlo Exp $ + + 27 Jul 2008; Carsten Lohrke <carlo@gentoo.org> fraqtive-0.4.3.ebuild: + Fix broken split Qt 4.4 dependencies, cf. bug 217161 comment 11. *fraqtive-0.4.3 (14 Jul 2008) diff --git a/x11-misc/fraqtive/fraqtive-0.4.3.ebuild b/x11-misc/fraqtive/fraqtive-0.4.3.ebuild index ae78e614b38a..7ac39bf66982 100644 --- a/x11-misc/fraqtive/fraqtive-0.4.3.ebuild +++ b/x11-misc/fraqtive/fraqtive-0.4.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/fraqtive/fraqtive-0.4.3.ebuild,v 1.1 2008/07/14 19:12:04 drizzt Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fraqtive/fraqtive-0.4.3.ebuild,v 1.2 2008/07/27 00:44:11 carlo Exp $ EAPI=1 @@ -18,7 +18,7 @@ IUSE="sse2" DEPENDS="|| ( ( x11-libs/qt-core x11-libs/qt-gui x11-libs/qt-opengl ) - >=x11-libs/qt:4 )" + <x11-libs/qt-4.4:4 )" QT4_BUILT_WITH_USE_CHECK="opengl" |