From cbcf3eca4d1d81ac359cc3dc44589df9c0d3bbb0 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 8 Sep 2006 05:02:00 +0000 Subject: Dont require help2man #146621 by Emanuel. (Portage version: 2.1.1_rc1-r6) --- sys-devel/autoconf/ChangeLog | 5 ++++- sys-devel/autoconf/autoconf-2.60.ebuild | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) (limited to 'sys-devel') diff --git a/sys-devel/autoconf/ChangeLog b/sys-devel/autoconf/ChangeLog index e38381bc7157..df4c86443346 100644 --- a/sys-devel/autoconf/ChangeLog +++ b/sys-devel/autoconf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/autoconf # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v 1.78 2006/08/28 07:10:36 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v 1.79 2006/09/08 05:02:00 vapier Exp $ + + 08 Sep 2006; Mike Frysinger autoconf-2.60.ebuild: + Dont require help2man #146621 by Emanuel. 28 Aug 2006; Mike Frysinger +files/autoconf-2.60-tests.patch, autoconf-2.60.ebuild: diff --git a/sys-devel/autoconf/autoconf-2.60.ebuild b/sys-devel/autoconf/autoconf-2.60.ebuild index ecfff1e67006..ad79d20734ba 100644 --- a/sys-devel/autoconf/autoconf-2.60.ebuild +++ b/sys-devel/autoconf/autoconf-2.60.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.60.ebuild,v 1.3 2006/08/28 07:10:36 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.60.ebuild,v 1.4 2006/09/08 05:02:00 vapier Exp $ inherit eutils @@ -29,6 +29,9 @@ src_compile() { && export EMACS=emacs \ || export EMACS=no econf --program-suffix="-${PV}" || die + # econf updates config.{sub,guess} which forces the manpages + # to be regenerated which we dont want to do #146621 + touch man/*.1 # From configure output: # Parallel builds via `make -jN' do not work. emake -j1 || die -- cgit v1.2.3-65-gdbad