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

Collapse All | Expand All

(-)readline-5.0-r2.ebuild (-7 / +10 lines)
Lines 14-20 Link Here
14
14
15
LICENSE="GPL-2"
15
LICENSE="GPL-2"
16
SLOT="0"
16
SLOT="0"
17
KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86"
17
KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ~ppc-macos ppc64 s390 sh sparc x86"
18
IUSE=""
18
IUSE=""
19
19
20
# We must be certain that we have a bash that is linked
20
# We must be certain that we have a bash that is linked
Lines 57-69 Link Here
57
	# directory, since readline's configure automatically sets libdir for you.
57
	# directory, since readline's configure automatically sets libdir for you.
58
	make DESTDIR="${D}" install || die
58
	make DESTDIR="${D}" install || die
59
	dodir /$(get_libdir)
59
	dodir /$(get_libdir)
60
	mv "${D}"/usr/$(get_libdir)/*.so* "${D}"/$(get_libdir)
61
	chmod a+rx "${D}"/$(get_libdir)/*.so*
62
63
	# Bug #4411
64
	gen_usr_ldscript libreadline.so
65
	gen_usr_ldscript libhistory.so
66
60
61
	if ! use userland_Darwin ; then
62
		mv "${D}"/usr/$(get_libdir)/*.so* "${D}"/$(get_libdir)
63
		chmod a+rx "${D}"/$(get_libdir)/*.so*
64
65
		# Bug #4411
66
		gen_usr_ldscript libreadline.so
67
		gen_usr_ldscript libhistory.so
68
	fi
69
	
67
	dodoc CHANGELOG CHANGES README USAGE NEWS
70
	dodoc CHANGELOG CHANGES README USAGE NEWS
68
	docinto ps
71
	docinto ps
69
	dodoc doc/*.ps
72
	dodoc doc/*.ps

Return to bug 97243