summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2012-01-19 15:55:46 +0000
committerJustin Lecher <jlec@gentoo.org>2012-01-19 15:55:46 +0000
commit84f24b2f00a5f8beafadcdea6f8c55f099da7308 (patch)
treefbe622d2d35587b4d3ca94b34045be99012b5e8f /sci-libs/ccolamd/ccolamd-2.7.3.ebuild
parentFixed PYTHON_DEPEND (diff)
downloadgentoo-2-84f24b2f00a5f8beafadcdea6f8c55f099da7308.tar.gz
gentoo-2-84f24b2f00a5f8beafadcdea6f8c55f099da7308.tar.bz2
gentoo-2-84f24b2f00a5f8beafadcdea6f8c55f099da7308.zip
Don't run elibtoolize twice, #399299; build out off source fixed
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/ccolamd/ccolamd-2.7.3.ebuild')
-rw-r--r--sci-libs/ccolamd/ccolamd-2.7.3.ebuild15
1 files changed, 3 insertions, 12 deletions
diff --git a/sci-libs/ccolamd/ccolamd-2.7.3.ebuild b/sci-libs/ccolamd/ccolamd-2.7.3.ebuild
index 5cdb36a9307d..475236da4b6e 100644
--- a/sci-libs/ccolamd/ccolamd-2.7.3.ebuild
+++ b/sci-libs/ccolamd/ccolamd-2.7.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/ccolamd/ccolamd-2.7.3.ebuild,v 1.7 2011/12/23 02:04:34 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/ccolamd/ccolamd-2.7.3.ebuild,v 1.8 2012/01/19 15:55:46 jlec Exp $
EAPI=4
@@ -24,13 +24,4 @@ DOCS=( README.txt Doc/ChangeLog )
S="${WORKDIR}/${MY_PN}"
-AUTOTOOLS_IN_SOURCE_BUILD=1
-
-PATCHES=(
- "${FILESDIR}"/${PN}-2.7.1-autotools.patch
- )
-
-src_prepare() {
- autotools-utils_src_prepare
- eautoreconf
-}
+PATCHES=( "${FILESDIR}"/${PN}-2.7.1-autotools.patch )