diff options
author | 2004-03-06 03:47:50 +0000 | |
---|---|---|
committer | 2004-03-06 03:47:50 +0000 | |
commit | 88cc562d36e64eface415f1ae8bcebdb34c3d140 (patch) | |
tree | c398d6117a7ae3756b6645eeec92260263d106fb /sys-apps/coreutils | |
parent | version bump, should close bug #39632 by SpanKY <vapier@gentoo.org>, who came... (diff) | |
download | gentoo-2-88cc562d36e64eface415f1ae8bcebdb34c3d140.tar.gz gentoo-2-88cc562d36e64eface415f1ae8bcebdb34c3d140.tar.bz2 gentoo-2-88cc562d36e64eface415f1ae8bcebdb34c3d140.zip |
added a don't worry blurb to the reconf section
Diffstat (limited to 'sys-apps/coreutils')
-rw-r--r-- | sys-apps/coreutils/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/coreutils/coreutils-5.2.0.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/sys-apps/coreutils/ChangeLog b/sys-apps/coreutils/ChangeLog index 1dfdc60f8f85..187b233b668c 100644 --- a/sys-apps/coreutils/ChangeLog +++ b/sys-apps/coreutils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/coreutils # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.78 2004/03/06 03:46:33 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.79 2004/03/06 03:47:50 seemant Exp $ + + 05 Mar 2004; Seemant Kulleen <seemant@gentoo.org> coreutils-5.2.0.ebuild: + added a don't worry blurb to the reconf section *coreutils-5.2.0 (05 Mar 2004) diff --git a/sys-apps/coreutils/coreutils-5.2.0.ebuild b/sys-apps/coreutils/coreutils-5.2.0.ebuild index 20e3323c1f65..5acfb54ca55e 100644 --- a/sys-apps/coreutils/coreutils-5.2.0.ebuild +++ b/sys-apps/coreutils/coreutils-5.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-5.2.0.ebuild,v 1.1 2004/03/06 03:46:33 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-5.2.0.ebuild,v 1.2 2004/03/06 03:47:50 seemant Exp $ inherit eutils flag-o-matic @@ -98,9 +98,11 @@ src_compile() { touch aclocal.m4 configure config.hin \ Makefile.in */Makefile.in */*/Makefile.in + ebegin "Reconfiguring configure scripts" aclocal -I m4 &>/dev/null || die autoconf || die automake || die + eend $? econf \ --bindir=/bin \ |