diff options
author | Caleb Tennis <caleb@gentoo.org> | 2005-07-07 05:04:21 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2005-07-07 05:04:21 +0000 |
commit | f8e7b7fa41f1baa52491324955480cbb483c45f1 (patch) | |
tree | bf6bd538d5786e1d22c4dc8d895d5395a11f1b20 /net-p2p/qtella/qtella-0.7.0.ebuild | |
parent | arm/s390 stable (diff) | |
download | gentoo-2-f8e7b7fa41f1baa52491324955480cbb483c45f1.tar.gz gentoo-2-f8e7b7fa41f1baa52491324955480cbb483c45f1.tar.bz2 gentoo-2-f8e7b7fa41f1baa52491324955480cbb483c45f1.zip |
Fix qt dep
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-p2p/qtella/qtella-0.7.0.ebuild')
-rw-r--r-- | net-p2p/qtella/qtella-0.7.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/qtella/qtella-0.7.0.ebuild b/net-p2p/qtella/qtella-0.7.0.ebuild index 7ff221c13cf0..5afcfa7a6b86 100644 --- a/net-p2p/qtella/qtella-0.7.0.ebuild +++ b/net-p2p/qtella/qtella-0.7.0.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qtella/qtella-0.7.0.ebuild,v 1.8 2005/02/27 22:30:19 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qtella/qtella-0.7.0.ebuild,v 1.9 2005/07/07 05:01:32 caleb Exp $ inherit kde eutils IUSE="kde" -DEPEND=">=x11-libs/qt-3 +DEPEND="=x11-libs/qt-3* kde? ( >=kde-base/kdelibs-3 )" SRC_URI="mirror://sourceforge/qtella/${P}.tar.gz" |