Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 318653 | Differences between
and this patch

Collapse All | Expand All

(-)/opt/gentoo/home/../usr/portage/app-text/hunspell/hunspell-1.2.9.ebuild (+4 lines)
Lines 48-54 src_prepare() { Link Here
48
	# to be placed in /usr/bin - this patch prefixes them with 'hunspell-'.
48
	# to be placed in /usr/bin - this patch prefixes them with 'hunspell-'.
49
	# It modifies a Makefile.am file, hence eautoreconf.
49
	# It modifies a Makefile.am file, hence eautoreconf.
50
	epatch "${FILESDIR}"/${PN}-1.2.9-renameexes.patch
50
	epatch "${FILESDIR}"/${PN}-1.2.9-renameexes.patch
51
	epatch "${FILESDIR}"/${PN}-1.2.9-libparsers.patch
51
	eautoreconf
52
	eautoreconf
53
54
	# All test scripts assume /bin/bash exists...
55
	sed -i 's,^#!/bin/bash$,#!/bin/env bash,' "${S}"/tests/*.sh
52
}
56
}
53
57
54
src_configure() {
58
src_configure() {

Return to bug 318653