diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-12-14 11:15:17 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-12-14 11:15:17 +0000 |
commit | 42e26cb65041dee4b55393b3b86f229ae8ff6712 (patch) | |
tree | 95ac82632d55da61960e360cf2f4539e7f4494f0 /net-im/skype | |
parent | Bump mono-traversable to 0.6.3 (diff) | |
download | gentoo-2-42e26cb65041dee4b55393b3b86f229ae8ff6712.tar.gz gentoo-2-42e26cb65041dee4b55393b3b86f229ae8ff6712.tar.bz2 gentoo-2-42e26cb65041dee4b55393b3b86f229ae8ff6712.zip |
Pass arguments through the wrapper script, thanks to Martin Väth <martin@mvath.de> in bug 531914.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'net-im/skype')
-rw-r--r-- | net-im/skype/ChangeLog | 6 | ||||
-rw-r--r-- | net-im/skype/files/skype | 3 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-im/skype/ChangeLog b/net-im/skype/ChangeLog index 1e25fac8c6d4..020990b58008 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.171 2014/12/14 10:30:17 amynka Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/skype/ChangeLog,v 1.172 2014/12/14 11:15:17 ulm Exp $ + + 14 Dec 2014; Ulrich Müller <ulm@gentoo.org> files/skype: + Pass arguments through the wrapper script, thanks to Martin Väth + <martin@mvath.de> in bug 531914. 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) diff --git a/net-im/skype/files/skype b/net-im/skype/files/skype index 078a4cf642cd..3a647adddbda 100644 --- a/net-im/skype/files/skype +++ b/net-im/skype/files/skype @@ -1,3 +1,2 @@ #!/bin/sh - -exec i686-pc-linux-gnu-apulse skype-bin +exec i686-pc-linux-gnu-apulse skype-bin "$@" |