Bug: https://bugs.gentoo.org/show_bug.cgi?id=608918
Package-Manager: Portage-2.3.3, Repoman-2.3.1
EAPI=6
-inherit eutils rpm
+inherit eutils pax-utils rpm
DESCRIPTION="P2P Internet Telephony (VoiceIP) client"
HOMEPAGE="https://www.skype.com/"
domenu usr/share/applications/skypeforlinux.desktop
if use pax_kernel; then
- paxctl -Cm "${ED%/}"/opt/skypeforlinux/skypeforlinux || die
+ pax-mark -Cm "${ED%/}"/opt/skypeforlinux/skypeforlinux
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"