summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngmar Vanhassel <ingmar@gentoo.org>2008-03-05 21:27:45 +0000
committerIngmar Vanhassel <ingmar@gentoo.org>2008-03-05 21:27:45 +0000
commit8662f5569486da03bc11b6665ec5cb09810bd41d (patch)
tree517ffe70caaefd92bb10591aa5a71a8543daaa0b /kde-base
parentAdd ~sparc for testing, Bug #210854 --- works fine with USE=pam. (diff)
downloadgentoo-2-8662f5569486da03bc11b6665ec5cb09810bd41d.tar.gz
gentoo-2-8662f5569486da03bc11b6665ec5cb09810bd41d.tar.bz2
gentoo-2-8662f5569486da03bc11b6665ec5cb09810bd41d.zip
Make dependencies compatible with split Qt-4.4.0*.
(Portage version: 2.1.4.4)
Diffstat (limited to 'kde-base')
-rw-r--r--kde-base/qimageblitz/ChangeLog6
-rw-r--r--kde-base/qimageblitz/qimageblitz-0.0.4.ebuild5
2 files changed, 8 insertions, 3 deletions
diff --git a/kde-base/qimageblitz/ChangeLog b/kde-base/qimageblitz/ChangeLog
index d5f02d61d3eb..ac49f3895fcf 100644
--- a/kde-base/qimageblitz/ChangeLog
+++ b/kde-base/qimageblitz/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/qimageblitz
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/qimageblitz/ChangeLog,v 1.2 2008/02/17 02:26:39 ingmar Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/qimageblitz/ChangeLog,v 1.3 2008/03/05 21:27:45 ingmar Exp $
+
+ 05 Mar 2008; Ingmar Vanhassel <ingmar@gentoo.org>
+ qimageblitz-0.0.4.ebuild:
+ Make dependencies compatible with split Qt-4.4.0*.
16 Feb 2008; Ingmar Vanhassel <ingmar@gentoo.org> ChangeLog:
Spring cleaning
diff --git a/kde-base/qimageblitz/qimageblitz-0.0.4.ebuild b/kde-base/qimageblitz/qimageblitz-0.0.4.ebuild
index bea65b46d4ce..8550bef56c26 100644
--- a/kde-base/qimageblitz/qimageblitz-0.0.4.ebuild
+++ b/kde-base/qimageblitz/qimageblitz-0.0.4.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/kde-base/qimageblitz/qimageblitz-0.0.4.ebuild,v 1.1 2008/01/18 02:55:13 ingmar Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/qimageblitz/qimageblitz-0.0.4.ebuild,v 1.2 2008/03/05 21:27:45 ingmar Exp $
EAPI="1"
@@ -17,7 +17,8 @@ SLOT="0"
IUSE="3dnow altivec debug mmx sse sse2"
-DEPEND=">=x11-libs/qt-4.2.0:4"
+DEPEND="|| ( x11-libs/qt-gui:4
+ >=x11-libs/qt-4.2.0:4 )"
RDEPEND="${DEPEND}"
src_unpack() {