diff options
author | George Shapovalov <george@gentoo.org> | 2005-07-07 11:40:22 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2005-07-07 11:40:22 +0000 |
commit | 8824650791d74e62c17180372dfc4f2d0f495f9b (patch) | |
tree | 46bec5e2cba86d945cb182662f02868dd96555a7 /sci-calculators | |
parent | Stable on x86. (diff) | |
download | gentoo-2-8824650791d74e62c17180372dfc4f2d0f495f9b.tar.gz gentoo-2-8824650791d74e62c17180372dfc4f2d0f495f9b.tar.bz2 gentoo-2-8824650791d74e62c17180372dfc4f2d0f495f9b.zip |
updated qt dependency (#98180)
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'sci-calculators')
-rw-r--r-- | sci-calculators/kunit/kunit-0.5.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-calculators/kunit/kunit-0.5.ebuild b/sci-calculators/kunit/kunit-0.5.ebuild index eaab6d63f923..2758ae9fbeea 100644 --- a/sci-calculators/kunit/kunit-0.5.ebuild +++ b/sci-calculators/kunit/kunit-0.5.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/sci-calculators/kunit/kunit-0.5.ebuild,v 1.1 2004/12/24 15:01:42 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/kunit/kunit-0.5.ebuild,v 1.2 2005/07/07 11:40:22 george Exp $ DESCRIPTION="An excellent qt-based unit conversion tool" SRC_URI="http://www.netmeister.org/apps/${P}.tar.gz" @@ -12,7 +12,7 @@ LICENSE="GPL-2" SLOT="0" DEPEND="virtual/x11 - >=x11-libs/qt-2.2.0" + =x11-libs/qt-3*" src_compile() { cd kunit |