diff options
author | 2010-02-24 12:52:35 +0000 | |
---|---|---|
committer | 2010-02-24 12:52:35 +0000 | |
commit | 2f4fb6a7817748466a14330562786a11738d211e (patch) | |
tree | a844f8b420622bba07f0d153dbfaadc8f3064b50 /dev-libs/log4cxx | |
parent | Fix building with unixODBC wrt #254920, thanks to David Klempner for reporting. (diff) | |
download | gentoo-2-2f4fb6a7817748466a14330562786a11738d211e.tar.gz gentoo-2-2f4fb6a7817748466a14330562786a11738d211e.tar.bz2 gentoo-2-2f4fb6a7817748466a14330562786a11738d211e.zip |
whitespace, sort of
(Portage version: 2.2_rc63/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/log4cxx')
-rw-r--r-- | dev-libs/log4cxx/log4cxx-0.10.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/log4cxx/log4cxx-0.10.0.ebuild b/dev-libs/log4cxx/log4cxx-0.10.0.ebuild index 568737a98fb0..32f4b1e995a4 100644 --- a/dev-libs/log4cxx/log4cxx-0.10.0.ebuild +++ b/dev-libs/log4cxx/log4cxx-0.10.0.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/dev-libs/log4cxx/log4cxx-0.10.0.ebuild,v 1.7 2010/02/24 12:49:00 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/log4cxx/log4cxx-0.10.0.ebuild,v 1.8 2010/02/24 12:52:35 ssuominen Exp $ EAPI=2 inherit eutils @@ -55,7 +55,7 @@ src_configure() { ${myconf} } -src_install () { +src_install() { emake DESTDIR="${D}" install || die dohtml -r site/* |