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/evolvotron | |
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/evolvotron')
-rw-r--r-- | x11-misc/evolvotron/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/evolvotron/evolvotron-0.3.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
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}" |