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
commit336a86d0a7d713ba12e211c6a8f89805dfdc935c (patch)
treeefb4e25a6bb91deba0a1db13bc22265ea69176c2 /x11-misc/icewoed
parentia64 love (diff)
downloadhistorical-336a86d0a7d713ba12e211c6a8f89805dfdc935c.tar.gz
historical-336a86d0a7d713ba12e211c6a8f89805dfdc935c.tar.bz2
historical-336a86d0a7d713ba12e211c6a8f89805dfdc935c.zip
Fix qt dep
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'x11-misc/icewoed')
-rw-r--r--x11-misc/icewoed/ChangeLog5
-rw-r--r--x11-misc/icewoed/icewoed-1.8.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/icewoed/ChangeLog b/x11-misc/icewoed/ChangeLog
index 24fd9d385e48..615468cef336 100644
--- a/x11-misc/icewoed/ChangeLog
+++ b/x11-misc/icewoed/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/icewoed
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/icewoed/ChangeLog,v 1.16 2005/07/01 15:19:50 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/icewoed/ChangeLog,v 1.17 2005/07/07 05:21:29 caleb Exp $
+
+ 07 Jul 2005; Caleb Tennis <caleb@gentoo.org> icewoed-1.8.ebuild:
+ Fix qt dep
01 Jul 2005; Caleb Tennis <caleb@gentoo.org> icewoed-1.8.ebuild:
Fix qmake dir per bug #97535
diff --git a/x11-misc/icewoed/icewoed-1.8.ebuild b/x11-misc/icewoed/icewoed-1.8.ebuild
index db6125b05421..09a10a93e61d 100644
--- a/x11-misc/icewoed/icewoed-1.8.ebuild
+++ b/x11-misc/icewoed/icewoed-1.8.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/icewoed/icewoed-1.8.ebuild,v 1.4 2005/07/01 15:19:50 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/icewoed/icewoed-1.8.ebuild,v 1.5 2005/07/07 05:21:29 caleb Exp $
DESCRIPTION="IceWM winoptions editor."
SRC_URI="mirror://sourceforge/icecc/${P}.tar.bz2"
HOMEPAGE="http://icecc.sourceforge.net/"
IUSE=""
-DEPEND=">=x11-libs/qt-3.0.0"
+DEPEND="=x11-libs/qt-3*"
SLOT="0"
LICENSE="GPL-2"