diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-10-14 12:33:05 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-10-14 12:33:05 +0000 |
commit | 6c5071e0648dc7653b0d1c10e1fc76e858f3217f (patch) | |
tree | f047e13929038dac5eab0c9b685fc8fff0f9fa5d /x11-misc | |
parent | Fix build dependencies. (diff) | |
download | gentoo-2-6c5071e0648dc7653b0d1c10e1fc76e858f3217f.tar.gz gentoo-2-6c5071e0648dc7653b0d1c10e1fc76e858f3217f.tar.bz2 gentoo-2-6c5071e0648dc7653b0d1c10e1fc76e858f3217f.zip |
Fix dependencies.
(Portage version: 2.2_rc12/cvs/Linux 2.6.27-gentoo x86_64)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/fraqtive/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/fraqtive/fraqtive-0.4.3.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-misc/fraqtive/ChangeLog b/x11-misc/fraqtive/ChangeLog index 9c8accd87c13..911fe8c139a2 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.4 2008/07/27 00:44:11 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fraqtive/ChangeLog,v 1.5 2008/10/14 12:33:05 flameeyes Exp $ + + 14 Oct 2008; Diego Pettenò <flameeyes@gentoo.org> fraqtive-0.4.3.ebuild: + Fix dependencies. 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. diff --git a/x11-misc/fraqtive/fraqtive-0.4.3.ebuild b/x11-misc/fraqtive/fraqtive-0.4.3.ebuild index 7ac39bf66982..92f042794bb2 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.2 2008/07/27 00:44:11 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fraqtive/fraqtive-0.4.3.ebuild,v 1.3 2008/10/14 12:33:05 flameeyes Exp $ EAPI=1 @@ -15,10 +15,11 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="sse2" -DEPENDS="|| ( ( x11-libs/qt-core +RDEPEND="|| ( ( x11-libs/qt-core x11-libs/qt-gui x11-libs/qt-opengl ) <x11-libs/qt-4.4:4 )" +DEPEND="${RDEPEND}" QT4_BUILT_WITH_USE_CHECK="opengl" |