diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-09-24 14:44:15 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-09-24 14:44:15 +0000 |
commit | d013f5c341da85539fd7b6c5fcd6b6e900ca7e52 (patch) | |
tree | 3cc42a6ec25492c041f7e3c48db9e7cc23dd0fcd /dev-libs/dmalloc | |
parent | Stable for HPPA (bug #238221). (diff) | |
download | gentoo-2-d013f5c341da85539fd7b6c5fcd6b6e900ca7e52.tar.gz gentoo-2-d013f5c341da85539fd7b6c5fcd6b6e900ca7e52.tar.bz2 gentoo-2-d013f5c341da85539fd7b6c5fcd6b6e900ca7e52.zip |
whitespace
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-libs/dmalloc')
-rw-r--r-- | dev-libs/dmalloc/dmalloc-5.5.2-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/dmalloc/dmalloc-5.5.2-r2.ebuild b/dev-libs/dmalloc/dmalloc-5.5.2-r2.ebuild index f84b163de88c..06973e1afc49 100644 --- a/dev-libs/dmalloc/dmalloc-5.5.2-r2.ebuild +++ b/dev-libs/dmalloc/dmalloc-5.5.2-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/dmalloc/dmalloc-5.5.2-r2.ebuild,v 1.2 2008/09/24 12:49:31 b33fc0d3 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/dmalloc/dmalloc-5.5.2-r2.ebuild,v 1.3 2008/09/24 14:44:15 mr_bones_ Exp $ inherit autotools eutils multilib @@ -24,7 +24,7 @@ src_unpack() { epatch "${FILESDIR}"/${P}-Makefile.in.patch # - Broken test, always returns false. epatch "${FILESDIR}"/${P}-cxx.patch - # - Add threads support. + # - Add threads support. use threads && epatch "${FILESDIR}"/${P}-threads.patch # - Run autoconf for -cxx.patch. eautoconf |