summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2008-10-14 12:33:05 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2008-10-14 12:33:05 +0000
commitbacb71280365a0ec46b65051374127f322afda2f (patch)
treeff8e2acf6db448f3162821c5213d498242e2048b /x11-misc
parentFix build dependencies. (diff)
downloadhistorical-bacb71280365a0ec46b65051374127f322afda2f.tar.gz
historical-bacb71280365a0ec46b65051374127f322afda2f.tar.bz2
historical-bacb71280365a0ec46b65051374127f322afda2f.zip
Fix dependencies.
Package-Manager: portage-2.2_rc12/cvs/Linux 2.6.27-gentoo x86_64
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/fraqtive/ChangeLog5
-rw-r--r--x11-misc/fraqtive/fraqtive-0.4.3.ebuild5
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"