Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/prometheanfire:master commit in: net-im/skype/
Date: Tue, 28 Feb 2012 19:25:46
Message-Id: 1330457090.1f79b3e27fedf9cb486ed2f861338e445337ce6e.prometheanfire@gentoo
1 commit: 1f79b3e27fedf9cb486ed2f861338e445337ce6e
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 28 19:24:50 2012 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 28 19:24:50 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/prometheanfire.git;a=commit;h=1f79b3e2
7
8 added eqawarn and added pax_kernel to iuse
9
10 ---
11 net-im/skype/skype-2.2.0.35-r1.ebuild | 9 +++++++--
12 1 files changed, 7 insertions(+), 2 deletions(-)
13
14 diff --git a/net-im/skype/skype-2.2.0.35-r1.ebuild b/net-im/skype/skype-2.2.0.35-r1.ebuild
15 index c11c8cc..6cdb4d3 100644
16 --- a/net-im/skype/skype-2.2.0.35-r1.ebuild
17 +++ b/net-im/skype/skype-2.2.0.35-r1.ebuild
18 @@ -16,7 +16,7 @@ SRC_URI="!qt-static? ( http://download.skype.com/linux/${DFILENAME} )
19 LICENSE="skype-eula"
20 SLOT="0"
21 KEYWORDS="~amd64 ~x86"
22 -IUSE="qt-static"
23 +IUSE="qt-static pax_kernel"
24
25 RESTRICT="mirror strip" # Bug 299368
26 EMUL_VER=20091231
27 @@ -105,7 +105,12 @@ src_install() {
28 dosym /opt/skype /usr/share/skype #Fix for disabled sound notification
29
30 if use pax_kernel; then
31 - pax-mark Cm /opt/skype/skype || die
32 + pax-mark m /opt/skype/skype || die
33 + eqawarn "You have set USE=pax_kernel meaning that you intend to run"
34 + eqawarn "skype under a PaX enabled kernel. To do so, we must modify"
35 + eqawarn "the skype binary itself and this *may* lead to breakage! If"
36 + eqawarn "you suspect that skype is being broken by this modification,"
37 + eqawarn "please open a bug."
38 fi
39 }