From eba9413250269b4f01592cded04b3fc9f54d00ef Mon Sep 17 00:00:00 2001 From: Tomas Chvatal Date: Thu, 14 May 2009 13:31:49 +0000 Subject: Fix build issue when we bumped new eclass. Per bug #269701. (Portage version: 2.2_rc33/cvs/Linux x86_64) --- net-p2p/ktorrent/ChangeLog | 5 ++++- net-p2p/ktorrent/ktorrent-2.2.8.ebuild | 8 +++----- 2 files changed, 7 insertions(+), 6 deletions(-) (limited to 'net-p2p/ktorrent') diff --git a/net-p2p/ktorrent/ChangeLog b/net-p2p/ktorrent/ChangeLog index 519e19713f1c..b924c688f6b4 100644 --- a/net-p2p/ktorrent/ChangeLog +++ b/net-p2p/ktorrent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/ktorrent # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ChangeLog,v 1.113 2009/04/18 01:01:54 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ChangeLog,v 1.114 2009/05/14 13:31:49 scarabeus Exp $ + + 14 May 2009; Tomas Chvatal ktorrent-2.2.8.ebuild: + Fix build issue when we bumped new eclass. Per bug #269701. 18 Apr 2009; Jeroen Roovers ktorrent-3.2.1: Marked ~hppa (bug #260777). diff --git a/net-p2p/ktorrent/ktorrent-2.2.8.ebuild b/net-p2p/ktorrent/ktorrent-2.2.8.ebuild index 8271462bc7da..d7b807bb3499 100644 --- a/net-p2p/ktorrent/ktorrent-2.2.8.ebuild +++ b/net-p2p/ktorrent/ktorrent-2.2.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ktorrent-2.2.8.ebuild,v 1.7 2009/03/07 18:56:50 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ktorrent-2.2.8.ebuild,v 1.8 2009/05/14 13:31:49 scarabeus Exp $ EAPI="2" @@ -52,9 +52,7 @@ src_unpack() { rm -f "${S}/configure" } -src_configure() { :; } - -src_compile(){ +src_configure(){ local myconf="${myconf} $(use_with avahi) --enable-builtin-country-flags @@ -63,5 +61,5 @@ src_compile(){ --enable-torrent-mimetype --disable-geoip" - kde_src_compile + kde_src_configure } -- cgit v1.2.3-65-gdbad