From d377d364194eddf275d87ed5a0a8d847eae7a7b4 Mon Sep 17 00:00:00 2001 From: Tim Harder Date: Thu, 23 Feb 2012 05:04:59 +0000 Subject: Set autotools-utils autoreconf variable instead of calling eautoreconf. (Portage version: 2.2.0_alpha87/cvs/Linux x86_64) --- dev-libs/libexplain/ChangeLog | 5 ++++- dev-libs/libexplain/libexplain-0.51.ebuild | 8 ++++---- 2 files changed, 8 insertions(+), 5 deletions(-) (limited to 'dev-libs/libexplain') diff --git a/dev-libs/libexplain/ChangeLog b/dev-libs/libexplain/ChangeLog index 55b472b60011..361ae471db7b 100644 --- a/dev-libs/libexplain/ChangeLog +++ b/dev-libs/libexplain/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libexplain # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libexplain/ChangeLog,v 1.16 2012/02/23 04:36:29 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libexplain/ChangeLog,v 1.17 2012/02/23 05:04:59 radhermit Exp $ + + 23 Feb 2012; Tim Harder libexplain-0.51.ebuild: + Set autotools-utils autoreconf variable instead of calling eautoreconf. 23 Feb 2012; Tim Harder -libexplain-0.49.ebuild: Remove old. diff --git a/dev-libs/libexplain/libexplain-0.51.ebuild b/dev-libs/libexplain/libexplain-0.51.ebuild index e21ee2d2ee9a..e0375aa99c0a 100644 --- a/dev-libs/libexplain/libexplain-0.51.ebuild +++ b/dev-libs/libexplain/libexplain-0.51.ebuild @@ -1,8 +1,11 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libexplain/libexplain-0.51.ebuild,v 1.1 2012/01/26 22:45:38 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libexplain/libexplain-0.51.ebuild,v 1.2 2012/02/23 05:04:59 radhermit Exp $ EAPI=4 +AUTOTOOLS_AUTORECONF=yes +AUTOTOOLS_IN_SOURCE_BUILD=1 + inherit autotools-utils MY_P="${P}.D001" @@ -26,8 +29,6 @@ S=${WORKDIR}/${MY_P} DOCS=( README ) -AUTOTOOLS_IN_SOURCE_BUILD=1 - PATCHES=( "${FILESDIR}"/${PN}-0.45-configure.patch ) @@ -42,5 +43,4 @@ src_prepare() { cp "${S}"/etc/configure.ac "${S}" autotools-utils_src_prepare - eautoreconf } -- cgit v1.2.3-65-gdbad