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

(-)skype-4.3.0.37-r5.ebuild.orig (-1 / +5 lines)
Lines 107-113 Link Here
107
	domenu skype.desktop
107
	domenu skype.desktop
108
108
109
	if use pax_kernel; then
109
	if use pax_kernel; then
110
		pax-mark Cm "${ED}"/opt/bin/${PN} || die
110
		if use apulse; then
111
			pax-mark Cm "${ED}"/opt/bin/${PN}-bin || die
112
		else
113
			pax-mark Cm "${ED}"/opt/bin/${PN} || die
114
		fi
111
		eqawarn "You have set USE=pax_kernel meaning that you intend to run"
115
		eqawarn "You have set USE=pax_kernel meaning that you intend to run"
112
		eqawarn "${PN} under a PaX enabled kernel.  To do so, we must modify"
116
		eqawarn "${PN} under a PaX enabled kernel.  To do so, we must modify"
113
		eqawarn "the ${PN} binary itself and this *may* lead to breakage!  If"
117
		eqawarn "the ${PN} binary itself and this *may* lead to breakage!  If"

Return to bug 531914