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

Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +3 lines)
Line  Link Here
0
-- app-crypt/rhash/rhash-1.3.6.ebuild
0
++ app-crypt/rhash/rhash-1.3.6-r1.ebuild
Lines 23-28 Link Here
23
23
24
PATCHES=(
24
PATCHES=(
25
	"${FILESDIR}"/unquote-cc.patch
25
	"${FILESDIR}"/unquote-cc.patch
26
	"${FILESDIR}/${P}-no_echon.patch"
26
)
27
)
27
28
28
src_prepare() {
29
src_prepare() {
Lines 60-65 Link Here
60
	emake DESTDIR="${D}" -j1 \
61
	emake DESTDIR="${D}" -j1 \
61
		  install{,-lib-so-link,-pkg-config} \
62
		  install{,-lib-so-link,-pkg-config} \
62
		  $(use nls && echo install-gmo)
63
		  $(use nls && echo install-gmo)
64
	emake -C lib${PN} DESTDIR="${D}" install-headers
63
}
65
}
64
66
65
multilib_src_test() {
67
multilib_src_test() {

Return to bug 650840