Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/skypeforlinux/
Date: Sat, 11 Feb 2017 21:35:20
Message-Id: 1486848899.d5dcfe0c4d82a885353797f90751099b938e9491.soap@gentoo
1 commit: d5dcfe0c4d82a885353797f90751099b938e9491
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 11 21:25:24 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 11 21:34:59 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5dcfe0c
7
8 net-im/skypeforlinux: Make pax-mark failing non-fatal
9
10 Bug: https://bugs.gentoo.org/show_bug.cgi?id=608918
11
12 Package-Manager: Portage-2.3.3, Repoman-2.3.1
13
14 net-im/skypeforlinux/skypeforlinux-1.17.0.1.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/net-im/skypeforlinux/skypeforlinux-1.17.0.1.ebuild b/net-im/skypeforlinux/skypeforlinux-1.17.0.1.ebuild
18 index 1063c37616..e66660b189 100644
19 --- a/net-im/skypeforlinux/skypeforlinux-1.17.0.1.ebuild
20 +++ b/net-im/skypeforlinux/skypeforlinux-1.17.0.1.ebuild
21 @@ -4,7 +4,7 @@
22
23 EAPI=6
24
25 -inherit eutils rpm
26 +inherit eutils pax-utils rpm
27
28 DESCRIPTION="P2P Internet Telephony (VoiceIP) client"
29 HOMEPAGE="https://www.skype.com/"
30 @@ -97,7 +97,7 @@ src_install() {
31 domenu usr/share/applications/skypeforlinux.desktop
32
33 if use pax_kernel; then
34 - paxctl -Cm "${ED%/}"/opt/skypeforlinux/skypeforlinux || die
35 + pax-mark -Cm "${ED%/}"/opt/skypeforlinux/skypeforlinux
36 eqawarn "You have set USE=pax_kernel meaning that you intend to run"
37 eqawarn "${PN} under a PaX enabled kernel. To do so, we must modify"
38 eqawarn "the ${PN} binary itself and this *may* lead to breakage! If"