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/iceked
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/iceked')
-rw-r--r--x11-misc/iceked/ChangeLog5
-rw-r--r--x11-misc/iceked/iceked-1.5.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/iceked/ChangeLog b/x11-misc/iceked/ChangeLog
index bdf9c06ef6b5..2cca0cd136aa 100644
--- a/x11-misc/iceked/ChangeLog
+++ b/x11-misc/iceked/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/iceked
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/iceked/ChangeLog,v 1.13 2005/07/01 15:18:41 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/iceked/ChangeLog,v 1.14 2005/07/07 05:20:29 caleb Exp $
+
+ 07 Jul 2005; Caleb Tennis <caleb@gentoo.org> iceked-1.5.ebuild:
+ Fix qt dep
01 Jul 2005; Caleb Tennis <caleb@gentoo.org> iceked-1.5.ebuild:
Fix qmake dir per bug #97535
diff --git a/x11-misc/iceked/iceked-1.5.ebuild b/x11-misc/iceked/iceked-1.5.ebuild
index bc7c9523f22e..a86fe9d015ff 100644
--- a/x11-misc/iceked/iceked-1.5.ebuild
+++ b/x11-misc/iceked/iceked-1.5.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/iceked/iceked-1.5.ebuild,v 1.4 2005/07/01 15:18:41 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/iceked/iceked-1.5.ebuild,v 1.5 2005/07/07 05:20:29 caleb Exp $
DESCRIPTION="IceWM keys editor"
SRC_URI="mirror://sourceforge/icecc/${P}.tar.bz2"
@@ -9,7 +9,7 @@ LICENSE="GPL-2"
IUSE=""
KEYWORDS="x86 ppc"
-DEPEND=">=x11-libs/qt-3.0.0"
+DEPEND="=x11-libs/qt-3*"
SLOT="0"
src_unpack() {