summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2009-08-13 07:10:44 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2009-08-13 07:10:44 +0000
commitb02cd5fc7f04d9ff40dba4a1b159b43513cd6896 (patch)
treedf7db445a749aacd9b03d24d64476f684ed43918 /dev-libs/tinyxml
parentAutomated update of use.local.desc (diff)
downloadgentoo-2-b02cd5fc7f04d9ff40dba4a1b159b43513cd6896.tar.gz
gentoo-2-b02cd5fc7f04d9ff40dba4a1b159b43513cd6896.tar.bz2
gentoo-2-b02cd5fc7f04d9ff40dba4a1b159b43513cd6896.zip
whitespace
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'dev-libs/tinyxml')
-rw-r--r--dev-libs/tinyxml/tinyxml-2.5.3_p20090813.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/tinyxml/tinyxml-2.5.3_p20090813.ebuild b/dev-libs/tinyxml/tinyxml-2.5.3_p20090813.ebuild
index 0df5fe8af58e..6889a04deeeb 100644
--- a/dev-libs/tinyxml/tinyxml-2.5.3_p20090813.ebuild
+++ b/dev-libs/tinyxml/tinyxml-2.5.3_p20090813.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/dev-libs/tinyxml/tinyxml-2.5.3_p20090813.ebuild,v 1.1 2009/08/13 02:26:57 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/tinyxml/tinyxml-2.5.3_p20090813.ebuild,v 1.2 2009/08/13 07:10:44 mr_bones_ Exp $
EAPI="2"
@@ -27,7 +27,7 @@ src_compile() {
scons debug=${debug} program=0 sharedlibrary=1 staticlibrary=1 \
. || die "scons failed"
-
+
if use doc; then
doxygen dox || die "doxygen failed"
fi