summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaleb Tennis <caleb@gentoo.org>2005-07-07 05:21:29 +0000
committerCaleb Tennis <caleb@gentoo.org>2005-07-07 05:21:29 +0000
commit5aacf966e6e326e82c4dcc13b36f1fbd0bf9b077 (patch)
treedbe5e700c0426b5944f463faf006aa9da1bb7ab5 /x11-misc/icebgset
parentia64 love (diff)
downloadgentoo-2-5aacf966e6e326e82c4dcc13b36f1fbd0bf9b077.tar.gz
gentoo-2-5aacf966e6e326e82c4dcc13b36f1fbd0bf9b077.tar.bz2
gentoo-2-5aacf966e6e326e82c4dcc13b36f1fbd0bf9b077.zip
Fix qt dep
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'x11-misc/icebgset')
-rw-r--r--x11-misc/icebgset/ChangeLog5
-rw-r--r--x11-misc/icebgset/icebgset-1.3.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/icebgset/ChangeLog b/x11-misc/icebgset/ChangeLog
index 412f4c6db40c..6af7cb69afd3 100644
--- a/x11-misc/icebgset/ChangeLog
+++ b/x11-misc/icebgset/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/icebgset
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/icebgset/ChangeLog,v 1.17 2005/07/01 15:16:49 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/icebgset/ChangeLog,v 1.18 2005/07/07 05:19:02 caleb Exp $
+
+ 07 Jul 2005; Caleb Tennis <caleb@gentoo.org> icebgset-1.3.ebuild:
+ Fix qt dep
01 Jul 2005; Caleb Tennis <caleb@gentoo.org> icebgset-1.3.ebuild:
Fix qmake dir per bug #97535
diff --git a/x11-misc/icebgset/icebgset-1.3.ebuild b/x11-misc/icebgset/icebgset-1.3.ebuild
index 425cc680981e..4171acc7431a 100644
--- a/x11-misc/icebgset/icebgset-1.3.ebuild
+++ b/x11-misc/icebgset/icebgset-1.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/icebgset/icebgset-1.3.ebuild,v 1.4 2005/07/01 15:16:49 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/icebgset/icebgset-1.3.ebuild,v 1.5 2005/07/07 05:19:02 caleb Exp $
DESCRIPTION="IceWM background editor"
SRC_URI="mirror://sourceforge/icecc/${P}.tar.bz2"
@@ -8,7 +8,7 @@ HOMEPAGE="http://icecc.sourceforge.net/"
LICENSE="GPL-2"
KEYWORDS="x86 ppc"
-DEPEND=">=x11-libs/qt-3.0.0"
+DEPEND="=x11-libs/qt-3*"
IUSE=""
SLOT="0"