diff options
author | Duncan Coutts <dcoutts@gentoo.org> | 2008-01-26 19:57:12 +0000 |
---|---|---|
committer | Duncan Coutts <dcoutts@gentoo.org> | 2008-01-26 19:57:12 +0000 |
commit | 89decc1e85b4e9a676158ac27a0e6fbe90af2a8f (patch) | |
tree | c4f216d858d5ae15ebc31207cd9f602c974908ad /dev-util/darcs/darcs-1.0.7.ebuild | |
parent | Drop ~alpha ~hppa ~ia64 ~ppc ~ppc64 keywords as per bug #206643. They will ha... (diff) | |
download | gentoo-2-89decc1e85b4e9a676158ac27a0e6fbe90af2a8f.tar.gz gentoo-2-89decc1e85b4e9a676158ac27a0e6fbe90af2a8f.tar.bz2 gentoo-2-89decc1e85b4e9a676158ac27a0e6fbe90af2a8f.zip |
Fix qa bug #207449 and fix installing docs.
(Portage version: 2.1.3.19)
Diffstat (limited to 'dev-util/darcs/darcs-1.0.7.ebuild')
-rw-r--r-- | dev-util/darcs/darcs-1.0.7.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/dev-util/darcs/darcs-1.0.7.ebuild b/dev-util/darcs/darcs-1.0.7.ebuild index f736d1a227ee..c704ed2b4b72 100644 --- a/dev-util/darcs/darcs-1.0.7.ebuild +++ b/dev-util/darcs/darcs-1.0.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/darcs/darcs-1.0.7.ebuild,v 1.8 2007/12/30 16:30:48 kolmodin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/darcs/darcs-1.0.7.ebuild,v 1.9 2008/01/26 19:57:12 dcoutts Exp $ inherit base autotools eutils @@ -52,11 +52,12 @@ src_unpack() { # On ia64 we need to tone down the level of inlining so we don't break some # of the low level ghc/gcc interaction gubbins. use ia64 && sed -i 's/-funfolding-use-threshold20//' "${S}/GNUmakefile" -} -src_compile() { # Since we've patched the build system: eautoreconf +} + +src_compile() { econf $(use_with doc docs) \ || die "configure failed" |