diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-08-13 07:10:44 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-08-13 07:10:44 +0000 |
commit | b02cd5fc7f04d9ff40dba4a1b159b43513cd6896 (patch) | |
tree | df7db445a749aacd9b03d24d64476f684ed43918 /dev-libs/tinyxml | |
parent | Automated update of use.local.desc (diff) | |
download | gentoo-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.ebuild | 4 |
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 |