summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2013-04-01 08:00:05 +0000
committerMike Frysinger <vapier@gentoo.org>2013-04-01 08:00:05 +0000
commit1f29eaff6ebe95413be85d9092789d4c17a4d46f (patch)
tree1b13b64702df5988044e3dcd31b043ea9acb937c /eclass
parentdrop --enable-target-optspace for uClibc targets ... there is no real need fo... (diff)
downloadgentoo-2-1f29eaff6ebe95413be85d9092789d4c17a4d46f.tar.gz
gentoo-2-1f29eaff6ebe95413be85d9092789d4c17a4d46f.tar.bz2
gentoo-2-1f29eaff6ebe95413be85d9092789d4c17a4d46f.zip
avoid regenerating info pages due to changed version/bugurl fields #464008
Diffstat (limited to 'eclass')
-rw-r--r--eclass/toolchain.eclass7
1 files changed, 5 insertions, 2 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index 1f1463da3c93..71709c64d025 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.571 2013/04/01 07:59:05 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.572 2013/04/01 08:00:05 vapier Exp $
#
# Maintainer: Toolchain Ninjas <toolchain@gentoo.org>
@@ -163,7 +163,6 @@ if in_iuse graphite ; then
fi
DEPEND="${RDEPEND}
- >=sys-apps/texinfo-4.8
>=sys-devel/bison-1.875
>=sys-devel/flex-2.5.4
test? (
@@ -795,6 +794,10 @@ toolchain_src_unpack() {
gnuconfig_update
+ # keep info pages from regenerating due to our custom version/bug url
+ # settings. there's no real gain from doing so, but there is pain. #464008
+ touch -r . gcc/gcc-vers.texi
+
# update configure files
local f
einfo "Fixing misc issues in configure files"