diff options
author | Caleb Tennis <caleb@gentoo.org> | 2005-07-28 14:34:36 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2005-07-28 14:34:36 +0000 |
commit | ae1ac30776c97fb6d29e609843bdda1728bc498f (patch) | |
tree | a86ab1c362ee75992356d3977fee411299689cac /sci-electronics/qucs | |
parent | remove cruft ebuilds (diff) | |
download | gentoo-2-ae1ac30776c97fb6d29e609843bdda1728bc498f.tar.gz gentoo-2-ae1ac30776c97fb6d29e609843bdda1728bc498f.tar.bz2 gentoo-2-ae1ac30776c97fb6d29e609843bdda1728bc498f.zip |
Fix qt dep per bug #100235
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'sci-electronics/qucs')
-rw-r--r-- | sci-electronics/qucs/ChangeLog | 5 | ||||
-rw-r--r-- | sci-electronics/qucs/qucs-0.0.7.ebuild | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/sci-electronics/qucs/ChangeLog b/sci-electronics/qucs/ChangeLog index bfc96a7632ef..f8fdd699ee42 100644 --- a/sci-electronics/qucs/ChangeLog +++ b/sci-electronics/qucs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-electronics/qucs # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/qucs/ChangeLog,v 1.4 2005/07/26 23:36:56 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/qucs/ChangeLog,v 1.5 2005/07/28 14:30:45 caleb Exp $ + + 28 Jul 2005; Caleb Tennis <caleb@gentoo.org> qucs-0.0.7.ebuild: + Fix qt dep per bug 100235 *qucs-0.0.7 (26 Jul 2005) diff --git a/sci-electronics/qucs/qucs-0.0.7.ebuild b/sci-electronics/qucs/qucs-0.0.7.ebuild index 6b08fe78cb29..85208fb9f7ea 100644 --- a/sci-electronics/qucs/qucs-0.0.7.ebuild +++ b/sci-electronics/qucs/qucs-0.0.7.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/qucs/qucs-0.0.7.ebuild,v 1.1 2005/07/26 23:36:56 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/qucs/qucs-0.0.7.ebuild,v 1.2 2005/07/28 14:30:45 caleb Exp $ + +inherit qt3 DESCRIPTION="Quite Universal Circuit Simulator is a Qt based circuit simulator" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" @@ -9,7 +11,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" -DEPEND=">=x11-libs/qt-3.3.4" +DEPEND="$(qt_min_version 3.3.4)" src_compile() { econf || die "econf failed." |