diff options
author | Jon Hood <squinky86@gentoo.org> | 2004-11-25 00:29:12 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2004-11-25 00:29:12 +0000 |
commit | a3b04d1d195e7c9fc9dad6bd91b52bb9150530fb (patch) | |
tree | 802781497a35c6d2d5eb8cfa647e420ee653e5c1 /net-p2p/qtella/qtella-0.6.5.ebuild | |
parent | Initial import. Ebuild by me. Closing bug #30962. (diff) | |
download | historical-a3b04d1d195e7c9fc9dad6bd91b52bb9150530fb.tar.gz historical-a3b04d1d195e7c9fc9dad6bd91b52bb9150530fb.tar.bz2 historical-a3b04d1d195e7c9fc9dad6bd91b52bb9150530fb.zip |
remove old versions, QA fix dependencies; #72047
Diffstat (limited to 'net-p2p/qtella/qtella-0.6.5.ebuild')
-rw-r--r-- | net-p2p/qtella/qtella-0.6.5.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net-p2p/qtella/qtella-0.6.5.ebuild b/net-p2p/qtella/qtella-0.6.5.ebuild index 72886a2788ac..ab8e5ced8c40 100644 --- a/net-p2p/qtella/qtella-0.6.5.ebuild +++ b/net-p2p/qtella/qtella-0.6.5.ebuild @@ -1,11 +1,13 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qtella/qtella-0.6.5.ebuild,v 1.2 2004/10/04 21:57:43 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qtella/qtella-0.6.5.ebuild,v 1.3 2004/11/25 00:29:12 squinky86 Exp $ inherit kde IUSE="kde" -use kde && need-kde 3 || need-qt 3 + +DEPEND=">=x11-libs/qt-3 + kde? ( >=kde-base/kdelibs-3 )" SRC_URI="mirror://sourceforge/qtella/${P}.tar.gz" HOMEPAGE="http://www.qtella.net" |