Gentoo Archives: gentoo-commits

From: Amy Winston <amynka@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/skype/
Date: Wed, 23 Sep 2015 14:12:36
Message-Id: 1443017503.f88827d3ab5f5a6eec1117e23a841099ad5de29e.amynka@gentoo
1 commit: f88827d3ab5f5a6eec1117e23a841099ad5de29e
2 Author: Amy Winston <amynka <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 23 14:11:43 2015 +0000
4 Commit: Amy Winston <amynka <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 23 14:11:43 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f88827d3
7
8 net-im/skype: plasma useflag added bug #552068.
9
10 Package-Manager: portage-2.2.20.1
11
12 net-im/skype/skype-4.3.0.37-r5.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/net-im/skype/skype-4.3.0.37-r5.ebuild b/net-im/skype/skype-4.3.0.37-r5.ebuild
16 index c1608db..b1a9eb1 100644
17 --- a/net-im/skype/skype-4.3.0.37-r5.ebuild
18 +++ b/net-im/skype/skype-4.3.0.37-r5.ebuild
19 @@ -13,7 +13,7 @@ SRC_URI="http://download.${PN}.com/linux/${P}.tar.bz2"
20 LICENSE="skype-4.0.0.7-copyright BSD MIT RSA W3C regexp-UofT no-source-code"
21 SLOT="0"
22 KEYWORDS="~amd64 ~x86"
23 -IUSE="apulse pax_kernel +pulseaudio selinux"
24 +IUSE="apulse pax_kernel plasma +pulseaudio selinux"
25 REQUIRED_USE="apulse? ( !pulseaudio )"
26
27 QA_PREBUILT=opt/bin/${PN}
28 @@ -33,6 +33,7 @@ RDEPEND="
29 x11-libs/libXScrnSaver[abi_x86_32(-)]
30 x11-libs/libXv[abi_x86_32(-)]
31 apulse? ( media-sound/apulse[abi_x86_32(-)] )
32 + plasma? ( dev-libs/sni-qt[abi_x86_32(-)] )
33 pulseaudio? ( media-sound/pulseaudio[abi_x86_32(-)] )
34 selinux? ( sec-policy/selinux-skype )"