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
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')
-rw-r--r--dev-lang/mono/ChangeLog5
-rw-r--r--dev-lang/mono/mono-1.2.2.1.ebuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/dev-lang/mono/ChangeLog b/dev-lang/mono/ChangeLog
index 5e023c5a96a4..fc502e6cf7d3 100644
--- a/dev-lang/mono/ChangeLog
+++ b/dev-lang/mono/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-lang/mono
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/ChangeLog,v 1.99 2006/12/07 02:18:27 compnerd Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/ChangeLog,v 1.100 2006/12/08 07:12:16 compnerd Exp $
+
+ 08 Dec 2006; Saleem Abdulrasool <compnerd@gentoo.org> mono-1.2.2.1.ebuild:
+ Add warning that regen takes time, thanks to Anarchy for noticing
*mono-1.2.2.1 (07 Dec 2006)
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
}