diff options
author | David Seifert <soap@gentoo.org> | 2017-02-11 22:25:24 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-02-11 22:34:59 +0100 |
commit | d5dcfe0c4d82a885353797f90751099b938e9491 (patch) | |
tree | 984baf3f9fa291caf824ffce31180b3a3565cc6a /net-im | |
parent | sys-fs/e4rat: fix bug 608978 (diff) | |
download | gentoo-d5dcfe0c4d82a885353797f90751099b938e9491.tar.gz gentoo-d5dcfe0c4d82a885353797f90751099b938e9491.tar.bz2 gentoo-d5dcfe0c4d82a885353797f90751099b938e9491.zip |
net-im/skypeforlinux: Make pax-mark failing non-fatal
Bug: https://bugs.gentoo.org/show_bug.cgi?id=608918
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/skypeforlinux/skypeforlinux-1.17.0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/skypeforlinux/skypeforlinux-1.17.0.1.ebuild b/net-im/skypeforlinux/skypeforlinux-1.17.0.1.ebuild index 1063c37616dc..e66660b189d9 100644 --- a/net-im/skypeforlinux/skypeforlinux-1.17.0.1.ebuild +++ b/net-im/skypeforlinux/skypeforlinux-1.17.0.1.ebuild @@ -4,7 +4,7 @@ EAPI=6 -inherit eutils rpm +inherit eutils pax-utils rpm DESCRIPTION="P2P Internet Telephony (VoiceIP) client" HOMEPAGE="https://www.skype.com/" @@ -97,7 +97,7 @@ src_install() { 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" |