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 | 5aacf966e6e326e82c4dcc13b36f1fbd0bf9b077 (patch) | |
tree | dbe5e700c0426b5944f463faf006aa9da1bb7ab5 /x11-misc/icewoed | |
parent | ia64 love (diff) | |
download | gentoo-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/icewoed')
-rw-r--r-- | x11-misc/icewoed/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/icewoed/icewoed-1.8.ebuild | 4 |
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" |