diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-03-09 04:21:03 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-03-09 04:21:03 +0000 |
commit | 63a973dc8cd3f78ae7db092d45d59c83552ac1ef (patch) | |
tree | 3a90393a9cd39a5c0fd14722af557107491d61ca /dev-cpp/commoncpp2 | |
parent | whitespace (diff) | |
download | gentoo-2-63a973dc8cd3f78ae7db092d45d59c83552ac1ef.tar.gz gentoo-2-63a973dc8cd3f78ae7db092d45d59c83552ac1ef.tar.bz2 gentoo-2-63a973dc8cd3f78ae7db092d45d59c83552ac1ef.zip |
whitespace
(Portage version: 2.1.6.7/cvs/Linux i686)
Diffstat (limited to 'dev-cpp/commoncpp2')
-rw-r--r-- | dev-cpp/commoncpp2/commoncpp2-1.6.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-cpp/commoncpp2/commoncpp2-1.6.3.ebuild b/dev-cpp/commoncpp2/commoncpp2-1.6.3.ebuild index 03a86e581f8b..9b2fca999b6f 100644 --- a/dev-cpp/commoncpp2/commoncpp2-1.6.3.ebuild +++ b/dev-cpp/commoncpp2/commoncpp2-1.6.3.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-cpp/commoncpp2/commoncpp2-1.6.3.ebuild,v 1.1 2009/03/07 15:13:55 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/commoncpp2/commoncpp2-1.6.3.ebuild,v 1.2 2009/03/09 04:21:03 mr_bones_ Exp $ inherit eutils autotools @@ -26,7 +26,7 @@ src_unpack() { epatch "${FILESDIR}/1.6.1-gcc42_atomicity.patch" epatch "${FILESDIR}/${PV}-autoconf.patch" epatch "${FILESDIR}/1.6.2-configure_detect_netfilter.patch" # bug 236177 - + AT_M4DIR="m4" eautoreconf } |