summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@gentoo.org>2006-12-08 07:12:16 +0000
committerSaleem Abdulrasool <compnerd@gentoo.org>2006-12-08 07:12:16 +0000
commite9ec42af1807d1b9a96448d6ef740b118079d8d1 (patch)
treec1809a3249e66ef897e03e2ec5f6e3c1cc7f0735 /dev-lang/mono/mono-1.2.2.1.ebuild
parentFix broken digest for cloop-2.04.ebuild. (diff)
downloadgentoo-2-e9ec42af1807d1b9a96448d6ef740b118079d8d1.tar.gz
gentoo-2-e9ec42af1807d1b9a96448d6ef740b118079d8d1.tar.bz2
gentoo-2-e9ec42af1807d1b9a96448d6ef740b118079d8d1.zip
commit attempt #2
(Portage version: 2.1.2_rc2-r5)
Diffstat (limited to 'dev-lang/mono/mono-1.2.2.1.ebuild')
-rw-r--r--dev-lang/mono/mono-1.2.2.1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-lang/mono/mono-1.2.2.1.ebuild b/dev-lang/mono/mono-1.2.2.1.ebuild
index c797583a2ef2..b56c384c0627 100644
--- a/dev-lang/mono/mono-1.2.2.1.ebuild
+++ b/dev-lang/mono/mono-1.2.2.1.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/dev-lang/mono/mono-1.2.2.1.ebuild,v 1.1 2006/12/07 02:18:27 compnerd Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-1.2.2.1.ebuild,v 1.2 2006/12/08 07:12:16 compnerd Exp $
inherit eutils flag-o-matic multilib autotools
@@ -54,6 +54,7 @@ src_unpack() {
# Remove dummy ltconfig and let libtool handle it
rm -f ${S}/libgc/ltconfig
+ einfo "Regenerating the build files, this will take some time..."
eautoreconf
}