diff options
author | 2007-01-26 14:35:26 +0000 | |
---|---|---|
committer | 2007-01-26 14:35:26 +0000 | |
commit | af455dcfc2d9771e2ab94244fb26878a5c254eab (patch) | |
tree | 60ce7abab96f055884c0359ae45995b1dc07baa7 /net-p2p/qtella | |
parent | amd64 stable, bug 163870 (diff) | |
download | gentoo-2-af455dcfc2d9771e2ab94244fb26878a5c254eab.tar.gz gentoo-2-af455dcfc2d9771e2ab94244fb26878a5c254eab.tar.bz2 gentoo-2-af455dcfc2d9771e2ab94244fb26878a5c254eab.zip |
fix bug 152241
(Portage version: 2.1.2-r4)
Diffstat (limited to 'net-p2p/qtella')
-rw-r--r-- | net-p2p/qtella/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/qtella/qtella-0.7.0-r1.ebuild | 12 |
2 files changed, 9 insertions, 8 deletions
diff --git a/net-p2p/qtella/ChangeLog b/net-p2p/qtella/ChangeLog index 4b24644a833c..7133f7b5fc2b 100644 --- a/net-p2p/qtella/ChangeLog +++ b/net-p2p/qtella/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/qtella # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qtella/ChangeLog,v 1.29 2007/01/22 15:07:25 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qtella/ChangeLog,v 1.30 2007/01/26 14:35:26 armin76 Exp $ + + 26 Jan 2007; Raúl Porcel <armin76@gentoo.org> qtella-0.7.0-r1.ebuild: + fix bug 152241 22 Jan 2007; Raúl Porcel <armin76@gentoo.org> -qtella-0.6.4.ebuild, -qtella-0.6.5.ebuild, -qtella-0.7.0.ebuild: diff --git a/net-p2p/qtella/qtella-0.7.0-r1.ebuild b/net-p2p/qtella/qtella-0.7.0-r1.ebuild index 411e7d5e7637..52c77b4dfe2d 100644 --- a/net-p2p/qtella/qtella-0.7.0-r1.ebuild +++ b/net-p2p/qtella/qtella-0.7.0-r1.ebuild @@ -1,10 +1,8 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 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-r1.ebuild,v 1.7 2006/08/30 04:57:44 tsunam Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qtella/qtella-0.7.0-r1.ebuild,v 1.8 2007/01/26 14:35:26 armin76 Exp $ -inherit eutils qt3 multilib kde-functions - -need-kde 3 +inherit eutils qt3 multilib SRC_URI="mirror://sourceforge/qtella/${P}.tar.gz http://squinky.gotdns.com/${P}-libyahoo.patch.gz" @@ -14,7 +12,7 @@ DESCRIPTION="Excellent QT/KDE Gnutella Client" LICENSE="GPL-2" IUSE="kde" KEYWORDS="ppc ~sparc x86" -SLOT="3" # why?? +SLOT="0" DEPEND="$(qt_min_version 3) kde? ( >=kde-base/kdelibs-3 )" @@ -33,7 +31,7 @@ src_unpack() { src_compile() { local myconf if use kde ; then - myconf="--with-kde=yes --with-kde-libs=${KDEDIR}" + myconf="--with-kde=yes --with-kde-libs=`kde-config --expandvars --install lib` --with-kde-includes=`kde-config --expandvars --install include`" else myconf="--with-kde=no" fi |