diff options
author | 2014-12-14 10:30:17 +0000 | |
---|---|---|
committer | 2014-12-14 10:30:17 +0000 | |
commit | 4b264acd6c440fd3ac0c60ea6d803a24ed8dd405 (patch) | |
tree | a33eabc2b0893c49a6bbc4123238a829d10b2291 /net-im/skype | |
parent | Fix chef gemspec to match the available json versions, fixing bug 532162. (diff) | |
download | gentoo-2-4b264acd6c440fd3ac0c60ea6d803a24ed8dd405.tar.gz gentoo-2-4b264acd6c440fd3ac0c60ea6d803a24ed8dd405.tar.bz2 gentoo-2-4b264acd6c440fd3ac0c60ea6d803a24ed8dd405.zip |
Pax with apulse repaired according to bug 531914. Thanks Radek Pilar(Mrkva) for patch.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 34E69781)
Diffstat (limited to 'net-im/skype')
-rw-r--r-- | net-im/skype/ChangeLog | 6 | ||||
-rw-r--r-- | net-im/skype/skype-4.3.0.37-r5.ebuild | 8 |
2 files changed, 11 insertions, 3 deletions
diff --git a/net-im/skype/ChangeLog b/net-im/skype/ChangeLog index f4b1b83c990b..1e25fac8c6d4 100644 --- a/net-im/skype/ChangeLog +++ b/net-im/skype/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-im/skype # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/skype/ChangeLog,v 1.170 2014/12/07 12:19:31 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/skype/ChangeLog,v 1.171 2014/12/14 10:30:17 amynka Exp $ + + 14 Dec 2014; Amy Winston <amynka@gentoo.org> skype-4.3.0.37-r5.ebuild: + Pax with apulse repaired according to bug 531914. Thanks Radek Pilar(Mrkva) + for patch. *skype-4.3.0.37-r5 (07 Dec 2014) diff --git a/net-im/skype/skype-4.3.0.37-r5.ebuild b/net-im/skype/skype-4.3.0.37-r5.ebuild index ee2c3b3d5234..3a09cb1b12ad 100644 --- a/net-im/skype/skype-4.3.0.37-r5.ebuild +++ b/net-im/skype/skype-4.3.0.37-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/skype/skype-4.3.0.37-r5.ebuild,v 1.1 2014/12/07 12:19:31 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/skype/skype-4.3.0.37-r5.ebuild,v 1.2 2014/12/14 10:30:17 amynka Exp $ EAPI=5 @@ -107,7 +107,11 @@ src_install() { 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" |