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 | |
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)
-rw-r--r-- | media-gfx/qmatplot/ChangeLog | 7 | ||||
-rw-r--r-- | media-gfx/qmatplot/qmatplot-0.4.2-r1.ebuild | 6 | ||||
-rw-r--r-- | x11-misc/bbconf/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/bbconf/bbconf-1.10.ebuild | 6 | ||||
-rw-r--r-- | x11-misc/evolvotron/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/evolvotron/evolvotron-0.3.1.ebuild | 4 | ||||
-rw-r--r-- | x11-misc/icebgset/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/icebgset/icebgset-1.3.ebuild | 4 | ||||
-rw-r--r-- | x11-misc/icecc/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/icecc/icecc-2.9.ebuild | 4 | ||||
-rw-r--r-- | x11-misc/iceked/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/iceked/iceked-1.5.ebuild | 4 | ||||
-rw-r--r-- | x11-misc/icemc/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/icemc/icemc-2.1-r1.ebuild | 4 | ||||
-rw-r--r-- | x11-misc/icesndcfg/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/icesndcfg/icesndcfg-1.1.ebuild | 4 | ||||
-rw-r--r-- | x11-misc/icesndcfg/icesndcfg-1.3.ebuild | 4 | ||||
-rw-r--r-- | x11-misc/icets/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/icets/icets-1.4.ebuild | 4 | ||||
-rw-r--r-- | x11-misc/icewoed/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/icewoed/icewoed-1.8.ebuild | 4 | ||||
-rw-r--r-- | x11-misc/qterm/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/qterm/qterm-0.3.8.ebuild | 4 |
23 files changed, 73 insertions, 39 deletions
diff --git a/media-gfx/qmatplot/ChangeLog b/media-gfx/qmatplot/ChangeLog index 61effc2ba3ea..87f7976169e3 100644 --- a/media-gfx/qmatplot/ChangeLog +++ b/media-gfx/qmatplot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/qmatplot -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/qmatplot/ChangeLog,v 1.2 2004/12/24 19:48:55 swegener Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/qmatplot/ChangeLog,v 1.3 2005/07/07 05:17:01 caleb Exp $ + + 07 Jul 2005; Caleb Tennis <caleb@gentoo.org> qmatplot-0.4.2-r1.ebuild: + Fix qt dep *qmatplot-0.4.2-r1 (23 Dec 2004) diff --git a/media-gfx/qmatplot/qmatplot-0.4.2-r1.ebuild b/media-gfx/qmatplot/qmatplot-0.4.2-r1.ebuild index baa77e2595aa..5e9ef04dd4d8 100644 --- a/media-gfx/qmatplot/qmatplot-0.4.2-r1.ebuild +++ b/media-gfx/qmatplot/qmatplot-0.4.2-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/qmatplot/qmatplot-0.4.2-r1.ebuild,v 1.3 2004/12/28 15:15:34 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/qmatplot/qmatplot-0.4.2-r1.ebuild,v 1.4 2005/07/07 05:17:01 caleb Exp $ inherit eutils @@ -13,7 +13,7 @@ KEYWORDS="x86 ~amd64" IUSE="" SLOT="0" -DEPEND=">=x11-libs/qt-3 +DEPEND="=x11-libs/qt-3* >=sci-mathematics/octave-2.1 >=sci-mathematics/scilab-2.6" diff --git a/x11-misc/bbconf/ChangeLog b/x11-misc/bbconf/ChangeLog index 982b4ed7344b..33bd61b0d74d 100644 --- a/x11-misc/bbconf/ChangeLog +++ b/x11-misc/bbconf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/bbconf -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbconf/ChangeLog,v 1.14 2004/06/24 22:12:22 agriffis Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbconf/ChangeLog,v 1.15 2005/07/07 05:18:09 caleb Exp $ + + 07 Jul 2005; Caleb Tennis <caleb@gentoo.org> bbconf-1.10.ebuild: + Fix qt dep 27 May 2004; Jason Wever <weeve@gentoo.org> bbconf-1.10.ebuild: Stable on sparc. diff --git a/x11-misc/bbconf/bbconf-1.10.ebuild b/x11-misc/bbconf/bbconf-1.10.ebuild index 2a30c6ce1d0e..30e11561aa0d 100644 --- a/x11-misc/bbconf/bbconf-1.10.ebuild +++ b/x11-misc/bbconf/bbconf-1.10.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbconf/bbconf-1.10.ebuild,v 1.6 2004/06/24 22:12:22 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbconf/bbconf-1.10.ebuild,v 1.7 2005/07/07 05:18:09 caleb Exp $ DESCRIPTION="All-in-one blackbox configuration tool." SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" @@ -12,7 +12,7 @@ KEYWORDS="x86 ppc sparc" IUSE="" DEPEND="virtual/x11 - >=x11-libs/qt-3.0.3" + =x11-libs/qt-3*" src_compile () { ./configure --prefix=/usr --host=${CHOST} --with-qt-dir=/usr/qt/3 || die diff --git a/x11-misc/evolvotron/ChangeLog b/x11-misc/evolvotron/ChangeLog index a76c52520273..1d6878c8f402 100644 --- a/x11-misc/evolvotron/ChangeLog +++ b/x11-misc/evolvotron/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/evolvotron # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/evolvotron/ChangeLog,v 1.6 2005/06/19 19:18:56 smithj Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/evolvotron/ChangeLog,v 1.7 2005/07/07 05:18:26 caleb Exp $ + + 07 Jul 2005; Caleb Tennis <caleb@gentoo.org> evolvotron-0.3.1.ebuild: + Fix qt dep 19 Jun 2005; Jonathan Smith <smithj@gentoo.org> +metadata.xml, -evolvotron-0.2.2.ebuild, evolvotron-0.3.1.ebuild: diff --git a/x11-misc/evolvotron/evolvotron-0.3.1.ebuild b/x11-misc/evolvotron/evolvotron-0.3.1.ebuild index bc88ff54eb6c..2d788058fb61 100644 --- a/x11-misc/evolvotron/evolvotron-0.3.1.ebuild +++ b/x11-misc/evolvotron/evolvotron-0.3.1.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/evolvotron/evolvotron-0.3.1.ebuild,v 1.3 2005/06/19 19:18:56 smithj Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/evolvotron/evolvotron-0.3.1.ebuild,v 1.4 2005/07/07 05:18:26 caleb Exp $ DESCRIPTION="An interactive generative art application" HOMEPAGE="http://www.bottlenose.demon.co.uk/share/evolvotron/index.htm" @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="x86 ~amd64 ~ppc" IUSE="" -DEPEND=">=x11-libs/qt-3" +DEPEND="=x11-libs/qt-3*" S="${WORKDIR}/${PN}" 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" diff --git a/x11-misc/icecc/ChangeLog b/x11-misc/icecc/ChangeLog index 7dda2308fb6d..b4b88246faea 100644 --- a/x11-misc/icecc/ChangeLog +++ b/x11-misc/icecc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/icecc # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/icecc/ChangeLog,v 1.23 2005/07/01 15:14:40 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icecc/ChangeLog,v 1.24 2005/07/07 05:19:38 caleb Exp $ + + 07 Jul 2005; Caleb Tennis <caleb@gentoo.org> icecc-2.9.ebuild: + Fix qt dep 01 Jul 2005; Caleb Tennis <caleb@gentoo.org> icecc-2.9.ebuild: Fix qmake dir per bug #97535 diff --git a/x11-misc/icecc/icecc-2.9.ebuild b/x11-misc/icecc/icecc-2.9.ebuild index 7156c47efb80..19a092ca8255 100644 --- a/x11-misc/icecc/icecc-2.9.ebuild +++ b/x11-misc/icecc/icecc-2.9.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/icecc/icecc-2.9.ebuild,v 1.4 2005/07/01 15:14:40 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icecc/icecc-2.9.ebuild,v 1.5 2005/07/07 05:19:38 caleb Exp $ inherit eutils @@ -13,7 +13,7 @@ KEYWORDS="x86 ppc" IUSE="" SLOT="0" -DEPEND=">=x11-libs/qt-3.0.0" +DEPEND="=x11-libs/qt-3*" src_unpack() { unpack ${A} 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() { diff --git a/x11-misc/icemc/ChangeLog b/x11-misc/icemc/ChangeLog index 56d33e707a22..5a7f034d8ede 100644 --- a/x11-misc/icemc/ChangeLog +++ b/x11-misc/icemc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/icemc # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/icemc/ChangeLog,v 1.21 2005/07/01 15:15:11 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icemc/ChangeLog,v 1.22 2005/07/07 05:20:45 caleb Exp $ + + 07 Jul 2005; Caleb Tennis <caleb@gentoo.org> icemc-2.1-r1.ebuild: + Fix qt dep 01 Jul 2005; Caleb Tennis <caleb@gentoo.org> icemc-2.1-r1.ebuild: Fix qmake dir per bug #97535 diff --git a/x11-misc/icemc/icemc-2.1-r1.ebuild b/x11-misc/icemc/icemc-2.1-r1.ebuild index 25ac374eaa8d..a185e1d89812 100644 --- a/x11-misc/icemc/icemc-2.1-r1.ebuild +++ b/x11-misc/icemc/icemc-2.1-r1.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/icemc/icemc-2.1-r1.ebuild,v 1.3 2005/07/01 15:15:11 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icemc/icemc-2.1-r1.ebuild,v 1.4 2005/07/07 05:20:45 caleb Exp $ DESCRIPTION="IceWM menu/toolbar editor" HOMEPAGE="http://icecc.sourceforge.net/" @@ -9,7 +9,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc" IUSE="" -DEPEND=">=x11-libs/qt-3.0.0" +DEPEND="=x11-libs/qt-3*" src_unpack() { unpack ${A} diff --git a/x11-misc/icesndcfg/ChangeLog b/x11-misc/icesndcfg/ChangeLog index 914b81dbcca3..4fd226054ca6 100644 --- a/x11-misc/icesndcfg/ChangeLog +++ b/x11-misc/icesndcfg/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/icesndcfg # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/icesndcfg/ChangeLog,v 1.16 2005/07/04 08:05:40 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icesndcfg/ChangeLog,v 1.17 2005/07/07 05:21:02 caleb Exp $ + + 07 Jul 2005; Caleb Tennis <caleb@gentoo.org> icesndcfg-1.1.ebuild, + icesndcfg-1.3.ebuild: + Fix qt dep 04 Jul 2005; Patrick Kursawe <phosphan@gentoo.org> icesndcfg-1.3.ebuild: Fixing the last fix (emake isn't in QTDIR) diff --git a/x11-misc/icesndcfg/icesndcfg-1.1.ebuild b/x11-misc/icesndcfg/icesndcfg-1.1.ebuild index 73d76aefc748..15db8153868b 100644 --- a/x11-misc/icesndcfg/icesndcfg-1.1.ebuild +++ b/x11-misc/icesndcfg/icesndcfg-1.1.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/icesndcfg/icesndcfg-1.1.ebuild,v 1.10 2005/07/04 08:05:40 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icesndcfg/icesndcfg-1.1.ebuild,v 1.11 2005/07/07 05:21:02 caleb Exp $ IUSE="" @@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/icecc/${P}.tar.bz2" HOMEPAGE="http://icecc.sourceforge.net/" DEPEND="virtual/x11 - >=x11-libs/qt-3.0.0" + =x11-libs/qt-3*" SLOT="0" LICENSE="GPL-2" diff --git a/x11-misc/icesndcfg/icesndcfg-1.3.ebuild b/x11-misc/icesndcfg/icesndcfg-1.3.ebuild index 6865ad6b8aa8..bf4a9a38427f 100644 --- a/x11-misc/icesndcfg/icesndcfg-1.3.ebuild +++ b/x11-misc/icesndcfg/icesndcfg-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/icesndcfg/icesndcfg-1.3.ebuild,v 1.7 2005/07/04 08:05:40 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icesndcfg/icesndcfg-1.3.ebuild,v 1.8 2005/07/07 05:21:02 caleb Exp $ IUSE="" @@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/icecc/${P}.tar.bz2" HOMEPAGE="http://icecc.sourceforge.net/" DEPEND="virtual/x11 - >=x11-libs/qt-3.0.0" + =x11-libs/qt-3*" SLOT="0" LICENSE="GPL-2" diff --git a/x11-misc/icets/ChangeLog b/x11-misc/icets/ChangeLog index 4cd03d0605b5..689ce77f9571 100644 --- a/x11-misc/icets/ChangeLog +++ b/x11-misc/icets/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/icets # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/icets/ChangeLog,v 1.19 2005/07/01 15:15:49 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icets/ChangeLog,v 1.20 2005/07/07 05:19:21 caleb Exp $ + + 07 Jul 2005; Caleb Tennis <caleb@gentoo.org> icets-1.4.ebuild: + Fix qt dep 01 Jul 2005; Caleb Tennis <caleb@gentoo.org> icets-1.4.ebuild: Fix qmake dir per bug #97535 diff --git a/x11-misc/icets/icets-1.4.ebuild b/x11-misc/icets/icets-1.4.ebuild index 4ec510c2d46e..d2bcf551de12 100644 --- a/x11-misc/icets/icets-1.4.ebuild +++ b/x11-misc/icets/icets-1.4.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/icets/icets-1.4.ebuild,v 1.5 2005/07/01 15:15:49 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icets/icets-1.4.ebuild,v 1.6 2005/07/07 05:19:21 caleb Exp $ DESCRIPTION="IceWM Theme Editor" SRC_URI="mirror://sourceforge/icecc/${P}.tar.bz2" @@ -10,7 +10,7 @@ SLOT="0" KEYWORDS="x86 ppc" IUSE="" -RDEPEND=">=x11-libs/qt-3.0.0" +RDEPEND="=x11-libs/qt-3*" DEPEND="${RDEPEND} >=sys-apps/sed-4" 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" diff --git a/x11-misc/qterm/ChangeLog b/x11-misc/qterm/ChangeLog index a84e2514c861..028bd17acd85 100644 --- a/x11-misc/qterm/ChangeLog +++ b/x11-misc/qterm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/qterm # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/qterm/ChangeLog,v 1.10 2005/02/19 09:22:52 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/qterm/ChangeLog,v 1.11 2005/07/07 05:19:55 caleb Exp $ + + 07 Jul 2005; Caleb Tennis <caleb@gentoo.org> qterm-0.3.8.ebuild: + Fix qt dep 19 Feb 2005; Mamoru KOMACHI <usata@gentoo.org> -qterm-0.4.0_pre1.ebuild, qterm-0.4.0_pre2.ebuild: diff --git a/x11-misc/qterm/qterm-0.3.8.ebuild b/x11-misc/qterm/qterm-0.3.8.ebuild index 5651fa4d23e2..13d726af0c8e 100644 --- a/x11-misc/qterm/qterm-0.3.8.ebuild +++ b/x11-misc/qterm/qterm-0.3.8.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/qterm/qterm-0.3.8.ebuild,v 1.5 2005/02/19 09:22:52 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/qterm/qterm-0.3.8.ebuild,v 1.6 2005/07/07 05:19:55 caleb Exp $ DESCRIPTION="QTerm is a BBS client in Linux." HOMEPAGE="http://qterm.sourceforge.net/" @@ -14,7 +14,7 @@ DEPEND="virtual/x11 arts? ( kde-base/arts ) dev-lang/python ssl? ( dev-libs/openssl ) - >=x11-libs/qt-3.0.0" + =x11-libs/qt-3*" src_compile() { addwrite "$QTDIR/etc/settings" |