summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-05-26 09:27:59 +0000
committerMike Frysinger <vapier@gentoo.org>2015-05-26 09:27:59 +0000
commit4030e4b84d4b379514be3ae5a3416f0e0e1084ce (patch)
tree576327b5d7e7dd7c51ce30fc1a3b813bc872b48e /dev-util/insight
parentDrop patch that breaks building w/newer glibc. (diff)
downloadgentoo-2-4030e4b84d4b379514be3ae5a3416f0e0e1084ce.tar.gz
gentoo-2-4030e4b84d4b379514be3ae5a3416f0e0e1084ce.tar.bz2
gentoo-2-4030e4b84d4b379514be3ae5a3416f0e0e1084ce.zip
Fix by Michael Haubenwallner to stop trying to generate info pages we never install as they fail with newer texinfo #465460 by Yixun Lan.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'dev-util/insight')
-rw-r--r--dev-util/insight/ChangeLog6
-rw-r--r--dev-util/insight/insight-6.8.1-r1.ebuild6
2 files changed, 10 insertions, 2 deletions
diff --git a/dev-util/insight/ChangeLog b/dev-util/insight/ChangeLog
index 98fd26006ce6..49555ee39a4e 100644
--- a/dev-util/insight/ChangeLog
+++ b/dev-util/insight/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/insight
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/insight/ChangeLog,v 1.59 2015/05/26 09:26:45 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/insight/ChangeLog,v 1.60 2015/05/26 09:27:59 vapier Exp $
+
+ 26 May 2015; Mike Frysinger <vapier@gentoo.org> insight-6.8.1-r1.ebuild:
+ Fix by Michael Haubenwallner to stop trying to generate info pages we never
+ install as they fail with newer texinfo #465460 by Yixun Lan.
26 May 2015; Mike Frysinger <vapier@gentoo.org> insight-6.8.1-r1.ebuild:
Drop patch that breaks building w/newer glibc.
diff --git a/dev-util/insight/insight-6.8.1-r1.ebuild b/dev-util/insight/insight-6.8.1-r1.ebuild
index 7a4851596ae2..47124d590f4a 100644
--- a/dev-util/insight/insight-6.8.1-r1.ebuild
+++ b/dev-util/insight/insight-6.8.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/insight/insight-6.8.1-r1.ebuild,v 1.4 2015/05/26 09:26:45 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/insight/insight-6.8.1-r1.ebuild,v 1.5 2015/05/26 09:27:59 vapier Exp $
EAPI=4
@@ -57,6 +57,10 @@ src_prepare() {
popd > /dev/null
done
+ # disable regeneration of info pages we never install. #465460
+ sed -i -e '/^SUBDIRS/s:doc::' bfd/Makefile.in || die
+ sed -i -e '/^AC_CONFIG_SUBDIRS/s:doc::' gdb/configure.ac || die
+
cd gdb
eautoconf