From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7A3D313881D for ; Wed, 23 Sep 2015 14:12:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 011D9E0854; Wed, 23 Sep 2015 14:12:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A511BE0854 for ; Wed, 23 Sep 2015 14:12:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 83AEB33FE7D for ; Wed, 23 Sep 2015 14:12:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D175A1F4 for ; Wed, 23 Sep 2015 14:12:32 +0000 (UTC) From: "Amy Winston" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Amy Winston" Message-ID: <1443017503.f88827d3ab5f5a6eec1117e23a841099ad5de29e.amynka@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/skype/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/skype/skype-4.3.0.37-r5.ebuild X-VCS-Directories: net-im/skype/ X-VCS-Committer: amynka X-VCS-Committer-Name: Amy Winston X-VCS-Revision: f88827d3ab5f5a6eec1117e23a841099ad5de29e X-VCS-Branch: master Date: Wed, 23 Sep 2015 14:12:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a7946bc7-be7b-4018-a1e5-440e53206deb X-Archives-Hash: 7e823ccc9d27f02275b70f86d694e9b4 commit: f88827d3ab5f5a6eec1117e23a841099ad5de29e Author: Amy Winston gentoo org> AuthorDate: Wed Sep 23 14:11:43 2015 +0000 Commit: Amy Winston gentoo org> CommitDate: Wed Sep 23 14:11:43 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f88827d3 net-im/skype: plasma useflag added bug #552068. Package-Manager: portage-2.2.20.1 net-im/skype/skype-4.3.0.37-r5.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 c1608db..b1a9eb1 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 )"