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

(-)/usr/portage/sys-libs/readline/readline-5.0-r1.ebuild (-1 / +8 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 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
17
KEYWORDS="ppc-macos ~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~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 60-65 Link Here
60
	docinto ps
60
	docinto ps
61
	dodoc doc/*.ps
61
	dodoc doc/*.ps
62
	dohtml -r doc
62
	dohtml -r doc
63
64
        # history(3) is MacOS's manpage for editline. We can delete the file as 
65
	# below since we are keeping the .gz. man knows to show both.        
66
	if (use macos || use ppc-macos); then                
67
		rm ${D}/usr/share/man/man3/history.3 || die "Unable to remove conflicting manpage from the image."                
68
		einfo "Not installing /usr/share/man/man3/history.3 on MacOS"
69
	fi
63
70
64
	# Backwards compatibility #29865
71
	# Backwards compatibility #29865
65
	if [ -e ${ROOT}/$(get_libdir)/libreadline.so.4 ] ; then
72
	if [ -e ${ROOT}/$(get_libdir)/libreadline.so.4 ] ; then

Return to bug 80054