diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2012-10-07 04:13:03 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2012-10-07 04:13:03 +0000 |
commit | 7c0e5c426eca4c087f0a0805838760bad5f9fcda (patch) | |
tree | 45e037fc8bb1ab61b2a9144c6104c72df7e6e780 /dev-cpp/threadpool | |
parent | Use dohtml. Patch by Arfrever. (diff) | |
download | gentoo-2-7c0e5c426eca4c087f0a0805838760bad5f9fcda.tar.gz gentoo-2-7c0e5c426eca4c087f0a0805838760bad5f9fcda.tar.bz2 gentoo-2-7c0e5c426eca4c087f0a0805838760bad5f9fcda.zip |
whitespace
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'dev-cpp/threadpool')
-rw-r--r-- | dev-cpp/threadpool/threadpool-0.2.5.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-cpp/threadpool/threadpool-0.2.5.ebuild b/dev-cpp/threadpool/threadpool-0.2.5.ebuild index db6c2f34b7f6..1970308a6db3 100644 --- a/dev-cpp/threadpool/threadpool-0.2.5.ebuild +++ b/dev-cpp/threadpool/threadpool-0.2.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/threadpool/threadpool-0.2.5.ebuild,v 1.1 2012/09/29 23:14:37 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/threadpool/threadpool-0.2.5.ebuild,v 1.2 2012/10/07 04:13:03 mr_bones_ Exp $ EAPI=4 @@ -30,11 +30,11 @@ src_prepare() { base_src_prepare } -src_compile() { +src_compile() { # Do nothing # The makefile just builds the documentation again # Not even any install targets - : + : } src_install() { |