diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-05-14 13:31:49 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-05-14 13:31:49 +0000 |
commit | eba9413250269b4f01592cded04b3fc9f54d00ef (patch) | |
tree | 404812bd7ce9998d07cd797a5015ac73602cc7ab /net-p2p/ktorrent | |
parent | Version bump. Remove old. (diff) | |
download | gentoo-2-eba9413250269b4f01592cded04b3fc9f54d00ef.tar.gz gentoo-2-eba9413250269b4f01592cded04b3fc9f54d00ef.tar.bz2 gentoo-2-eba9413250269b4f01592cded04b3fc9f54d00ef.zip |
Fix build issue when we bumped new eclass. Per bug #269701.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'net-p2p/ktorrent')
-rw-r--r-- | net-p2p/ktorrent/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/ktorrent/ktorrent-2.2.8.ebuild | 8 |
2 files changed, 7 insertions, 6 deletions
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 <scarabeus@gentoo.org> ktorrent-2.2.8.ebuild: + Fix build issue when we bumped new eclass. Per bug #269701. 18 Apr 2009; Jeroen Roovers <jer@gentoo.org> 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 } |