diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2010-06-21 22:24:18 +0000 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2010-06-21 22:24:18 +0000 |
commit | 76a9c4d78ad4047037bb4cd38dfe0722ad7a38d3 (patch) | |
tree | ad1e3ee254ef9b1208ab99ee2220f538af325631 /net-p2p | |
parent | non-maintainer commit: version bump to 4.0.1 (with kind permission from scara... (diff) | |
download | gentoo-2-76a9c4d78ad4047037bb4cd38dfe0722ad7a38d3.tar.gz gentoo-2-76a9c4d78ad4047037bb4cd38dfe0722ad7a38d3.tar.bz2 gentoo-2-76a9c4d78ad4047037bb4cd38dfe0722ad7a38d3.zip |
removed useless src_compile function (lefover from local bump)
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/ktorrent/ktorrent-4.0.1.ebuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/net-p2p/ktorrent/ktorrent-4.0.1.ebuild b/net-p2p/ktorrent/ktorrent-4.0.1.ebuild index 4a879b0c686c..638228b85681 100644 --- a/net-p2p/ktorrent/ktorrent-4.0.1.ebuild +++ b/net-p2p/ktorrent/ktorrent-4.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ktorrent-4.0.1.ebuild,v 1.1 2010/06/21 22:19:26 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ktorrent-4.0.1.ebuild,v 1.2 2010/06/21 22:24:18 polynomial-c Exp $ EAPI="2" @@ -81,7 +81,3 @@ src_configure() { ) kde4-base_src_configure } - -src_compile() { - kde-base_src_compile -} |