diff options
author | Caleb Tennis <caleb@gentoo.org> | 2005-07-07 05:21:29 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2005-07-07 05:21:29 +0000 |
commit | 336a86d0a7d713ba12e211c6a8f89805dfdc935c (patch) | |
tree | efb4e25a6bb91deba0a1db13bc22265ea69176c2 /x11-misc/icebgset | |
parent | ia64 love (diff) | |
download | historical-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/icebgset')
-rw-r--r-- | x11-misc/icebgset/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/icebgset/icebgset-1.3.ebuild | 4 |
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" |