Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 465460
Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +5 lines)
Line  Link Here
0
-- insight-6.8.1-r1.ebuild
0
++ insight-6.8.1-r1.ebuild
Lines 48-53 src_prepare() { Link Here
48
	# remove bundled stuff
48
	# remove bundled stuff
49
	rm -rf "${S}"/{itcl,tcl,tk,readline} || die
49
	rm -rf "${S}"/{itcl,tcl,tk,readline} || die
50
50
51
	# useless docs, fail with texinfo-5 (#465460)
52
	sed -i -e '/^SUBDIRS\>.*\<doc\>/s/\<doc\>//' bfd/Makefile.{am,in} || die
53
	sed -i -e '/AC_CONFIG_SUBDIRS.*\<doc\>/s/\<doc\>//' gdb/configure.ac || die
54
51
	for location in gdb/gdbtk/plugins libgui; do
55
	for location in gdb/gdbtk/plugins libgui; do
52
		pushd ${location} > /dev/null
56
		pushd ${location} > /dev/null
53
		eautoreconf
57
		eautoreconf

Return to bug 465460