--- skype-4.3.0.37-r5.ebuild.orig 2014-12-08 10:15:32.640009731 +0100 +++ skype-4.3.0.37-r5.ebuild 2014-12-08 10:17:18.764007979 +0100 @@ -107,7 +107,11 @@ domenu skype.desktop if use pax_kernel; then - pax-mark Cm "${ED}"/opt/bin/${PN} || die + if use apulse; then + pax-mark Cm "${ED}"/opt/bin/${PN}-bin || die + else + pax-mark Cm "${ED}"/opt/bin/${PN} || die + fi eqawarn "You have set USE=pax_kernel meaning that you intend to run" eqawarn "${PN} under a PaX enabled kernel. To do so, we must modify" eqawarn "the ${PN} binary itself and this *may* lead to breakage! If"