diff options
author | Amy Winston <amynka@gentoo.org> | 2015-09-23 16:11:43 +0200 |
---|---|---|
committer | Amy Winston <amynka@gentoo.org> | 2015-09-23 16:11:43 +0200 |
commit | f88827d3ab5f5a6eec1117e23a841099ad5de29e (patch) | |
tree | 9933d8812962bc4b00213d3c50e042308fde228e /net-im | |
parent | kde-misc/kdeconnect: backport patch from upstream solving incompatibility wit... (diff) | |
download | gentoo-f88827d3ab5f5a6eec1117e23a841099ad5de29e.tar.gz gentoo-f88827d3ab5f5a6eec1117e23a841099ad5de29e.tar.bz2 gentoo-f88827d3ab5f5a6eec1117e23a841099ad5de29e.zip |
net-im/skype: plasma useflag added bug #552068.
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/skype/skype-4.3.0.37-r5.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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 c1608db67db0..b1a9eb1deee7 100644 --- a/net-im/skype/skype-4.3.0.37-r5.ebuild +++ b/net-im/skype/skype-4.3.0.37-r5.ebuild @@ -13,7 +13,7 @@ SRC_URI="http://download.${PN}.com/linux/${P}.tar.bz2" LICENSE="skype-4.0.0.7-copyright BSD MIT RSA W3C regexp-UofT no-source-code" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="apulse pax_kernel +pulseaudio selinux" +IUSE="apulse pax_kernel plasma +pulseaudio selinux" REQUIRED_USE="apulse? ( !pulseaudio )" QA_PREBUILT=opt/bin/${PN} @@ -33,6 +33,7 @@ RDEPEND=" x11-libs/libXScrnSaver[abi_x86_32(-)] x11-libs/libXv[abi_x86_32(-)] apulse? ( media-sound/apulse[abi_x86_32(-)] ) + plasma? ( dev-libs/sni-qt[abi_x86_32(-)] ) pulseaudio? ( media-sound/pulseaudio[abi_x86_32(-)] ) selinux? ( sec-policy/selinux-skype )" |