summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/libexplain')
-rw-r--r--dev-libs/libexplain/ChangeLog5
-rw-r--r--dev-libs/libexplain/libexplain-0.51.ebuild8
2 files changed, 8 insertions, 5 deletions
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 <radhermit@gentoo.org> libexplain-0.51.ebuild:
+ Set autotools-utils autoreconf variable instead of calling eautoreconf.
23 Feb 2012; Tim Harder <radhermit@gentoo.org> -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
}